From 8a954994ee8a7371c371d4e7ee8c5e2615080c27 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 3 Sep 2020 21:02:07 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v0.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGE_LOGS.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGE_LOGS.md b/CHANGE_LOGS.md index 2015d0d3e..780cee3b7 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,21 @@ +## v0.1.1 / 2020-09-03 + +### 引入特性 + +* [支持连接 WebDAV](https://github.com/siyuan-note/siyuan-src/issues/41) + +### 改进功能 + +* [优化块嵌入](https://github.com/siyuan-note/siyuan-src/issues/22) +* [数学公式块、代码块细节处理](https://github.com/siyuan-note/siyuan-src/issues/42) + +### 修复缺陷 + +* [删除文件后文件树依然显示问题](https://github.com/siyuan-note/siyuan-src/issues/10) +* [白屏或者保存失败等界面无响应问题](https://github.com/siyuan-note/siyuan-src/issues/35) +* [悬浮预览图片问题](https://github.com/siyuan-note/siyuan-src/issues/38) +* [文档中的图片首次加载渲染问题](https://github.com/siyuan-note/siyuan-src/issues/40) + ## v0.1.0 / 2020-08-30 你好,思源。