diff --git a/app/changelogs/v2.12.4/v2.12.4.md b/app/changelogs/v2.12.4/v2.12.4.md index 63cf02a04..41b1a1e99 100644 --- a/app/changelogs/v2.12.4/v2.12.4.md +++ b/app/changelogs/v2.12.4/v2.12.4.md @@ -23,6 +23,7 @@ Below are the detailed changes in this version. * [Data sync may cause data loss on Android 14](https://github.com/siyuan-note/siyuan/issues/10205) * [Repeated escaping in preview area when searching for matching doc blocks](https://github.com/siyuan-note/siyuan/issues/10219) +* [Remove invalid requests during boot](https://github.com/siyuan-note/siyuan/pull/10227) * [Spaced repetition read-only mode is invalid](https://github.com/siyuan-note/siyuan/issues/10230) ### Refactor diff --git a/app/changelogs/v2.12.4/v2.12.4_zh_CHT.md b/app/changelogs/v2.12.4/v2.12.4_zh_CHT.md index d4e0cf870..a225ee001 100644 --- a/app/changelogs/v2.12.4/v2.12.4_zh_CHT.md +++ b/app/changelogs/v2.12.4/v2.12.4_zh_CHT.md @@ -23,6 +23,7 @@ * [資料同步可能在 Android 14 上導致資料遺失](https://github.com/siyuan-note/siyuan/issues/10205) * [搜尋符合文件區塊時預覽區重複轉義](https://github.com/siyuan-note/siyuan/issues/10219) +* [移除啟動時的無效請求](https://github.com/siyuan-note/siyuan/pull/10227) * [間隔重複唯讀模式失效](https://github.com/siyuan-note/siyuan/issues/10230) ### 開發重構 diff --git a/app/changelogs/v2.12.4/v2.12.4_zh_CN.md b/app/changelogs/v2.12.4/v2.12.4_zh_CN.md index e98d324ad..e43153314 100644 --- a/app/changelogs/v2.12.4/v2.12.4_zh_CN.md +++ b/app/changelogs/v2.12.4/v2.12.4_zh_CN.md @@ -23,6 +23,7 @@ * [数据同步可能在 Android 14 上导致数据丢失](https://github.com/siyuan-note/siyuan/issues/10205) * [搜索匹配文档块时预览区重复转义](https://github.com/siyuan-note/siyuan/issues/10219) +* [移除启动时的无效请求](https://github.com/siyuan-note/siyuan/pull/10227) * [间隔重复只读模式失效](https://github.com/siyuan-note/siyuan/issues/10230) ### 开发重构