diff --git a/app/changelogs/v2.11.0/v2.11.0.md b/app/changelogs/v2.11.0/v2.11.0.md index 13ac1e656..1f5a0546f 100644 --- a/app/changelogs/v2.11.0/v2.11.0.md +++ b/app/changelogs/v2.11.0/v2.11.0.md @@ -35,6 +35,7 @@ Below are the detailed changes in this version. ### Bugfix +* [Slash menu cannot be called after writing heading by using `#`](https://github.com/siyuan-note/siyuan/issues/9022) * [Inline memos cannot be searched](https://github.com/siyuan-note/siyuan/issues/9710) * [Triple-clicking on the last line in the code block cannot select it](https://github.com/siyuan-note/siyuan/issues/9714) * [Unable to "Quit the application" when no document is opened on mobile](https://github.com/siyuan-note/siyuan/issues/9717) diff --git a/app/changelogs/v2.11.0/v2.11.0_zh_CHT.md b/app/changelogs/v2.11.0/v2.11.0_zh_CHT.md index 6a07ab9ee..9164d602e 100644 --- a/app/changelogs/v2.11.0/v2.11.0_zh_CHT.md +++ b/app/changelogs/v2.11.0/v2.11.0_zh_CHT.md @@ -35,6 +35,7 @@ ### 修復缺陷 +* [使用 `#` 輸入標題區塊後無法觸發斜桿選單](https://github.com/siyuan-note/siyuan/issues/9022) * [行級備註無法被搜尋](https://github.com/siyuan-note/siyuan/issues/9710) * [在程式碼區塊最後一行三擊時無法選取](https://github.com/siyuan-note/siyuan/issues/9714) * [行動端開啟文件的情況下無法 "退出應用程式"](https://github.com/siyuan-note/siyuan/issues/9717) diff --git a/app/changelogs/v2.11.0/v2.11.0_zh_CN.md b/app/changelogs/v2.11.0/v2.11.0_zh_CN.md index 964042d1f..602a45efa 100644 --- a/app/changelogs/v2.11.0/v2.11.0_zh_CN.md +++ b/app/changelogs/v2.11.0/v2.11.0_zh_CN.md @@ -35,6 +35,7 @@ ### 修复缺陷 +* [使用 `#` 输入标题块后无法触发斜杆菜单](https://github.com/siyuan-note/siyuan/issues/9022) * [行级备注无法被搜索到](https://github.com/siyuan-note/siyuan/issues/9710) * [在代码块最后一行三击时无法选中](https://github.com/siyuan-note/siyuan/issues/9714) * [移动端打开文档的情况下无法 "退出应用"](https://github.com/siyuan-note/siyuan/issues/9717)