From 853cf7c4c0b82716a34d55e6c12aa0c0b8955fb9 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 18 Jan 2021 11:01:49 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v0.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGE_LOGS.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGE_LOGS.md b/CHANGE_LOGS.md index 2cb325f62..4a37e5eea 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,29 @@ +## v0.6.3 / 2021-01-18 + +### 引入特性 + +* [大纲搜索过滤](https://github.com/siyuan-note/siyuan/issues/737) +* [内容块别名](https://github.com/siyuan-note/siyuan/issues/1126) + +### 改进功能 + +* [文档块引用计数展示](https://github.com/siyuan-note/siyuan/issues/1005) +* [文档块支持备注](https://github.com/siyuan-note/siyuan/issues/1016) +* [内容块命名的名称展示](https://github.com/siyuan-note/siyuan/issues/1028) +* [带有链接的块折叠时没有视觉提示](https://github.com/siyuan-note/siyuan/issues/1106) +* [方向键上键有时无法控制光标!](https://github.com/siyuan-note/siyuan/issues/1108) +* [使用划选的内容作为搜索引用锚文本或者快速搜索关键字](https://github.com/siyuan-note/siyuan/issues/1134) +* [初始化时设置随机的访问鉴权密码](https://github.com/siyuan-note/siyuan/issues/1146) + +### 修复缺陷 + +* [更新内容块内容后属性丢失](https://github.com/siyuan-note/siyuan/issues/1132) +* [快速搜索中最近使用的块源码暴露问题](https://github.com/siyuan-note/siyuan/issues/1135) +* [多关键词检索时预览区没有高亮](https://github.com/siyuan-note/siyuan/issues/1136) +* [调用模板时,动态内容块嵌入 未渲染问题](https://github.com/siyuan-note/siyuan/issues/1137) +* [正则表达式搜索失效问题](https://github.com/siyuan-note/siyuan/issues/1141) +* [调用模板后,字体颜色效果消失](https://github.com/siyuan-note/siyuan/issues/1142) + ## v0.6.2 / 2021-01-17 ### 引入特性