diff --git a/app/changelogs/v2.10.15/v2.10.15.md b/app/changelogs/v2.10.15/v2.10.15.md index 41e6ed891..4732c5c51 100644 --- a/app/changelogs/v2.10.15/v2.10.15.md +++ b/app/changelogs/v2.10.15/v2.10.15.md @@ -36,6 +36,7 @@ Below are the detailed changes in this version. * [Data synchronization accidentally deletes local files](https://github.com/siyuan-note/siyuan/issues/9631) * [The window title is hidden after the graph is minimized](https://github.com/siyuan-note/siyuan/issues/9638) * [Code content in templates is not properly escaped](https://github.com/siyuan-note/siyuan/issues/9649) +* [Shortcut keys cannot be used to copy plain text in read-only mode](https://github.com/siyuan-note/siyuan/issues/9653) ### Document diff --git a/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md b/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md index 62db90cde..3fb829674 100644 --- a/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md +++ b/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md @@ -36,6 +36,7 @@ * [資料同步誤刪本機檔案](https://github.com/siyuan-note/siyuan/issues/9631) * [關係圖最小化後視窗標題被隱藏](https://github.com/siyuan-note/siyuan/issues/9638) * [未正確轉義範本程式碼內容](https://github.com/siyuan-note/siyuan/issues/9649) +* [無法在唯讀模式下透過快速鍵複製純文字](https://github.com/siyuan-note/siyuan/issues/9653) ### 改進文檔 diff --git a/app/changelogs/v2.10.15/v2.10.15_zh_CN.md b/app/changelogs/v2.10.15/v2.10.15_zh_CN.md index c16dd3732..5dc7193fb 100644 --- a/app/changelogs/v2.10.15/v2.10.15_zh_CN.md +++ b/app/changelogs/v2.10.15/v2.10.15_zh_CN.md @@ -36,6 +36,7 @@ * [数据同步误删本地文件](https://github.com/siyuan-note/siyuan/issues/9631) * [关系图最小化后窗口标题被隐藏](https://github.com/siyuan-note/siyuan/issues/9638) * [未正确转义模板代码内容](https://github.com/siyuan-note/siyuan/issues/9649) +* [无法在只读模式下通过快捷键复制纯文本](https://github.com/siyuan-note/siyuan/issues/9653) ### 改进文档