diff --git a/app/changelogs/v2.9.8/v2.9.8.md b/app/changelogs/v2.9.8/v2.9.8.md index ff0114cb9..641e2e2eb 100644 --- a/app/changelogs/v2.9.8/v2.9.8.md +++ b/app/changelogs/v2.9.8/v2.9.8.md @@ -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) diff --git a/app/changelogs/v2.9.8/v2.9.8_zh_CHT.md b/app/changelogs/v2.9.8/v2.9.8_zh_CHT.md index 7e5373ae1..156304856 100644 --- a/app/changelogs/v2.9.8/v2.9.8_zh_CHT.md +++ b/app/changelogs/v2.9.8/v2.9.8_zh_CHT.md @@ -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) diff --git a/app/changelogs/v2.9.8/v2.9.8_zh_CN.md b/app/changelogs/v2.9.8/v2.9.8_zh_CN.md index ab1f81341..2539df7a5 100644 --- a/app/changelogs/v2.9.8/v2.9.8_zh_CN.md +++ b/app/changelogs/v2.9.8/v2.9.8_zh_CN.md @@ -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)