🔖 Release v2.10.6

This commit is contained in:
Daniel 2023-09-19 10:25:06 +08:00
parent 7f9e795035
commit da49828a21
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,7 @@ Below are the detailed changes in this version.
* [After typing quickly in a code block, the cursor no longer reset to the beginning](https://github.com/siyuan-note/siyuan/issues/9179)
* [Authenticate requests with the Origin header other than 127.0.0.1](https://github.com/siyuan-note/siyuan/issues/9180)
* [Improve resizing of some UI elements](https://github.com/siyuan-note/siyuan/issues/9182)
* [PDF rectangular annotation supports pasting after selecting text](https://github.com/siyuan-note/siyuan/issues/9183)
* [Improve local IP display](https://github.com/siyuan-note/siyuan/pull/9186)
* [There is no scroll bar, and the prompt is hidden when the mouse is moved away](https://github.com/siyuan-note/siyuan/issues/9194)
* [Improve doc menu](https://github.com/siyuan-note/siyuan/issues/9195)
@ -48,3 +49,4 @@ Below are the detailed changes in this version.
* [Add plugin function `transaction`](https://github.com/siyuan-note/siyuan/issues/9172)
* [Add some detailed logs when synchronizing data](https://github.com/siyuan-note/siyuan/issues/9191)
* [Upgrade Electron](https://github.com/siyuan-note/siyuan/issues/9199)
* [Improve `Menu` for plugin](https://github.com/siyuan-note/siyuan/pull/9219)

View file

@ -23,6 +23,7 @@
* [代碼塊中快速輸入光標不再重置到開頭](https://github.com/siyuan-note/siyuan/issues/9179)
* [請求 Origin 標頭為非 127.0.0.1 時進行鑑權](https://github.com/siyuan-note/siyuan/issues/9180)
* [改進一些 UI 元素的大小重置](https://github.com/siyuan-note/siyuan/issues/9182)
* [PDF 矩形標註支援選取文字貼上](https://github.com/siyuan-note/siyuan/issues/9183)
* [改進設置關於中的本地 IP 顯示](https://github.com/siyuan-note/siyuan/pull/9186)
* [當不存在滾動條時提示浮層隨鼠標移開隱藏](https://github.com/siyuan-note/siyuan/issues/9194)
* [改進文檔菜單](https://github.com/siyuan-note/siyuan/issues/9195)
@ -48,3 +49,4 @@
* [添加插件函數 `transaction`](https://github.com/siyuan-note/siyuan/issues/9172)
* [為數據同步增加細節日誌](https://github.com/siyuan-note/siyuan/issues/9191)
* [升級 Electron](https://github.com/siyuan-note/siyuan/issues/9199)
* [改進插件 API `Menu`](https://github.com/siyuan-note/siyuan/pull/9219)

View file

@ -23,6 +23,7 @@
* [代码块中快速输入光标不再重置到开头](https://github.com/siyuan-note/siyuan/issues/9179)
* [请求 Origin 标头为非 127.0.0.1 时进行鉴权](https://github.com/siyuan-note/siyuan/issues/9180)
* [改进一些 UI 元素的大小重置](https://github.com/siyuan-note/siyuan/issues/9182)
* [PDF 矩形标注支持选中文本粘贴](https://github.com/siyuan-note/siyuan/issues/9183)
* [改进设置关于中的本地 IP 显示](https://github.com/siyuan-note/siyuan/pull/9186)
* [当不存在滚动条时提示浮层随鼠标移开隐藏](https://github.com/siyuan-note/siyuan/issues/9194)
* [改进文档菜单](https://github.com/siyuan-note/siyuan/issues/9195)
@ -48,3 +49,4 @@
* [添加插件函数 `transaction`](https://github.com/siyuan-note/siyuan/issues/9172)
* [为数据同步增加细节日志](https://github.com/siyuan-note/siyuan/issues/9191)
* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/9199)
* [改进插件 API `Menu`](https://github.com/siyuan-note/siyuan/pull/9219)