From be7fa7690275741ace48876cb35ba69e0525eb67 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 30 Oct 2020 09:37:50 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v0.3.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGE_LOGS.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGE_LOGS.md b/CHANGE_LOGS.md index d7156132b..b88e473d4 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,30 @@ +## v0.3.8 / 2020-10-30 + +### 引入特性 + +* [以预览模式打开文档](https://github.com/siyuan-note/siyuan/issues/115) + +### 改进功能 + +* [清理未引用资源-图片预览](https://github.com/siyuan-note/siyuan/issues/324) +* [标签及反向链接列表内容和路径分两行显示](https://github.com/siyuan-note/siyuan/issues/349) +* [清理未引用 ID 仅在发生变动情况下才写盘](https://github.com/siyuan-note/siyuan/issues/353) +* [链接/图片路径中存在中文时不进行编码处理](https://github.com/siyuan-note/siyuan/issues/357) +* [代码块、数学公式间距过大](https://github.com/siyuan-note/siyuan/issues/358) + +### 开发重构 + +* [重写右键菜单](https://github.com/siyuan-note/siyuan/issues/351) + +### 修复缺陷 + +* [重命名文件夹后图片显示异常](https://github.com/siyuan-note/siyuan/issues/350) +* [书签丢失问题](https://github.com/siyuan-note/siyuan/issues/355) +* [任务列表暴露 ID 问题](https://github.com/siyuan-note/siyuan/issues/356) +* [行级 HTML 解析问题](https://github.com/siyuan-note/siyuan/issues/360) +* [列表项中嵌入内容块问题](https://github.com/siyuan-note/siyuan/issues/364) +* [移动文档报错问题](https://github.com/siyuan-note/siyuan/issues/365) + ## v0.3.7 / 2020-10-28 ### 引入特性