diff --git a/app/changelogs/v3.1.23/v3.1.23.md b/app/changelogs/v3.1.23/v3.1.23.md index 76b4ef3b1..7d1d99526 100644 --- a/app/changelogs/v3.1.23/v3.1.23.md +++ b/app/changelogs/v3.1.23/v3.1.23.md @@ -46,6 +46,7 @@ Below are the detailed changes in this version. * [Improve appearance mode switch](https://github.com/siyuan-note/siyuan/issues/14157) * [Pasting text with a `>` in the middle no longer creates a blockquote block](https://github.com/siyuan-note/siyuan/issues/14162) * [Display reference counts after unfolding headings](https://github.com/siyuan-note/siyuan/issues/14169) +* [Improve find-replace of text containing escape characters](https://github.com/siyuan-note/siyuan/issues/14173) ### Bugfix diff --git a/app/changelogs/v3.1.23/v3.1.23_zh_CHT.md b/app/changelogs/v3.1.23/v3.1.23_zh_CHT.md index 5af84be4c..3701c2b5a 100644 --- a/app/changelogs/v3.1.23/v3.1.23_zh_CHT.md +++ b/app/changelogs/v3.1.23/v3.1.23_zh_CHT.md @@ -46,6 +46,7 @@ * [改良外觀模式切換](https://github.com/siyuan-note/siyuan/issues/14157) * [貼上中間包含 `>` 的文字時不再建立引述區塊](https://github.com/siyuan-note/siyuan/issues/14162) * [展開折疊的標題後顯示區塊引用計數](https://github.com/siyuan-note/siyuan/issues/14169) +* [改進包含轉義符的文字搜尋替換](https://github.com/siyuan-note/siyuan/issues/14173) ### 修復缺陷 diff --git a/app/changelogs/v3.1.23/v3.1.23_zh_CN.md b/app/changelogs/v3.1.23/v3.1.23_zh_CN.md index 7f67b5669..97a53003d 100644 --- a/app/changelogs/v3.1.23/v3.1.23_zh_CN.md +++ b/app/changelogs/v3.1.23/v3.1.23_zh_CN.md @@ -46,6 +46,7 @@ * [改进外观模式切换](https://github.com/siyuan-note/siyuan/issues/14157) * [粘贴中间包含 `>` 的文本时不再创建引述块](https://github.com/siyuan-note/siyuan/issues/14162) * [展开折叠的标题后显示块引用计数](https://github.com/siyuan-note/siyuan/issues/14169) +* [改进包含转义符的文本搜索替换](https://github.com/siyuan-note/siyuan/issues/14173) ### 修复缺陷