From b6b723657a7c6ab1eae9aa6edd73dc1a56e7b8cf Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 4 Apr 2021 23:11:23 +0800 Subject: [PATCH] :bookmark: Release v1.1.81 --- CHANGE_LOGS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGE_LOGS.md b/CHANGE_LOGS.md index 46d5eee72..c75f4119a 100644 --- a/CHANGE_LOGS.md +++ b/CHANGE_LOGS.md @@ -1,3 +1,16 @@ +## v1.1.81 / 2021-04-04 + +### Enhancements + +* [Add copy button for block code](https://github.com/siyuan-note/siyuan/issues/1959) +* [Improve sync stability](https://github.com/siyuan-note/siyuan/issues/1960) +* [When there is only one block in the list item, insert an empty block to become a list item](https://github.com/siyuan-note/siyuan/issues/1961) +* [Add remove block for gutter icon](https://github.com/siyuan-note/siyuan/issues/1962) + +### Bug fixes + +* [When pasting code in code block it creates new lines](https://github.com/siyuan-note/siyuan/issues/1938) + ## v1.1.8 / 2021-04-03 ### Features