From c7a177e79e4cd38b92b51be013b94772084246a6 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 13 Jan 2026 20:53:12 +0800 Subject: [PATCH] :memo: Update changelogs Signed-off-by: Daniel <845765@qq.com> --- app/changelogs/v3.5.3/v3.5.3.md | 53 ++++++++++++++++++++++++++ app/changelogs/v3.5.3/v3.5.3_zh_CHT.md | 53 ++++++++++++++++++++++++++ app/changelogs/v3.5.3/v3.5.3_zh_CN.md | 53 ++++++++++++++++++++++++++ 3 files changed, 159 insertions(+) create mode 100644 app/changelogs/v3.5.3/v3.5.3.md create mode 100644 app/changelogs/v3.5.3/v3.5.3_zh_CHT.md create mode 100644 app/changelogs/v3.5.3/v3.5.3_zh_CN.md diff --git a/app/changelogs/v3.5.3/v3.5.3.md b/app/changelogs/v3.5.3/v3.5.3.md new file mode 100644 index 000000000..c094d769c --- /dev/null +++ b/app/changelogs/v3.5.3/v3.5.3.md @@ -0,0 +1,53 @@ +## Overview + +This version improves some details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Improve drag-and-drop performance for the document tree](https://github.com/siyuan-note/siyuan/issues/13864) +* [Improve text copying from the ChatGPT app](https://github.com/siyuan-note/siyuan/issues/14819) +* [Improve handling of assets when exporting to Word .docx format](https://github.com/siyuan-note/siyuan/issues/15253) +* [Undo should restore the cursor position after Enter](https://github.com/siyuan-note/siyuan/issues/16595) +* [Improve image clicking behavior in database asset field menu](https://github.com/siyuan-note/siyuan/pull/16671) +* [Display a confirmation prompt when inserting large assets 256MB](https://github.com/siyuan-note/siyuan/issues/16685) +* [Improve PDF rectangle annotation screenshot rotation handling](https://github.com/siyuan-note/siyuan/pull/16714) +* [Improve export preview mode](https://github.com/siyuan-note/siyuan/issues/16732) +* [The `%LOCALAPPDATA%\siyuan-updater\` folder will be automatically deleted after installation on Windows](https://github.com/siyuan-note/siyuan/issues/16733) +* [Improve error window information layout](https://github.com/siyuan-note/siyuan/pull/16735) +* [Automatically apply code snippets after data synchronization](https://github.com/siyuan-note/siyuan/issues/16736) +* [Improve open editor positioning for search results](https://github.com/siyuan-note/siyuan/issues/16739) +* [Improve S3 data synchronization compatibility with RustFS](https://github.com/siyuan-note/siyuan/issues/16742) +* [Supports cleaning temporary files](https://github.com/siyuan-note/siyuan/issues/16745) +* [Modifying the emoji in the callout and database will not update the frequently used emoji list](https://github.com/siyuan-note/siyuan/issues/16746) +* [Improve assets data index updating after data sync on mobile](https://github.com/siyuan-note/siyuan/issues/16747) +* [Improve interaction for Callout block icons](https://github.com/siyuan-note/siyuan/issues/16758) +* [Improve desktop auto-update](https://github.com/siyuan-note/siyuan/pull/16764) +* [Dynamically load the document after cutting blocks](https://github.com/siyuan-note/siyuan/issues/16767) +* [Improve fold heading in list editing](https://github.com/siyuan-note/siyuan/issues/16769) +* [Supports exporting a code block as a file](https://github.com/siyuan-note/siyuan/pull/16774) +* [Improve PDF export for PlantUML](https://github.com/siyuan-note/siyuan/issues/16776) +* [Improve HTML block parsing](https://github.com/siyuan-note/siyuan/issues/16778) +* [Improve table copying](https://github.com/siyuan-note/siyuan/pull/16783) +* [Improve rendering of Mermaid blocks within collapsible list blocks](https://github.com/siyuan-note/siyuan/issues/16802) +* [Auto-close browser page when publish service is closed](https://github.com/siyuan-note/siyuan/pull/16804) +* [Improve display of fold heading block indicators in callouts, blockquotes, and list items](https://github.com/siyuan-note/siyuan/issues/16805) + +### Bugfix + +* [The document title was displayed incorrectly during the search](https://github.com/siyuan-note/siyuan/issues/16741) +* [Database cell drag-and-drop filling behaves abnormally with grouping views](https://github.com/siyuan-note/siyuan/issues/16760) +* [Clicking on the document in read-only mode results in errors](https://github.com/siyuan-note/siyuan/issues/16762) +* [Multiple workspace access authentication error](https://github.com/siyuan-note/siyuan/issues/16786) + +### Development + +* [Add internal kernel API `/api/block/getBlockKramdowns`](https://github.com/siyuan-note/siyuan/pull/16751) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.5.3/v3.5.3_zh_CHT.md b/app/changelogs/v3.5.3/v3.5.3_zh_CHT.md new file mode 100644 index 000000000..f9c7e8a92 --- /dev/null +++ b/app/changelogs/v3.5.3/v3.5.3_zh_CHT.md @@ -0,0 +1,53 @@ +## 概述 + +此版本改進了一些細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [改進文檔樹的拖放效能](https://github.com/siyuan-note/siyuan/issues/13864) +* [改進從 ChatGPT 應用複製文本的體驗](https://github.com/siyuan-note/siyuan/issues/14819) +* [最佳化匯出為 Word .docx 時資源的處理](https://github.com/siyuan-note/siyuan/issues/15253) +* [撤銷應在回車後恢復遊標位置](https://github.com/siyuan-note/siyuan/issues/16595) +* [改進資料庫資源欄位選單中圖片點擊的行為](https://github.com/siyuan-note/siyuan/pull/16671) +* [插入大檔案(256MB)時顯示確認提示](https://github.com/siyuan-note/siyuan/issues/16685) +* [改進 PDF 矩形註釋截圖的旋轉處理](https://github.com/siyuan-note/siyuan/pull/16714) +* [改進匯出預覽模式](https://github.com/siyuan-note/siyuan/issues/16732) +* [Windows 端安裝後會自動刪除 `\%LOCALAPPDATA%\siyuan-updater\` 資料夾](https://github.com/siyuan-note/siyuan/issues/16733) +* [最佳化錯誤視窗資訊佈局](https://github.com/siyuan-note/siyuan/pull/16735) +* [資料同步後自動應用程式碼片段](https://github.com/siyuan-note/siyuan/issues/16736) +* [改進搜尋結果開啟編輯器時的定位](https://github.com/siyuan-note/siyuan/issues/16739) +* [提升 S3 資料同步與 RustFS 的相容性](https://github.com/siyuan-note/siyuan/issues/16742) +* [支援清理臨時檔案](https://github.com/siyuan-note/siyuan/issues/16745) +* [在提示區塊和資料庫中修改表情不會更新常用表情清單](https://github.com/siyuan-note/siyuan/issues/16746) +* [改進行動端資料同步後資源資料索引的更新](https://github.com/siyuan-note/siyuan/issues/16747) +* [改進提示區塊圖示的互動](https://github.com/siyuan-note/siyuan/issues/16758) +* [改進桌面自動更新](https://github.com/siyuan-note/siyuan/pull/16764) +* [剪下區塊後動態載入文件](https://github.com/siyuan-note/siyuan/issues/16767) +* [改進清單編輯中折疊標題的處理](https://github.com/siyuan-note/siyuan/issues/16769) +* [支援將程式碼區塊匯出為檔案](https://github.com/siyuan-note/siyuan/pull/16774) +* [改進 PlantUML 的 PDF 匯出](https://github.com/siyuan-note/siyuan/issues/16776) +* [改進 HTML 區塊解析](https://github.com/siyuan-note/siyuan/issues/16778) +* [改進表格複製](https://github.com/siyuan-note/siyuan/pull/16783) +* [改善可折疊列表區塊中 Mermaid 區塊的渲染](https://github.com/siyuan-note/siyuan/issues/16802) +* [發佈服務關閉時自動關閉瀏覽器頁面](https://github.com/siyuan-note/siyuan/pull/16804) +* [改進在提示、引用和清單項目中折疊標題指示器的顯示](https://github.com/siyuan-note/siyuan/issues/16805) + +### 修復缺陷 + +* [搜尋時文件標題顯示不正確](https://github.com/siyuan-note/siyuan/issues/16741) +* [分組視圖下資料庫單元格拖放填充行為異常](https://github.com/siyuan-note/siyuan/issues/16760) +* [唯讀模式下點選文件會導致錯誤](https://github.com/siyuan-note/siyuan/issues/16762) +* [多工作區存取鑑權錯誤](https://github.com/siyuan-note/siyuan/issues/16786) + +### 開發者 + +* [新增內部核心 API `/api/block/getBlockKramdowns`](https://github.com/siyuan-note/siyuan/pull/16751) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.5.3/v3.5.3_zh_CN.md b/app/changelogs/v3.5.3/v3.5.3_zh_CN.md new file mode 100644 index 000000000..ddadcc991 --- /dev/null +++ b/app/changelogs/v3.5.3/v3.5.3_zh_CN.md @@ -0,0 +1,53 @@ +## 概述 + +此版本改进了一些细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [改进文档树的拖放性能](https://github.com/siyuan-note/siyuan/issues/13864) +* [改进从 ChatGPT 应用复制文本的体验](https://github.com/siyuan-note/siyuan/issues/14819) +* [优化导出为 Word .docx 时对资源的处理](https://github.com/siyuan-note/siyuan/issues/15253) +* [撤销应在按回车后恢复光标位置](https://github.com/siyuan-note/siyuan/issues/16595) +* [改进数据库资源字段菜单中图片点击的行为](https://github.com/siyuan-note/siyuan/pull/16671) +* [插入大文件(256MB)时显示确认提示](https://github.com/siyuan-note/siyuan/issues/16685) +* [改进 PDF 矩形注释截图的旋转处理](https://github.com/siyuan-note/siyuan/pull/16714) +* [改进导出预览模式](https://github.com/siyuan-note/siyuan/issues/16732) +* [Windows 端安装后会自动删除 `\%LOCALAPPDATA%\siyuan-updater\` 文件夹](https://github.com/siyuan-note/siyuan/issues/16733) +* [优化错误窗口信息布局](https://github.com/siyuan-note/siyuan/pull/16735) +* [数据同步后自动应用代码片段](https://github.com/siyuan-note/siyuan/issues/16736) +* [改进搜索结果打开编辑器时的定位](https://github.com/siyuan-note/siyuan/issues/16739) +* [提升 S3 数据同步与 RustFS 的兼容性](https://github.com/siyuan-note/siyuan/issues/16742) +* [支持清理临时文件](https://github.com/siyuan-note/siyuan/issues/16745) +* [在提示块和数据库中修改表情不会更新常用表情列表](https://github.com/siyuan-note/siyuan/issues/16746) +* [改进移动端数据同步后资源数据索引的更新](https://github.com/siyuan-note/siyuan/issues/16747) +* [改进提示块图标的交互](https://github.com/siyuan-note/siyuan/issues/16758) +* [改进桌面自动更新](https://github.com/siyuan-note/siyuan/pull/16764) +* [剪切块后动态加载文档](https://github.com/siyuan-note/siyuan/issues/16767) +* [改进列表编辑中折叠标题的处理](https://github.com/siyuan-note/siyuan/issues/16769) +* [支持将代码块导出为文件](https://github.com/siyuan-note/siyuan/pull/16774) +* [改进 PlantUML 的 PDF 导出](https://github.com/siyuan-note/siyuan/issues/16776) +* [改进 HTML 块解析](https://github.com/siyuan-note/siyuan/issues/16778) +* [改进表格复制](https://github.com/siyuan-note/siyuan/pull/16783) +* [改善可折叠列表块中 Mermaid 块的渲染](https://github.com/siyuan-note/siyuan/issues/16802) +* [发布服务关闭时自动关闭浏览器页面](https://github.com/siyuan-note/siyuan/pull/16804) +* [改进在提示、引用和列表项中折叠标题指示器的显示](https://github.com/siyuan-note/siyuan/issues/16805) + +### 修复缺陷 + +* [搜索时文档标题显示不正确](https://github.com/siyuan-note/siyuan/issues/16741) +* [分组视图下数据库单元格拖放填充行为异常](https://github.com/siyuan-note/siyuan/issues/16760) +* [只读模式下点击文档会导致错误](https://github.com/siyuan-note/siyuan/issues/16762) +* [多工作区访问鉴权错误](https://github.com/siyuan-note/siyuan/issues/16786) + +### 开发者 + +* [添加内部内核 API `/api/block/getBlockKramdowns`](https://github.com/siyuan-note/siyuan/pull/16751) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)