From 36506a29080dbf1ee02d101456115fb36b0371cd Mon Sep 17 00:00:00 2001 From: Linwood CI Date: Mon, 8 Jan 2024 11:00:50 +0000 Subject: [PATCH] Add changelog of v2.0.1-rc.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d87ca22b447..afeb43d780d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ +## 2.0.1-rc.1 (2024-01-08) + +* Add refresh button to quickstart +* Add refresh button to file view +* Add link to experiment +* Add extra icon for label markdown mode +* Add validation in collaboration start dialog +* Add help pages for navigator pages +* Remember grid view setting +* Improve spacing in add dialog +* Set default port as initial value in collaboration start dialog +* Fix markdown label editing +* Fix not working new line +* Fix asset card missing ripple effect +* Fix rename saved function will be triggered multiple times +* Fix pen property view +* Fix label editing when selecting different text input +* Fix subSpan editing in label editing +* Fix svg exporting error +* Fix presentation preview on initial selection +* Fix exporting on mobile devices + ## 2.0.1-rc.0 (2024-01-01) * Add high contrast mode ([#564](https://github.com/LinwoodDev/Butterfly/issues/564))