Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-04-16 00:18:59 +08:00
commit 0cb6ea69da
3 changed files with 3 additions and 0 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)