diff --git a/app/changelogs/v3.0.10/v3.0.10.md b/app/changelogs/v3.0.10/v3.0.10.md index 4bb5aba44..615cf4688 100644 --- a/app/changelogs/v3.0.10/v3.0.10.md +++ b/app/changelogs/v3.0.10/v3.0.10.md @@ -21,6 +21,7 @@ Below are the detailed changes in this version. * [Improve `Del` before code, tags and kbd](https://github.com/siyuan-note/siyuan/issues/10984) * [Improve data indexing performance when importing .sy.zip and markdown](https://github.com/siyuan-note/siyuan/issues/10986) * [Improve exporting inline code markdown element](https://github.com/siyuan-note/siyuan/issues/10988) +* [Prevent frontend request pending](https://github.com/siyuan-note/siyuan/issues/10992) * [Improve default search type filtering](https://github.com/siyuan-note/siyuan/issues/11003) * [Improve data indexing performance for creating documents](https://github.com/siyuan-note/siyuan/issues/11005) * [Remove spell check for links, audio and other URLs](https://github.com/siyuan-note/siyuan/issues/11006) diff --git a/app/changelogs/v3.0.10/v3.0.10_zh_CHT.md b/app/changelogs/v3.0.10/v3.0.10_zh_CHT.md index 6bc380b41..aaa73b843 100644 --- a/app/changelogs/v3.0.10/v3.0.10_zh_CHT.md +++ b/app/changelogs/v3.0.10/v3.0.10_zh_CHT.md @@ -21,6 +21,7 @@ * [改進在程式碼、標籤和鍵盤之前 `Del`](https://github.com/siyuan-note/siyuan/issues/10984) * [導入 .sy.zip 與 markdown 時改善資料索引效能](https://github.com/siyuan-note/siyuan/issues/10986) * [改進匯出行級程式碼 markdown 元素](https://github.com/siyuan-note/siyuan/issues/10988) +* [避免前端要求等待處理](https://github.com/siyuan-note/siyuan/issues/10992) * [改進預設搜尋類型過濾](https://github.com/siyuan-note/siyuan/issues/11003) * [建立文件時改進資料索引效能](https://github.com/siyuan-note/siyuan/issues/11005) * [移除連結、音訊和其他 URL 的拼字檢查](https://github.com/siyuan-note/siyuan/issues/11006) diff --git a/app/changelogs/v3.0.10/v3.0.10_zh_CN.md b/app/changelogs/v3.0.10/v3.0.10_zh_CN.md index 026e2b233..afc071f22 100644 --- a/app/changelogs/v3.0.10/v3.0.10_zh_CN.md +++ b/app/changelogs/v3.0.10/v3.0.10_zh_CN.md @@ -21,6 +21,7 @@ * [改进在代码、标签和键盘之前 `Del`](https://github.com/siyuan-note/siyuan/issues/10984) * [导入 .sy.zip 和 markdown 时改进数据索引性能](https://github.com/siyuan-note/siyuan/issues/10986) * [改进导出行级代码 markdown 元素](https://github.com/siyuan-note/siyuan/issues/10988) +* [避免前端请求等待处理](https://github.com/siyuan-note/siyuan/issues/10992) * [改进默认搜索类型过滤](https://github.com/siyuan-note/siyuan/issues/11003) * [创建文档时改进数据索引性能](https://github.com/siyuan-note/siyuan/issues/11005) * [移除链接、音频和其他 URL 的拼写检查](https://github.com/siyuan-note/siyuan/issues/11006)