diff --git a/app/changelogs/v3.1.23/v3.1.23.md b/app/changelogs/v3.1.23/v3.1.23.md index 107eed080..78dec9ba0 100644 --- a/app/changelogs/v3.1.23/v3.1.23.md +++ b/app/changelogs/v3.1.23/v3.1.23.md @@ -45,6 +45,7 @@ Below are the detailed changes in this version. ### Bugfix * [Inline code exceptions on Windows 10](https://github.com/siyuan-note/siyuan/issues/13824) +* [Wrong process name](https://github.com/siyuan-note/siyuan/issues/13903) * [Lacks the entry to edit mermaid on mobile](https://github.com/siyuan-note/siyuan/issues/13934) * [Scrollbar style is incorrect](https://github.com/siyuan-note/siyuan/issues/14085) * [Relative paths are constructed from a wrong basedir when importing markdown folder](https://github.com/siyuan-note/siyuan/issues/14095) 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 76cd4a39d..dace722f8 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 @@ -45,6 +45,7 @@ ### 修復缺陷 * [Windows 10 上的行級程式碼異常](https://github.com/siyuan-note/siyuan/issues/13824) +* [錯誤的進程名稱](https://github.com/siyuan-note/siyuan/issues/13903) * [行動端缺少編輯 Mermaid 的入口](https://github.com/siyuan-note/siyuan/issues/13934) * [捲軸樣式不正確](https://github.com/siyuan-note/siyuan/issues/14085) * [匯入 Markdown 資料夾時相對路徑錯誤](https://github.com/siyuan-note/siyuan/issues/14095) 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 cbe16b326..db86c1487 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 @@ -45,6 +45,7 @@ ### 修复缺陷 * [Windows 10 上的行级代码异常](https://github.com/siyuan-note/siyuan/issues/13824) +* [错误的进程名](https://github.com/siyuan-note/siyuan/issues/13903) * [移动端缺少编辑 Mermaid 的入口](https://github.com/siyuan-note/siyuan/issues/13934) * [滚动条样式不正确](https://github.com/siyuan-note/siyuan/issues/14085) * [导入 Markdown 文件夹时相对路径错误](https://github.com/siyuan-note/siyuan/issues/14095)