📝 Update changelogs

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-02-13 10:57:11 +08:00
parent 83161400b4
commit cd3f0640ee
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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)

View file

@ -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)