From b40541dfda705d4a00e32a69432dfafacfc59b29 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 19 Apr 2026 21:43:01 +0800 Subject: [PATCH] :memo: Update changelogs Signed-off-by: Daniel <845765@qq.com> --- app/changelogs/v3.6.5/v3.6.5.md | 46 ++++++++++++++++++++++++++ app/changelogs/v3.6.5/v3.6.5_zh_CHT.md | 46 ++++++++++++++++++++++++++ app/changelogs/v3.6.5/v3.6.5_zh_CN.md | 46 ++++++++++++++++++++++++++ 3 files changed, 138 insertions(+) create mode 100644 app/changelogs/v3.6.5/v3.6.5.md create mode 100644 app/changelogs/v3.6.5/v3.6.5_zh_CHT.md create mode 100644 app/changelogs/v3.6.5/v3.6.5_zh_CN.md diff --git a/app/changelogs/v3.6.5/v3.6.5.md b/app/changelogs/v3.6.5/v3.6.5.md new file mode 100644 index 000000000..dd71e8f54 --- /dev/null +++ b/app/changelogs/v3.6.5/v3.6.5.md @@ -0,0 +1,46 @@ +## Overview + +This version improves some details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Treat the renaming of tags, bookmarks and assets as a data history `Replace` operation](https://github.com/siyuan-note/siyuan/issues/17407) +* [Improve inline text appearance on mobile](https://github.com/siyuan-note/siyuan/issues/17477) +* [Editor toolbar does not hide when clicking outside it on mobile](https://github.com/siyuan-note/siyuan/issues/17478) +* [Improve task list item markdown indexing for `data-task` marker](https://github.com/siyuan-note/siyuan/issues/17502) +* [Improve decoding of anchor text when pasting hyperlinks](https://github.com/siyuan-note/siyuan/issues/17513) +* [Improve `kbd` font `--b3-font-family-kbd`](https://github.com/siyuan-note/siyuan/issues/17517) +* [Change default Redo shortcut to `⇧⌘Z` on macOS](https://github.com/siyuan-note/siyuan/issues/17518) +* [Improve cursor positioning after Undo in tables](https://github.com/siyuan-note/siyuan/issues/17532) +* [Optimize code block line number rendering for better performance](https://github.com/siyuan-note/siyuan/issues/17542) +* [Improve data indexing](https://github.com/siyuan-note/siyuan/issues/17543) + +### Bugfix + +* [Click the editor may cause it to jump to the top on iOS](https://github.com/siyuan-note/siyuan/issues/17454) +* [The IFrame block cannot be edited](https://github.com/siyuan-note/siyuan/issues/17486) +* [Pasting links into database assets fields creates duplicate entries](https://github.com/siyuan-note/siyuan/issues/17492) +* [The outline does not refresh automatically](https://github.com/siyuan-note/siyuan/issues/17493) +* [Events are missing in the cloud configuration interface](https://github.com/siyuan-note/siyuan/issues/17495) +* [A blank area appears after splitting the tabs](https://github.com/siyuan-note/siyuan/issues/17499) +* [Fix some security vulnerabilities](https://github.com/siyuan-note/siyuan/issues/17503) +* [Missing `window.siyuan.config` at startup causes an error](https://github.com/siyuan-note/siyuan/issues/17508) +* [The `Ref` option in the slash menu is not searchable](https://github.com/siyuan-note/siyuan/issues/17510) +* [Authentication failed due to an excessively long cookie](https://github.com/siyuan-note/siyuan/issues/17512) + +### Refactor + +* [Upgrade to Electron v40.9.1](https://github.com/siyuan-note/siyuan/issues/17501) + +### Development + +* [Add `doc.mode` to `openTab` for opening in document mode](https://github.com/siyuan-note/siyuan/issues/17523) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.6.5/v3.6.5_zh_CHT.md b/app/changelogs/v3.6.5/v3.6.5_zh_CHT.md new file mode 100644 index 000000000..32a070550 --- /dev/null +++ b/app/changelogs/v3.6.5/v3.6.5_zh_CHT.md @@ -0,0 +1,46 @@ +## 概述 + +此版本改進了一些細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [將標籤、書籤和資源的重新命名視為資料歷史中的 `Replace` 操作](https://github.com/siyuan-note/siyuan/issues/17407) +* [改進行動端行級文字的顯示效果](https://github.com/siyuan-note/siyuan/issues/17477) +* [行動端點選編輯器外部時工具列不會隱藏](https://github.com/siyuan-note/siyuan/issues/17478) +* [改進任務清單項目中 `data-task` 標記的 Markdown 索引](https://github.com/siyuan-note/siyuan/issues/17502) +* [改進貼上超連結時對錨文本的解碼](https://github.com/siyuan-note/siyuan/issues/17513) +* [改良 `kbd` 字體 `--b3-font-family-kbd`](https://github.com/siyuan-note/siyuan/issues/17517) +* [將 macOS 上預設的重做快捷鍵改為 `⇧⌘Z`](https://github.com/siyuan-note/siyuan/issues/17518) +* [改進表格中撤銷後的遊標定位](https://github.com/siyuan-note/siyuan/issues/17532) +* [最佳化程式碼區塊行號渲染以提升效能](https://github.com/siyuan-note/siyuan/issues/17542) +* [改進資料索引](https://github.com/siyuan-note/siyuan/issues/17543) + +### 修復缺陷 + +* [在 iOS 上點擊編輯器可能會導致頁面跳到頂部](https://github.com/siyuan-note/siyuan/issues/17454) +* [IFrame 區塊無法編輯](https://github.com/siyuan-note/siyuan/issues/17486) +* [將連結貼到資料庫資源欄位時會建立重複條目](https://github.com/siyuan-note/siyuan/issues/17492) +* [大綱不會自動刷新](https://github.com/siyuan-note/siyuan/issues/17493) +* [雲端設定介面中事件缺失](https://github.com/siyuan-note/siyuan/issues/17495) +* [分割標籤頁後出現空白區域](https://github.com/siyuan-note/siyuan/issues/17499) +* [修復一些安全漏洞](https://github.com/siyuan-note/siyuan/issues/17503) +* [啟動時缺少 `window.siyuan.config` 會導致報錯](https://github.com/siyuan-note/siyuan/issues/17508) +* [斜線選單中的 `引用` 選項無法搜尋](https://github.com/siyuan-note/siyuan/issues/17510) +* [由於 Cookie 過長導致授權頁驗證失敗](https://github.com/siyuan-note/siyuan/issues/17512) + +### 開發重構 + +* [升級至 Electron v40.9.1](https://github.com/siyuan-note/siyuan/issues/17501) + +### 開發者 + +* [為 `openTab` 新增 `doc.mode`,以文件模式開啟](https://github.com/siyuan-note/siyuan/issues/17523) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.6.5/v3.6.5_zh_CN.md b/app/changelogs/v3.6.5/v3.6.5_zh_CN.md new file mode 100644 index 000000000..1e1649c11 --- /dev/null +++ b/app/changelogs/v3.6.5/v3.6.5_zh_CN.md @@ -0,0 +1,46 @@ +## 概述 + +此版本改进了一些细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [将标签、书签和资源的重命名视为数据历史中的 `Replace` 操作](https://github.com/siyuan-note/siyuan/issues/17407) +* [改进移动端行级文本的显示效果](https://github.com/siyuan-note/siyuan/issues/17477) +* [移动端点击编辑器外部时工具栏不会隐藏](https://github.com/siyuan-note/siyuan/issues/17478) +* [改进任务列表项中 `data-task` 标记的 Markdown 索引](https://github.com/siyuan-note/siyuan/issues/17502) +* [改进粘贴超链接时对锚文本的解码](https://github.com/siyuan-note/siyuan/issues/17513) +* [改进 `kbd` 字体 `--b3-font-family-kbd`](https://github.com/siyuan-note/siyuan/issues/17517) +* [将 macOS 上默认的重做快捷键改为 `⇧⌘Z`](https://github.com/siyuan-note/siyuan/issues/17518) +* [改进表格中撤销后的光标定位](https://github.com/siyuan-note/siyuan/issues/17532) +* [优化代码块行号渲染以提升性能](https://github.com/siyuan-note/siyuan/issues/17542) +* [改进数据索引](https://github.com/siyuan-note/siyuan/issues/17543) + +### 修复缺陷 + +* [在 iOS 上点击编辑器可能导致页面跳到顶部](https://github.com/siyuan-note/siyuan/issues/17454) +* [IFrame 块无法编辑](https://github.com/siyuan-note/siyuan/issues/17486) +* [将链接粘贴到数据库资源字段时会创建重复条目](https://github.com/siyuan-note/siyuan/issues/17492) +* [大纲不会自动刷新](https://github.com/siyuan-note/siyuan/issues/17493) +* [云端配置界面中事件缺失](https://github.com/siyuan-note/siyuan/issues/17495) +* [拆分标签页后出现空白区域](https://github.com/siyuan-note/siyuan/issues/17499) +* [修复一些安全漏洞](https://github.com/siyuan-note/siyuan/issues/17503) +* [启动时缺少 `window.siyuan.config` 会导致报错](https://github.com/siyuan-note/siyuan/issues/17508) +* [斜杠菜单中的 `引用` 选项无法搜索](https://github.com/siyuan-note/siyuan/issues/17510) +* [由于 Cookie 过长导致授权页验证失败](https://github.com/siyuan-note/siyuan/issues/17512) + +### 开发重构 + +* [升级到 Electron v40.9.1](https://github.com/siyuan-note/siyuan/issues/17501) + +### 开发者 + +* [为 `openTab` 添加 `doc.mode`,以文档模式打开](https://github.com/siyuan-note/siyuan/issues/17523) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)