From 6ead3e94450d64e5a4905159800e1f615032226f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 28 Dec 2020 09:55:51 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v0.5.45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGE_LOGS.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGE_LOGS.md b/CHANGE_LOGS.md index 63a026798..c6423f69b 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,27 @@ +## v0.5.45 / 2020-12-28 + +### 引入特性 + +* [托盘快捷键](https://github.com/siyuan-note/siyuan/issues/704) +* [文件树上加入刷新操作](https://github.com/siyuan-note/siyuan/issues/794) +* [编辑器内资源右键添加删除功能](https://github.com/siyuan-note/siyuan/issues/852) + +### 改进功能 + +* [双击后快捷键改进](https://github.com/siyuan-note/siyuan/issues/809) +* [块引支持搜索表达式](https://github.com/siyuan-note/siyuan/issues/848) +* [搜索支持锚文本模板](https://github.com/siyuan-note/siyuan/issues/854) + +### 文档相关 + +* [完善 Docker 镜像搭建服务相关文档](https://github.com/siyuan-note/siyuan/issues/812) + +### 修复缺陷 + +* [Windows 上 Alt F4 改为完全退出程序](https://github.com/siyuan-note/siyuan/issues/783) +* [预览时大纲无法定位](https://github.com/siyuan-note/siyuan/issues/819) +* [卸载主题问题](https://github.com/siyuan-note/siyuan/issues/850) + ## v0.5.44 / 2020-12-27 ### 引入特性