diff --git a/app/changelogs/v2.10.15/v2.10.15.md b/app/changelogs/v2.10.15/v2.10.15.md index e33693c6e..bff559564 100644 --- a/app/changelogs/v2.10.15/v2.10.15.md +++ b/app/changelogs/v2.10.15/v2.10.15.md @@ -25,6 +25,8 @@ Below are the detailed changes in this version. * [Improve S3/WebDAV data sync error message](https://github.com/siyuan-note/siyuan/issues/9626) * [Improve localhost address validation](https://github.com/siyuan-note/siyuan/pull/9634) * [`Ctrl+End` Jump to the last character of the last block](https://github.com/siyuan-note/siyuan/issues/9642) +* [Improve checking out files order of data sync](https://github.com/siyuan-note/siyuan/issues/9646) +* [Automatically create notebook conf.json if not found it](https://github.com/siyuan-note/siyuan/issues/9647) ### Bugfix diff --git a/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md b/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md index cc211bf1a..1f5001dd3 100644 --- a/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md +++ b/app/changelogs/v2.10.15/v2.10.15_zh_CHT.md @@ -25,6 +25,8 @@ * [改進 S3/WebDAV 資料同步錯誤提示文案](https://github.com/siyuan-note/siyuan/issues/9626) * [改進本地網路位址校驗](https://github.com/siyuan-note/siyuan/pull/9634) * [`Ctrl+End` 跳到最後一個區塊的最後一個字元](https://github.com/siyuan-note/siyuan/issues/9642) +* [改進資料同步時遷出檔案的順序](https://github.com/siyuan-note/siyuan/issues/9646) +* [自動建立筆記本缺少的設定檔](https://github.com/siyuan-note/siyuan/issues/9647) ### 修復缺陷 diff --git a/app/changelogs/v2.10.15/v2.10.15_zh_CN.md b/app/changelogs/v2.10.15/v2.10.15_zh_CN.md index 1bbca11ed..34e3a3734 100644 --- a/app/changelogs/v2.10.15/v2.10.15_zh_CN.md +++ b/app/changelogs/v2.10.15/v2.10.15_zh_CN.md @@ -25,6 +25,8 @@ * [改进 S3/WebDAV 数据同步错误提示文案](https://github.com/siyuan-note/siyuan/issues/9626) * [改进本地网络地址校验](https://github.com/siyuan-note/siyuan/pull/9634) * [`Ctrl+End` 跳转到最后一个块的最后一个字符](https://github.com/siyuan-note/siyuan/issues/9642) +* [改进数据同步时迁出文件的顺序](https://github.com/siyuan-note/siyuan/issues/9646) +* [自动创建笔记本缺失的配置文件](https://github.com/siyuan-note/siyuan/issues/9647) ### 修复缺陷