From ebca11152618ef5f384b67c491dd4a1e6ca4bc1e Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 2 Nov 2020 10:12:31 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v0.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGE_LOGS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGE_LOGS.md b/CHANGE_LOGS.md index 0ef0c13c6..fe4d64a39 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,24 @@ +## v0.4.0 / 2020-11-02 + +### 引入特性 + +* [桌面版浏览器支持](https://github.com/siyuan-note/siyuan/issues/188) +* [当前编辑器页签文件树定位](https://github.com/siyuan-note/siyuan/issues/378) +* [内核加入只读模式](https://github.com/siyuan-note/siyuan/issues/386) + +### 改进功能 + +* [数学公式显示优化](https://github.com/siyuan-note/siyuan/issues/333) +* [右键菜单中加入删除/剪切块](https://github.com/siyuan-note/siyuan/issues/368) +* [思源在线工作空间会话鉴权](https://github.com/siyuan-note/siyuan/issues/381) +* [块引用和嵌入加上路径信息](https://github.com/siyuan-note/siyuan/issues/384) + +### 修复缺陷 + +* [粘贴块引用无效](https://github.com/siyuan-note/siyuan/issues/385) +* [文件夹下可以新建空文档名的问题](https://github.com/siyuan-note/siyuan/issues/387) +* [文本加行级代码软换行问题](https://github.com/siyuan-note/siyuan/issues/388) + ## v0.3.9 / 2020-10-31 ### 引入特性