diff --git a/app/changelogs/v2.11.2/v2.11.2.md b/app/changelogs/v2.11.2/v2.11.2.md index e112dbdf0..78e184762 100644 --- a/app/changelogs/v2.11.2/v2.11.2.md +++ b/app/changelogs/v2.11.2/v2.11.2.md @@ -30,6 +30,7 @@ Below are the detailed changes in this version. * [Add `Exit the application` to the main menu for Desktop and Pad](https://github.com/siyuan-note/siyuan/issues/9840) * [Improve kernel stability by eliminating some data races](https://github.com/siyuan-note/siyuan/issues/9842) * [Improve image loading and jump positioning caused by height changes](https://github.com/siyuan-note/siyuan/issues/9856) +* [Keep the cursor still after `Delete` at the end of the list](https://github.com/siyuan-note/siyuan/issues/9863) ### Abolishment diff --git a/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md b/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md index 45fae7265..4e8cc5a49 100644 --- a/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md +++ b/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md @@ -30,6 +30,7 @@ * [在桌面端端和平板端的主選單中加入 `退出應用程式`](https://github.com/siyuan-note/siyuan/issues/9840) * [消除資料競態以提升內核穩定性](https://github.com/siyuan-note/siyuan/issues/9842) * [改进图片加载引起高度变化跳转定位](https://github.com/siyuan-note/siyuan/issues/9856) +* [在清單最後按 `Delete` 刪除時保持遊標位置不變](https://github.com/siyuan-note/siyuan/issues/9863) ### 移除功能 diff --git a/app/changelogs/v2.11.2/v2.11.2_zh_CN.md b/app/changelogs/v2.11.2/v2.11.2_zh_CN.md index dfba3dfe5..596825f40 100644 --- a/app/changelogs/v2.11.2/v2.11.2_zh_CN.md +++ b/app/changelogs/v2.11.2/v2.11.2_zh_CN.md @@ -30,6 +30,7 @@ * [在桌面端端和平板端的主菜单中添加 `退出应用`](https://github.com/siyuan-note/siyuan/issues/9840) * [消除数据竞态以提升内核稳定性](https://github.com/siyuan-note/siyuan/issues/9842) * [改进图片加载导致高度变化跳转定位](https://github.com/siyuan-note/siyuan/issues/9856) +* [在列表末尾按 `Delete` 删除时保持光标位置不变](https://github.com/siyuan-note/siyuan/issues/9863) ### 移除功能