diff --git a/app/changelogs/v3.6.5/v3.6.5.md b/app/changelogs/v3.6.5/v3.6.5.md index f5bf551f9..59196155e 100644 --- a/app/changelogs/v3.6.5/v3.6.5.md +++ b/app/changelogs/v3.6.5/v3.6.5.md @@ -12,12 +12,14 @@ Below are the detailed changes in this version. * [Improve appearance settings for inline text 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) +* [Easy way to switch between tags](https://github.com/siyuan-note/siyuan/issues/17505) * [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) +* [Improve input method compatibility](https://github.com/siyuan-note/siyuan/issues/17546) * [Improve the clipping extension to resolve issues where images were too large to be clipped](https://github.com/siyuan-note/siyuan/issues/17547) ### Bugfix 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 index 9b0ef1ddc..e92407d85 100644 --- a/app/changelogs/v3.6.5/v3.6.5_zh_CHT.md +++ b/app/changelogs/v3.6.5/v3.6.5_zh_CHT.md @@ -12,12 +12,14 @@ * [改進行動端行級文字的外觀設定](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/17505) * [改進貼上超連結時對錨文本的解碼](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) +* [改進輸入法相容性](https://github.com/siyuan-note/siyuan/issues/17546) * [改進剪藏擴充解決圖片過大無法剪藏](https://github.com/siyuan-note/siyuan/issues/17547) ### 修復缺陷 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 index 70f1e9bd4..767e98fc2 100644 --- a/app/changelogs/v3.6.5/v3.6.5_zh_CN.md +++ b/app/changelogs/v3.6.5/v3.6.5_zh_CN.md @@ -12,12 +12,14 @@ * [改进移动端行级文本的外观设置](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/17505) * [改进粘贴超链接时对锚文本的解码](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) +* [改进输入法兼容性](https://github.com/siyuan-note/siyuan/issues/17546) * [改进剪藏扩展解决图片过大无法剪藏](https://github.com/siyuan-note/siyuan/issues/17547) ### 修复缺陷