From cd3f0640ee1f459b4f3378605425540ef79f63a9 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Fri, 13 Feb 2026 10:57:11 +0800 Subject: [PATCH] :memo: Update changelogs Signed-off-by: Daniel <845765@qq.com> --- app/changelogs/v3.5.6/v3.5.5.md | 2 ++ app/changelogs/v3.5.6/v3.5.5_zh_CHT.md | 4 +++- app/changelogs/v3.5.6/v3.5.5_zh_CN.md | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/changelogs/v3.5.6/v3.5.5.md b/app/changelogs/v3.5.6/v3.5.5.md index 48a96a801..6e54bdc07 100644 --- a/app/changelogs/v3.5.6/v3.5.5.md +++ b/app/changelogs/v3.5.6/v3.5.5.md @@ -12,6 +12,7 @@ Below are the detailed changes in this version. * [Improve HTML formula clipping](https://github.com/siyuan-note/siyuan/issues/16998) * [Remove the inbox in the publish service](https://github.com/siyuan-note/siyuan/issues/16999) * [Improve editing toolbar on mobile browsers](https://github.com/siyuan-note/siyuan/issues/17006) +* [Improve cursor position after Esc closes the formula edit box](https://github.com/siyuan-note/siyuan/issues/17024) ### Bugfix @@ -19,6 +20,7 @@ Below are the detailed changes in this version. * [Kernel crash when WPS opens Excel asset](https://github.com/siyuan-note/siyuan/pull/17011) * [Missing hyperlink address](https://github.com/siyuan-note/siyuan/issues/17017) * [Document content not updated after snapshot rollback](https://github.com/siyuan-note/siyuan/issues/17026) +* [Database search box shortcut key error](https://github.com/siyuan-note/siyuan/issues/17014) ### Development diff --git a/app/changelogs/v3.5.6/v3.5.5_zh_CHT.md b/app/changelogs/v3.5.6/v3.5.5_zh_CHT.md index 055c0ef0c..701c47e2c 100644 --- a/app/changelogs/v3.5.6/v3.5.5_zh_CHT.md +++ b/app/changelogs/v3.5.6/v3.5.5_zh_CHT.md @@ -12,6 +12,7 @@ * [改進 HTML 公式剪藏](https://github.com/siyuan-note/siyuan/issues/16998) * [在發布服務中移除收集箱](https://github.com/siyuan-note/siyuan/issues/16999) * [改進行動瀏覽器上的編輯工具列](https://github.com/siyuan-note/siyuan/issues/17006) +* [改進 Esc 關閉公式編輯框後的遊標位置](https://github.com/siyuan-note/siyuan/issues/17024) ### 修復缺陷 @@ -19,7 +20,8 @@ * [WPS 開啟 Excel 資源時內核崩潰](https://github.com/siyuan-note/siyuan/pull/17011) * [超連結網址遺失](https://github.com/siyuan-note/siyuan/issues/17017) * [回溯快照後文件內容未更新](https://github.com/siyuan-note/siyuan/issues/17026) -* +* [資料庫搜尋框組合鍵異常](https://github.com/siyuan-note/siyuan/issues/17014) + ### 開發重構 * [修復內核 API `updateBlock` 清除文件資料的問題](https://github.com/siyuan-note/siyuan/issues/16995) diff --git a/app/changelogs/v3.5.6/v3.5.5_zh_CN.md b/app/changelogs/v3.5.6/v3.5.5_zh_CN.md index 7b9ff0c17..1db0005ef 100644 --- a/app/changelogs/v3.5.6/v3.5.5_zh_CN.md +++ b/app/changelogs/v3.5.6/v3.5.5_zh_CN.md @@ -12,6 +12,7 @@ * [改进 HTML 公式剪藏](https://github.com/siyuan-note/siyuan/issues/16998) * [在发布服务中移除收集箱](https://github.com/siyuan-note/siyuan/issues/16999) * [改进移动浏览器上的编辑工具栏](https://github.com/siyuan-note/siyuan/issues/17006) +* [改进 Esc 关闭公式编辑框后的光标位置](https://github.com/siyuan-note/siyuan/issues/17024) ### 修复缺陷 @@ -19,7 +20,8 @@ * [WPS 打开 Excel 资源时内核崩溃](https://github.com/siyuan-note/siyuan/pull/17011) * [超链接地址丢失](https://github.com/siyuan-note/siyuan/issues/17017) * [回滚快照后文档内容未更新](https://github.com/siyuan-note/siyuan/issues/17026) -* +* [数据库搜索框组合键异常](https://github.com/siyuan-note/siyuan/issues/17014) + ### 开发重构 * [修复内核 API `updateBlock` 清除文档数据的问题](https://github.com/siyuan-note/siyuan/issues/16995)