diff --git a/app/changelogs/v2.10.12/v2.10.12.md b/app/changelogs/v2.10.12/v2.10.12.md index 2b2cba2c5..4fbceb13c 100644 --- a/app/changelogs/v2.10.12/v2.10.12.md +++ b/app/changelogs/v2.10.12/v2.10.12.md @@ -30,6 +30,8 @@ Below are the detailed changes in this version. * [After `Alt+[`, `Ctrl+Enter` and `Ctrl+Click` generates a dynamic ref](https://github.com/siyuan-note/siyuan/issues/9480) * [Add some icons](https://github.com/siyuan-note/siyuan/issues/9481) * [Improve KaTex macros parsing](https://github.com/siyuan-note/siyuan/issues/9485) +* [Improve priority of folding processing when headings and super blocks are mixed](https://github.com/siyuan-note/siyuan/issues/9488) +* [Remove invisible characters when entering document title](https://github.com/siyuan-note/siyuan/issues/9493) ### Bugfix diff --git a/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md b/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md index fba201d44..87479f73f 100644 --- a/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md +++ b/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md @@ -30,6 +30,8 @@ * [按 `Alt+[` 後支援透過 `Ctrl+Enter` 和 `Ctrl+Click` 產生動態錨文本](https://github.com/siyuan-note/siyuan/issues/9480) * [新增一些圖示](https://github.com/siyuan-note/siyuan/issues/9481) * [改進 KaTex 宏定義解析](https://github.com/siyuan-note/siyuan/issues/9485) +* [改進標題區塊和超級區塊混用時折疊處理的優先順序](https://github.com/siyuan-note/siyuan/issues/9488) +* [輸入文件標題時移除不可見字元](https://github.com/siyuan-note/siyuan/issues/9493) ### 修復缺陷 diff --git a/app/changelogs/v2.10.12/v2.10.12_zh_CN.md b/app/changelogs/v2.10.12/v2.10.12_zh_CN.md index fdeed75a2..2b79ad842 100644 --- a/app/changelogs/v2.10.12/v2.10.12_zh_CN.md +++ b/app/changelogs/v2.10.12/v2.10.12_zh_CN.md @@ -30,6 +30,8 @@ * [按 `Alt+[` 后支持通过 `Ctrl+Enter` 和 `Ctrl+Click` 生成动态锚文本](https://github.com/siyuan-note/siyuan/issues/9480) * [添加一些图标](https://github.com/siyuan-note/siyuan/issues/9481) * [改进 KaTex 宏定义解析](https://github.com/siyuan-note/siyuan/issues/9485) +* [改进标题块和超级块混用时折叠处理的优先级](https://github.com/siyuan-note/siyuan/issues/9488) +* [输入文档标题时移除不可见字符](https://github.com/siyuan-note/siyuan/issues/9493) ### 修复缺陷