mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-02 21:51:49 +01:00
📝 Update changelogs
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
fee986fd22
commit
eb34594440
3 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ Below are the detailed changes in this version.
|
|||
|
||||
### Enhancement
|
||||
|
||||
* [Support `Ctrl+Shift+T` to reopen the tab](https://github.com/siyuan-note/siyuan/issues/11205)
|
||||
* [Support `siyuan://` protocol on macOS](https://github.com/siyuan-note/siyuan/issues/12271)
|
||||
* [Improve UI layout](https://github.com/siyuan-note/siyuan/pull/15011)
|
||||
* [Improve the outline panel](https://github.com/siyuan-note/siyuan/pull/15814)
|
||||
|
|
@ -30,6 +31,7 @@ Below are the detailed changes in this version.
|
|||
* [Improve automatic scrolling when dragging items in the outline](https://github.com/siyuan-note/siyuan/pull/16161)
|
||||
* [Clicking the doc icon in the doc tree will expand on mobile](https://github.com/siyuan-note/siyuan/issues/16163)
|
||||
* [Support calling system printing on HarmonyOS](https://github.com/siyuan-note/siyuan/issues/16164)
|
||||
* [Clicking on the sides or in the gap causes the cursor to jump to the beginning](https://github.com/siyuan-note/siyuan/issues/16179)
|
||||
* [Improve FSRS weight initialization](https://github.com/siyuan-note/siyuan/issues/16181)
|
||||
* [Embed blocks in superblocks support displaying breadcrumbs](https://github.com/siyuan-note/siyuan/issues/16183)
|
||||
* [Improve data synchronization](https://github.com/siyuan-note/siyuan/issues/16187)
|
||||
|
|
@ -47,6 +49,7 @@ Below are the detailed changes in this version.
|
|||
|
||||
### Development
|
||||
|
||||
* [Record the width of some Protyle elements in the attributes](https://github.com/siyuan-note/siyuan/pull/15043)
|
||||
* [Optimize Dockerfile to maximize cache utilization and parallelism](https://github.com/siyuan-note/siyuan/pull/16052)
|
||||
* [Improve #commonMenu menu](https://github.com/siyuan-note/siyuan/pull/16141)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
### 改進功能
|
||||
|
||||
* [支援透過快捷鍵 `Ctrl+Shift+T` 重新開啟頁籤](https://github.com/siyuan-note/siyuan/issues/11205)
|
||||
* [在 macOS 上支援 `siyuan://` 協定](https://github.com/siyuan-note/siyuan/issues/12271)
|
||||
* [改進介面佈局](https://github.com/siyuan-note/siyuan/pull/15011)
|
||||
* [改進大綱面板](https://github.com/siyuan-note/siyuan/pull/15814)
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
* [改進大綱中拖曳項目時的自動捲動](https://github.com/siyuan-note/siyuan/pull/16161)
|
||||
* [在行動端點選文件樹中的文件圖示將展開](https://github.com/siyuan-note/siyuan/issues/16163)
|
||||
* [支援在鴻蒙端上呼叫系統列印](https://github.com/siyuan-note/siyuan/issues/16164)
|
||||
* [點擊邊緣或空隙會導致遊標跳到開頭](https://github.com/siyuan-note/siyuan/issues/16179)
|
||||
* [改進 FSRS 權重初始化](https://github.com/siyuan-note/siyuan/issues/16181)
|
||||
* [超級區塊下的嵌入區塊支援顯示麵包屑](https://github.com/siyuan-note/siyuan/issues/16183)
|
||||
* [改進資料同步](https://github.com/siyuan-note/siyuan/issues/16187)
|
||||
|
|
@ -47,6 +49,7 @@
|
|||
|
||||
### 開發者
|
||||
|
||||
* [在屬性中記錄某些 Protyle 元素的寬度](https://github.com/siyuan-note/siyuan/pull/15043)
|
||||
* [最佳化 Dockerfile 以最大化快取利用和並行性](https://github.com/siyuan-note/siyuan/pull/16052)
|
||||
* [改進 #commonMenu 選單](https://github.com/siyuan-note/siyuan/pull/16141)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
### 改进功能
|
||||
|
||||
* [支持通过快捷键 `Ctrl+Shift+T` 重新打开页签](https://github.com/siyuan-note/siyuan/issues/11205)
|
||||
* [在 macOS 上支持 `siyuan://` 协议](https://github.com/siyuan-note/siyuan/issues/12271)
|
||||
* [改进界面布局](https://github.com/siyuan-note/siyuan/pull/15011)
|
||||
* [改进大纲面板](https://github.com/siyuan-note/siyuan/pull/15814)
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
* [改进在大纲中拖动项目时的自动滚动](https://github.com/siyuan-note/siyuan/pull/16161)
|
||||
* [在移动端点击文档树中的文档图标将展开](https://github.com/siyuan-note/siyuan/issues/16163)
|
||||
* [支持在鸿蒙端上调用系统打印](https://github.com/siyuan-note/siyuan/issues/16164)
|
||||
* [点击边缘或空隙会导致光标跳到开头](https://github.com/siyuan-note/siyuan/issues/16179)
|
||||
* [改进 FSRS 权重初始化](https://github.com/siyuan-note/siyuan/issues/16181)
|
||||
* [超级块下的嵌入块支持显示面包屑](https://github.com/siyuan-note/siyuan/issues/16183)
|
||||
* [改进数据同步](https://github.com/siyuan-note/siyuan/issues/16187)
|
||||
|
|
@ -47,6 +49,7 @@
|
|||
|
||||
### 开发者
|
||||
|
||||
* [在属性中记录某些 Protyle 元素的宽度](https://github.com/siyuan-note/siyuan/pull/15043)
|
||||
* [优化 Dockerfile 以最大化缓存利用和并行性](https://github.com/siyuan-note/siyuan/pull/16052)
|
||||
* [改进 #commonMenu 菜单](https://github.com/siyuan-note/siyuan/pull/16141)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue