Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-05-13 23:33:08 +08:00
commit eb909e5b8e
12 changed files with 56 additions and 46 deletions

View file

@ -44,6 +44,7 @@ Below are the detailed changes in this version.
* [Improve `Display the VIP icon`](https://github.com/siyuan-note/siyuan/issues/11368)
* [Improve HTML inline code clipping](https://github.com/siyuan-note/siyuan/issues/11370)
* [Improve export preview mode](https://github.com/siyuan-note/siyuan/issues/11372)
* [The heading block update time is refreshed after editing the blocks under the heading](https://github.com/siyuan-note/siyuan/issues/11374)
### Bugfix
@ -60,6 +61,7 @@ Below are the detailed changes in this version.
* [Database table view continuously adds new rows above error](https://github.com/siyuan-note/siyuan/issues/11335)
* [Block attributes are not refreshed after data syncing](https://github.com/siyuan-note/siyuan/issues/11343)
* [Undo exception after Delete in the last line of the code block](https://github.com/siyuan-note/siyuan/issues/11362)
* [Opening notebook repeatedly causes reference count to increase](https://github.com/siyuan-note/siyuan/issues/11378)
### Document

View file

@ -44,6 +44,7 @@
* [改進 `顯示VIP圖示`](https://github.com/siyuan-note/siyuan/issues/11368)
* [改進 HTML 行級程式碼元素剪藏](https://github.com/siyuan-note/siyuan/issues/11370)
* [改進匯出預覽模式](https://github.com/siyuan-note/siyuan/issues/11372)
* [標題下方區塊編輯後刷新標題區塊更新時間](https://github.com/siyuan-note/siyuan/issues/11374)
### 修復缺陷
@ -60,6 +61,7 @@
* [資料庫表格檢視連續在上方新增一行錯誤](https://github.com/siyuan-note/siyuan/issues/11335)
* [資料同步後區塊屬性不刷新](https://github.com/siyuan-note/siyuan/issues/11343)
* [在程式碼區塊的最後一行刪除後撤銷異常](https://github.com/siyuan-note/siyuan/issues/11362)
* [重複開啟筆記本導致引用計數增加](https://github.com/siyuan-note/siyuan/issues/11378)
### 改進文檔

View file

@ -44,6 +44,7 @@
* [改进 `显示VIP图标`](https://github.com/siyuan-note/siyuan/issues/11368)
* [改进 HTML 行级代码元素剪藏](https://github.com/siyuan-note/siyuan/issues/11370)
* [改进导出预览模式](https://github.com/siyuan-note/siyuan/issues/11372)
* [标题下方块编辑后刷新标题块更新时间](https://github.com/siyuan-note/siyuan/issues/11374)
### 修复缺陷
@ -60,6 +61,7 @@
* [数据库表格视图连续在上方添加新行错误](https://github.com/siyuan-note/siyuan/issues/11335)
* [数据同步后块属性不刷新](https://github.com/siyuan-note/siyuan/issues/11343)
* [在代码块的最后一行删除后撤销异常](https://github.com/siyuan-note/siyuan/issues/11362)
* [重复打开笔记本导致引用计数增加](https://github.com/siyuan-note/siyuan/issues/11378)
### 改进文档

File diff suppressed because one or more lines are too long