From dcde1b7c0eda8501f33fe44a6f54f4e81a5f22b3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 23 Oct 2020 20:14:35 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v0.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGE_LOGS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGE_LOGS.md b/CHANGE_LOGS.md index 65012da30..51e9b7192 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,23 @@ +## v0.3.4 / 2020-10-23 + +### 引入特性 + +* [清理 assets 文件夹未引用资源文件](https://github.com/siyuan-note/siyuan/issues/110) +* [支持列表项块](https://github.com/siyuan-note/siyuan/issues/111) + +### 改进功能 + +* [输入法符号自动补全时块引补全兼容](https://github.com/siyuan-note/siyuan/issues/228) +* [数学公式预览开关](https://github.com/siyuan-note/siyuan/issues/270) +* [反链提及中高亮锚文本](https://github.com/siyuan-note/siyuan/issues/285) + +### 修复缺陷 + +* [自顶向下法新建文档后光标定位问题](https://github.com/siyuan-note/siyuan/issues/299) +* [自动更新在 macOS 和 Linux 上不工作的问题](https://github.com/siyuan-note/siyuan/issues/301) +* [资源文件删除失效问题](https://github.com/siyuan-note/siyuan/issues/307) +* [列表编辑解析问题](https://github.com/siyuan-note/siyuan/issues/309) + ## v0.3.3 / 2020-10-21 ### 引入特性