From f552a26c6d52c41d12c1bc17ed76aaa677643a64 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 1 Feb 2021 17:38:00 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v0.7.5?= 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 0539010d1..20bffd0c8 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,21 @@ +## v0.7.5 / 2021-02-01 + +### 引入特性 + +* [界面支持 Dock 停靠栏](https://github.com/siyuan-note/siyuan/issues/635) + +### 改进功能 + +* [自动拉取图片时 jpe 后缀改为 jpg](https://github.com/siyuan-note/siyuan/issues/1383) + +### 修复缺陷 + +* [复制导致 ID 重复的问题](https://github.com/siyuan-note/siyuan/issues/1232) +* [列表回车导致图片缩放失效的问题](https://github.com/siyuan-note/siyuan/issues/1348) +* [访问授权码置空 `BEYOND` 不生效问题](https://github.com/siyuan-note/siyuan/issues/1376) +* [有序列表回车返回父级 ID 暴露问题](https://github.com/siyuan-note/siyuan/issues/1380) +* [大纲中无法显示 HTML 标签包裹文字](https://github.com/siyuan-note/siyuan/issues/1384) + ## v0.7.1 / 2021-01-31 ### 引入特性