diff --git a/app/changelogs/v2.8.8.md b/app/changelogs/v2.8.8.md new file mode 100644 index 000000000..0eb0cea53 --- /dev/null +++ b/app/changelogs/v2.8.8.md @@ -0,0 +1,53 @@ +## Overview + +In this version, we added support for exporting a document in some formats, such as reStructuredText, AsciiDoc, Textile, and OPML. + +## Changelogs + +Below are the detailed changelogs. + +### Enhancement + +* [Escape the notification message](https://github.com/siyuan-note/siyuan/issues/7811) +* [Support mouse wheel zoom editor font size](https://github.com/siyuan-note/siyuan/issues/8064) +* [Support for more export formats on the desktop](https://github.com/siyuan-note/siyuan/issues/8127) +* [Support for exporting reStructuredText](https://github.com/siyuan-note/siyuan/issues/8128) +* [Support for exporting AsciiDoc](https://github.com/siyuan-note/siyuan/issues/8129) +* [Support for exporting Textile](https://github.com/siyuan-note/siyuan/issues/8130) +* [Support for exporting OPML](https://github.com/siyuan-note/siyuan/issues/8131) +* [Support for exporting RTF](https://github.com/siyuan-note/siyuan/issues/8132) +* [Support for exporting ODT](https://github.com/siyuan-note/siyuan/issues/8133) +* [Support for exporting EPUB](https://github.com/siyuan-note/siyuan/issues/8134) +* [Support for exporting MediaWiki](https://github.com/siyuan-note/siyuan/issues/8135) +* [Support for exporting Org-Mode](https://github.com/siyuan-note/siyuan/issues/8136) +* [Hide the search history when it is clicked a second time](https://github.com/siyuan-note/siyuan/issues/8183) +* [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) +* [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) +* [Reset doc browsing position after data snapshot rollback](https://github.com/siyuan-note/siyuan/issues/8231) +* [Empty blocks don't show `Input text` under read-only mode on the mobile](https://github.com/siyuan-note/siyuan/issues/8232) +* [Add kernel API `/api/convert/pandoc`](https://github.com/siyuan-note/siyuan/issues/8235) +* [When `New document save location` is configured as `../`, it will be completed as `../Untitled`](https://github.com/siyuan-note/siyuan/issues/8238) +* [Flashcards in closed notebooks are no longer counted when spaced repeat](https://github.com/siyuan-note/siyuan/issues/8240) +* [Add confirmation dialog when removing marketplace package](https://github.com/siyuan-note/siyuan/issues/8242) +* [Settings search can't find `Network Image Corner`](https://github.com/siyuan-note/siyuan/issues/8245) +* [Improve list appearance when using large fonts](https://github.com/siyuan-note/siyuan/issues/8246) +* [Improve appearance and interact](https://github.com/siyuan-note/siyuan/issues/8247) +* [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) + +### Bugfix + +* [Enter ``` in the code block behaves abnormally](https://github.com/siyuan-note/siyuan/issues/8187) +* [The shortcut keys are invalid after the spaced repetition is tabbed](https://github.com/siyuan-note/siyuan/issues/8214) +* [Pressing `Enter` after selecting a block in the bookmark panel reports an error](https://github.com/siyuan-note/siyuan/issues/8218) +* [Marketplace package sorting failure](https://github.com/siyuan-note/siyuan/issues/8223) +* [Unable to display network images when exporting a block as an image](https://github.com/siyuan-note/siyuan/issues/8225) +* [Uncontrollable page jumping](https://github.com/siyuan-note/siyuan/issues/8229) +* [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) diff --git a/app/changelogs/v2.8.8_zh_CN.md b/app/changelogs/v2.8.8_zh_CN.md new file mode 100644 index 000000000..6d73457f1 --- /dev/null +++ b/app/changelogs/v2.8.8_zh_CN.md @@ -0,0 +1,53 @@ +## 概述 + +这个版本我们为桌面端导出文档增加了一些支持的格式,比如 reStructuredText、AsciiDoc、Textile 和 OPML 等。 + +## 变更记录 + +以下是详细的变更记录。 + +### 改进功能 + +* [转义通知消息](https://github.com/siyuan-note/siyuan/issues/7811) +* [支持鼠标滚轮调整编辑器自定](https://github.com/siyuan-note/siyuan/issues/8064) +* [在桌面端支持更多的导出格式](https://github.com/siyuan-note/siyuan/issues/8127) +* [支持导出 reStructuredText](https://github.com/siyuan-note/siyuan/issues/8128) +* [支持导出 AsciiDoc](https://github.com/siyuan-note/siyuan/issues/8129) +* [支持导出 Textile](https://github.com/siyuan-note/siyuan/issues/8130) +* [支持导出 OPML](https://github.com/siyuan-note/siyuan/issues/8131) +* [支持导出 RTF](https://github.com/siyuan-note/siyuan/issues/8132) +* [支持导出 ODT](https://github.com/siyuan-note/siyuan/issues/8133) +* [支持导出 EPUB](https://github.com/siyuan-note/siyuan/issues/8134) +* [支持导出 MediaWiki](https://github.com/siyuan-note/siyuan/issues/8135) +* [支持导出 Org-Mode](https://github.com/siyuan-note/siyuan/issues/8136) +* [第二次点击搜索历史时进行隐藏](https://github.com/siyuan-note/siyuan/issues/8183) +* [在顶栏显示界面缩放操作](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/8221) +* [文档动态加载可用时显示提示](https://github.com/siyuan-note/siyuan/issues/8224) +* [内核 API `/api/query/sql` 支持 `UNION` 语句](https://github.com/siyuan-note/siyuan/issues/8226) +* [数据快照回滚以后重置浏览位置](https://github.com/siyuan-note/siyuan/issues/8231) +* [在移动端只读模式下空块不再显示 `输入文本`](https://github.com/siyuan-note/siyuan/issues/8232) +* [新增内核 API `/api/convert/pandoc`](https://github.com/siyuan-note/siyuan/issues/8235) +* [当 `新建文档存放路径` 配置为 `../` 时自动补全为 `../Untitled`](https://github.com/siyuan-note/siyuan/issues/8238) +* [间隔重复中不再计入已经关闭笔记本中的闪卡](https://github.com/siyuan-note/siyuan/issues/8240) +* [删除集市包时弹出确认对话框](https://github.com/siyuan-note/siyuan/issues/8242) +* [设置搜索支持 `网络图片角标`](https://github.com/siyuan-note/siyuan/issues/8245) +* [改进编辑器字体较大时的列表渲染](https://github.com/siyuan-note/siyuan/issues/8246) +* [改进一些外观交互细节](https://github.com/siyuan-note/siyuan/issues/8247) +* [改进打开文档性能](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/8187) +* [间隔重复转换为页签后快捷键失效](https://github.com/siyuan-note/siyuan/issues/8214) +* [在书签面板中按下 `Enter` 后报错](https://github.com/siyuan-note/siyuan/issues/8218) +* [集市包排序失效](https://github.com/siyuan-note/siyuan/issues/8223) +* [导出为图片时网络图片无法显示](https://github.com/siyuan-note/siyuan/issues/8225) +* [不受控制的页面跳动](https://github.com/siyuan-note/siyuan/issues/8229) +* [大纲跳转定位不正确](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)