From 09133e952d3794fc651eb6c543f1ec16d132e8b4 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 21 Oct 2020 09:48:01 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v0.3.3?= 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 f4cf98063..65012da30 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,23 @@ +## v0.3.3 / 2020-10-21 + +### 引入特性 + +* [编辑器右键添加复制、粘贴、剪切](https://github.com/siyuan-note/siyuan/issues/57) +* [新建文档块自顶向下用法](https://github.com/siyuan-note/siyuan/issues/70) +* [自动更新](https://github.com/siyuan-note/siyuan/issues/170) +* [Windows 版发布包增加 Zip 绿色解压版](https://github.com/siyuan-note/siyuan/issues/175) +* [在块的标识上增加单击后的功能【复制块内容】](https://github.com/siyuan-note/siyuan/issues/225) +* [选择文本右键选项“创建以此为标题的新笔记”](https://github.com/siyuan-note/siyuan/issues/283) + +### 改进功能 + +* [优化启动速度](https://github.com/siyuan-note/siyuan/issues/289) +* [设置 - 关于中增加“打开配置文件夹”](https://github.com/siyuan-note/siyuan/issues/290) + +### 修复缺陷 + +* [安装路径中有空格时启动异常](https://github.com/siyuan-note/siyuan/issues/284) + ## v0.3.2 / 2020-10-20 ### 引入特性