From 2e23fd172f4a92b02dccb9a5d6e7e2caf698706c Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 23 Oct 2025 11:09:24 +0800 Subject: [PATCH] :memo: Update changelogs Signed-off-by: Daniel <845765@qq.com> --- app/changelogs/v3.3.6/v3.3.6.md | 51 ++++++++++++++++++++++++++ app/changelogs/v3.3.6/v3.3.6_zh_CHT.md | 51 ++++++++++++++++++++++++++ app/changelogs/v3.3.6/v3.3.6_zh_CN.md | 51 ++++++++++++++++++++++++++ 3 files changed, 153 insertions(+) create mode 100644 app/changelogs/v3.3.6/v3.3.6.md create mode 100644 app/changelogs/v3.3.6/v3.3.6_zh_CHT.md create mode 100644 app/changelogs/v3.3.6/v3.3.6_zh_CN.md diff --git a/app/changelogs/v3.3.6/v3.3.6.md b/app/changelogs/v3.3.6/v3.3.6.md new file mode 100644 index 000000000..78141565e --- /dev/null +++ b/app/changelogs/v3.3.6/v3.3.6.md @@ -0,0 +1,51 @@ +## Overview + +This version improves some details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Improve the outline panel](https://github.com/siyuan-note/siyuan/pull/15814) +* [Improve code block language selection](https://github.com/siyuan-note/siyuan/pull/15966) +* [Improve the database history](https://github.com/siyuan-note/siyuan/issues/16092) +* [Improve the prompt displayed when the web page does not have permission to read the clipboard](https://github.com/siyuan-note/siyuan/issues/16100) +* [Improve immersive experience on HarmonyOS](https://github.com/siyuan-note/siyuan/issues/16104) +* [Improve fold heading editing](https://github.com/siyuan-note/siyuan/issues/16113) +* [Improve data sync S3 provider compatibility](https://github.com/siyuan-note/siyuan/issues/16117) +* [Improve HTML img clipping](https://github.com/siyuan-note/siyuan/issues/16119) +* [Improve HTML math clipping](https://github.com/siyuan-note/siyuan/issues/16125) +* [Improve the database rollup and asset field filtering](https://github.com/siyuan-note/siyuan/issues/16126) +* [When a flashcard block is selected, the block menu displays a "Remove flashcard" option](https://github.com/siyuan-note/siyuan/pull/16135) +* [Improve the unescaping of copied block contents](https://github.com/siyuan-note/siyuan/issues/16136) +* [Copy multiple selected blocks as copies and insert them after the last selected block](https://github.com/siyuan-note/siyuan/issues/16146) +* [Support calling system printing on Android](https://github.com/siyuan-note/siyuan/issues/16152) +* [Add unit description for custom margins when exporting PDF](https://github.com/siyuan-note/siyuan/issues/16154) +* [Improve IFrame handling for exporting HTML/PDF/Image](https://github.com/siyuan-note/siyuan/issues/16158) +* [Improve automatic scrolling when dragging items in the outline](https://github.com/siyuan-note/siyuan/pull/16161) +* [Clicking the doc icon in the doc tree will expand on mobile](https://github.com/siyuan-note/siyuan/issues/16163) +* [Support calling system printing on HarmonyOS](https://github.com/siyuan-note/siyuan/issues/16164) +* [Improve FSRS weight initialization](https://github.com/siyuan-note/siyuan/issues/16181) + +### Bugfix + +* [Fix some flashcard issues](https://github.com/siyuan-note/siyuan/issues/16087) +* [List editing triggers abnormal status](https://github.com/siyuan-note/siyuan/issues/16139) +* [The plugin switch status is not synchronized](https://github.com/siyuan-note/siyuan/issues/16155) +* [Renaming doc title does not update `title` in ial](https://github.com/siyuan-note/siyuan/issues/16166) + +### Refactor + +* [Upgrade to Electron v37.7.1](https://github.com/siyuan-note/siyuan/issues/16097) + +### Development + +* [Optimize Dockerfile to maximize cache utilization and parallelism](https://github.com/siyuan-note/siyuan/pull/16052) +* [Improve #commonMenu menu](https://github.com/siyuan-note/siyuan/pull/16141) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.3.6/v3.3.6_zh_CHT.md b/app/changelogs/v3.3.6/v3.3.6_zh_CHT.md new file mode 100644 index 000000000..d0471e7b7 --- /dev/null +++ b/app/changelogs/v3.3.6/v3.3.6_zh_CHT.md @@ -0,0 +1,51 @@ +## 概述 + +該版本改進了一些細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [改進大綱面板](https://github.com/siyuan-note/siyuan/pull/15814) +* [改進程式碼區塊語言選擇](https://github.com/siyuan-note/siyuan/pull/15966) +* [改進資料庫歷史](https://github.com/siyuan-note/siyuan/issues/16092) +* [改進網頁無權限讀取剪貼簿時顯示的提示](https://github.com/siyuan-note/siyuan/issues/16100) +* [改進鴻蒙端上的沉浸式體驗](https://github.com/siyuan-note/siyuan/issues/16104) +* [改進折疊標題編輯](https://github.com/siyuan-note/siyuan/issues/16113) +* [改進資料同步 S3 供應商相容性](https://github.com/siyuan-note/siyuan/issues/16117) +* [改進 HTML 圖片剪藏](https://github.com/siyuan-note/siyuan/issues/16119) +* [改進 HTML 數學公式剪藏](https://github.com/siyuan-note/siyuan/issues/16125) +* [改進資料庫匯總和資源欄位過濾](https://github.com/siyuan-note/siyuan/issues/16126) +* [當選擇閃卡區塊時,區塊選單顯示「移除閃卡」選項](https://github.com/siyuan-note/siyuan/pull/16135) +* [改良複製區塊內容的取消轉義](https://github.com/siyuan-note/siyuan/issues/16136) +* [將多個選取區塊複製為副本並插入到最後一個選取區塊之後](https://github.com/siyuan-note/siyuan/issues/16146) +* [支援在 Android 上呼叫系統列印](https://github.com/siyuan-note/siyuan/issues/16152) +* [匯出 PDF 時為自訂頁邊距新增單位說明](https://github.com/siyuan-note/siyuan/issues/16154) +* [改進匯出 HTML/PDF/圖片 時的 IFrame 處理](https://github.com/siyuan-note/siyuan/issues/16158) +* [改進大綱中拖曳項目時的自動捲動](https://github.com/siyuan-note/siyuan/pull/16161) +* [在行動端點選文件樹中的文件圖示將展開](https://github.com/siyuan-note/siyuan/issues/16163) +* [支援在鴻蒙端上呼叫系統列印](https://github.com/siyuan-note/siyuan/issues/16164) +* [改進 FSRS 權重初始化](https://github.com/siyuan-note/siyuan/issues/16181) + +### 修復缺陷 + +* [修復若干閃卡問題](https://github.com/siyuan-note/siyuan/issues/16087) +* [清單編輯觸發異常狀態](https://github.com/siyuan-note/siyuan/issues/16139) +* [插件開關狀態未同步](https://github.com/siyuan-note/siyuan/issues/16155) +* [重新命名文件標題未更新屬性中的 `title`](https://github.com/siyuan-note/siyuan/issues/16166) + +### 開發重構 + +* [升級至 Electron v37.7.1](https://github.com/siyuan-note/siyuan/issues/16097) + +### 開發者 + +* [最佳化 Dockerfile 以最大化快取利用和並行性](https://github.com/siyuan-note/siyuan/pull/16052) +* [改進 #commonMenu 選單](https://github.com/siyuan-note/siyuan/pull/16141) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.3.6/v3.3.6_zh_CN.md b/app/changelogs/v3.3.6/v3.3.6_zh_CN.md new file mode 100644 index 000000000..102b5752d --- /dev/null +++ b/app/changelogs/v3.3.6/v3.3.6_zh_CN.md @@ -0,0 +1,51 @@ +## 概述 + +该版本改进了一些细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [改进大纲面板](https://github.com/siyuan-note/siyuan/pull/15814) +* [改进代码块语言选择](https://github.com/siyuan-note/siyuan/pull/15966) +* [改进数据库历史](https://github.com/siyuan-note/siyuan/issues/16092) +* [改进网页无权限读取剪贴板时显示的提示](https://github.com/siyuan-note/siyuan/issues/16100) +* [改进鸿蒙端上的沉浸式体验](https://github.com/siyuan-note/siyuan/issues/16104) +* [改进折叠标题编辑](https://github.com/siyuan-note/siyuan/issues/16113) +* [改进数据同步 S3 提供商兼容性](https://github.com/siyuan-note/siyuan/issues/16117) +* [改进 HTML 图片剪藏](https://github.com/siyuan-note/siyuan/issues/16119) +* [改进 HTML 数学公式剪藏](https://github.com/siyuan-note/siyuan/issues/16125) +* [改进数据库汇总和资源字段过滤](https://github.com/siyuan-note/siyuan/issues/16126) +* [当选择闪卡块时,块菜单显示“移除闪卡”选项](https://github.com/siyuan-note/siyuan/pull/16135) +* [改进复制块内容的取消转义](https://github.com/siyuan-note/siyuan/issues/16136) +* [将多个选中块作为副本复制并插入到最后一个选中块之后](https://github.com/siyuan-note/siyuan/issues/16146) +* [支持在 Android 上调用系统打印](https://github.com/siyuan-note/siyuan/issues/16152) +* [在导出 PDF 时为自定义页边距添加单位说明](https://github.com/siyuan-note/siyuan/issues/16154) +* [改进导出 HTML/PDF/图片 时的 IFrame 处理](https://github.com/siyuan-note/siyuan/issues/16158) +* [改进在大纲中拖动项目时的自动滚动](https://github.com/siyuan-note/siyuan/pull/16161) +* [在移动端点击文档树中的文档图标将展开](https://github.com/siyuan-note/siyuan/issues/16163) +* [支持在鸿蒙端上调用系统打印](https://github.com/siyuan-note/siyuan/issues/16164) +* [改进 FSRS 权重初始化](https://github.com/siyuan-note/siyuan/issues/16181) + +### 修复缺陷 + +* [修复若干闪卡问题](https://github.com/siyuan-note/siyuan/issues/16087) +* [列表编辑触发异常状态](https://github.com/siyuan-note/siyuan/issues/16139) +* [插件开关状态未同步](https://github.com/siyuan-note/siyuan/issues/16155) +* [重命名文档标题未更新属性中的 `title`](https://github.com/siyuan-note/siyuan/issues/16166) + +### 开发重构 + +* [升级到 Electron v37.7.1](https://github.com/siyuan-note/siyuan/issues/16097) + +### 开发者 + +* [优化 Dockerfile 以最大化缓存利用和并行性](https://github.com/siyuan-note/siyuan/pull/16052) +* [改进 #commonMenu 菜单](https://github.com/siyuan-note/siyuan/pull/16141) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)