🔖 Release v2.9.8

This commit is contained in:
Daniel 2023-07-31 20:08:20 +08:00
parent f70d783b8e
commit a92aecfe8c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 6 additions and 0 deletions

View file

@ -30,6 +30,7 @@ Below are the detailed changes in this version.
* [Insert image link `Esc` can't save link address](https://github.com/siyuan-note/siyuan/issues/8839)
* [When dragging to the left, all blocks are selected](https://github.com/siyuan-note/siyuan/issues/8845)
* [When maxListCount limit is not reached, the wrong pop-up box prompts a maxListCount error](https://github.com/siyuan-note/siyuan/pull/8846)
* [Dragging list items after splitting the screen causes data loss](https://github.com/siyuan-note/siyuan/issues/8863)
### Development
@ -43,3 +44,4 @@ Below are the detailed changes in this version.
* [API "Protyle" parameter render is incompatible](https://github.com/siyuan-note/siyuan/issues/8849)
* [Add parameter dialog to the "confirm" callback](https://github.com/siyuan-note/siyuan/issues/8851)
* [Add URL type column to Attribute View](https://github.com/siyuan-note/siyuan/issues/8854)
* [Drag doc from doc tree to attribute view](https://github.com/siyuan-note/siyuan/issues/8858)

View file

@ -30,6 +30,7 @@
* [插入圖片鏈接後按 `Esc` 未保存鏈接地址](https://github.com/siyuan-note/siyuan/issues/8839)
* [拖拽靠左後會不應該選擇所有塊](https://github.com/siyuan-note/siyuan/issues/8845)
* [文檔樹最大列出數判斷問題](https://github.com/siyuan-note/siyuan/pull/8846)
* [分屏後拖拽列表項導致數據丟失](https://github.com/siyuan-note/siyuan/issues/8863)
### 開發者
@ -43,3 +44,4 @@
* [前端 API "Protyle" 渲染參數兼容](https://github.com/siyuan-note/siyuan/issues/8849)
* [前端 "confirm" 對話框回調添加參數](https://github.com/siyuan-note/siyuan/issues/8851)
* [屬性視圖支持 URL 列](https://github.com/siyuan-note/siyuan/issues/8854)
* [屬性視圖支持文檔樹上拖拽文檔插入行](https://github.com/siyuan-note/siyuan/issues/8858)

View file

@ -30,6 +30,7 @@
* [插入图片链接后按 `Esc` 未保存链接地址](https://github.com/siyuan-note/siyuan/issues/8839)
* [拖拽靠左后会不应该选择所有块](https://github.com/siyuan-note/siyuan/issues/8845)
* [文档树最大列出数判断问题](https://github.com/siyuan-note/siyuan/pull/8846)
* [分屏后拖拽列表项导致数据丢失](https://github.com/siyuan-note/siyuan/issues/8863)
### 开发者
@ -43,3 +44,4 @@
* [前端 API "Protyle" 渲染参数兼容](https://github.com/siyuan-note/siyuan/issues/8849)
* [前端 "confirm" 对话框回调添加参数](https://github.com/siyuan-note/siyuan/issues/8851)
* [属性视图支持 URL 列](https://github.com/siyuan-note/siyuan/issues/8854)
* [属性视图支持文档树上拖拽文档插入行](https://github.com/siyuan-note/siyuan/issues/8858)