diff --git a/app/changelogs/v2.8.8.md b/app/changelogs/v2.8.8.md index 0eb0cea53..d37743bc4 100644 --- a/app/changelogs/v2.8.8.md +++ b/app/changelogs/v2.8.8.md @@ -24,6 +24,7 @@ Below are the detailed changelogs. * [Show interface zoom action on the top bar](https://github.com/siyuan-note/siyuan/issues/8212) * [When multiple windows exist, each window should be isolated using the `Optimize Typesetting`](https://github.com/siyuan-note/siyuan/issues/8216) * [Improve marketplace UI](https://github.com/siyuan-note/siyuan/issues/8219) +* [Improve initialization data sync interaction](https://github.com/siyuan-note/siyuan/issues/8220) * [Add Settings - Search - Index - Asset path](https://github.com/siyuan-note/siyuan/issues/8221) * [Show tips if dynamic loading is available](https://github.com/siyuan-note/siyuan/issues/8224) * [Kernel API `/api/query/sql` support `UNION` statement](https://github.com/siyuan-note/siyuan/issues/8226) @@ -39,6 +40,8 @@ Below are the detailed changelogs. * [Improve open doc performance](https://github.com/siyuan-note/siyuan/issues/8248) * [Add kernel API `/api/block/getChildBlocks`](https://github.com/siyuan-note/siyuan/issues/8249) * [Go back/forward should affect outline focus](https://github.com/siyuan-note/siyuan/issues/8256) +* [Release the related resources when uninstalling the plugin](https://github.com/siyuan-note/siyuan/issues/8258) +* [Data sync connectivity check supports redirection](https://github.com/siyuan-note/siyuan/issues/8264) ### Bugfix @@ -51,3 +54,8 @@ Below are the detailed changelogs. * [Outline jump positioning is incorrect](https://github.com/siyuan-note/siyuan/issues/8233) * [Export PDF hangs on focus heading](https://github.com/siyuan-note/siyuan/issues/8239) * [Only the first plugin switch is valid in the marketplace downloaded](https://github.com/siyuan-note/siyuan/issues/8243) +* [The flashcard mark of the doc title is not displayed](https://github.com/siyuan-note/siyuan/issues/8260) + +### Development + +* [Cannot return when plugin `loadData` is empty](https://github.com/siyuan-note/siyuan/issues/8259) diff --git a/app/changelogs/v2.8.8_zh_CN.md b/app/changelogs/v2.8.8_zh_CN.md index 6d73457f1..3b8cbb39d 100644 --- a/app/changelogs/v2.8.8_zh_CN.md +++ b/app/changelogs/v2.8.8_zh_CN.md @@ -1,6 +1,6 @@ ## 概述 -这个版本我们为桌面端导出文档增加了一些支持的格式,比如 reStructuredText、AsciiDoc、Textile 和 OPML 等。 +这个版本我们为桌面端导出文档增加了一些格式,比如 reStructuredText、AsciiDoc、Textile 和 OPML 等。 ## 变更记录 @@ -24,6 +24,7 @@ * [在顶栏显示界面缩放操作](https://github.com/siyuan-note/siyuan/issues/8212) * [多窗口情况下 `排版优化` 独立给出操作反馈](https://github.com/siyuan-note/siyuan/issues/8216) * [改进社区集市界面](https://github.com/siyuan-note/siyuan/issues/8219) +* [改进初始化数据同步交互](https://github.com/siyuan-note/siyuan/issues/8220) * [增加 设置 - 搜索 - 索引 - 资源文件路径](https://github.com/siyuan-note/siyuan/issues/8221) * [文档动态加载可用时显示提示](https://github.com/siyuan-note/siyuan/issues/8224) * [内核 API `/api/query/sql` 支持 `UNION` 语句](https://github.com/siyuan-note/siyuan/issues/8226) @@ -39,6 +40,8 @@ * [改进打开文档性能](https://github.com/siyuan-note/siyuan/issues/8248) * [新增内核 API `/api/block/getChildBlocks`](https://github.com/siyuan-note/siyuan/issues/8249) * [前进/后退时改变大纲焦点](https://github.com/siyuan-note/siyuan/issues/8256) +* [卸载插件时释放相关资源](https://github.com/siyuan-note/siyuan/issues/8258) +* [数据同步连通性校验支持重定向](https://github.com/siyuan-note/siyuan/issues/8264) ### 修复缺陷 @@ -51,3 +54,8 @@ * [大纲跳转定位不正确](https://github.com/siyuan-note/siyuan/issues/8233) * [聚焦标题后导出 PDF 挂起](https://github.com/siyuan-note/siyuan/issues/8239) * [集市已下载中无法启用插件](https://github.com/siyuan-note/siyuan/issues/8243) +* [文档标题闪卡标记不显示](https://github.com/siyuan-note/siyuan/issues/8260) + +### 开发者 + +* [插件 `loadData` 为空时无返回](https://github.com/siyuan-note/siyuan/issues/8259)