📝 Update changelogs

This commit is contained in:
Liang Ding 2023-05-16 09:39:01 +08:00
parent bf4b88a007
commit f3d1acd166
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 17 additions and 1 deletions

View file

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

View file

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