Skip to content

Commit

Permalink
📝 Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 16, 2023
1 parent bf4b88a commit f3d1acd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/changelogs/v2.8.8.md
Expand Up @@ -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)
Expand All @@ -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

Expand All @@ -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)
10 changes: 9 additions & 1 deletion app/changelogs/v2.8.8_zh_CN.md
@@ -1,6 +1,6 @@
## 概述

这个版本我们为桌面端导出文档增加了一些支持的格式,比如 reStructuredText、AsciiDoc、Textile 和 OPML 等。
这个版本我们为桌面端导出文档增加了一些格式,比如 reStructuredText、AsciiDoc、Textile 和 OPML 等。

## 变更记录

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

### 修复缺陷

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

0 comments on commit f3d1acd

Please sign in to comment.