From fab5ff7b4c143d773f824d6d9f2bf5e20a3bd19a Mon Sep 17 00:00:00 2001 From: Linwood CI Date: Tue, 14 May 2024 08:41:00 +0000 Subject: [PATCH] Add changelog of v2.1.1-rc.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a22354784a40..27171bc1d6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## 2.1.1-rc.0 (2024-05-14) + +* Make dav requests more performant ([#689](https://github.com/LinwoodDev/Butterfly/pull/689)) +* Add icons to platform theme setting +* Enhance mobile home page +* Change lasso select icon to a real lasso +* Fix visible layers are not working correctly ([#692](https://github.com/LinwoodDev/Butterfly/issues/692)) +* Fix remote button if external storage is default +* Fix linux metainfo +* Fix image operations +* Fix no element on fetch in dav requests ([#695](https://github.com/LinwoodDev/Butterfly/pull/695)) +* Fix context buttons in template dialog closes the dialog + +Read more here: https://linwood.dev/butterfly/2.1.1-rc.0 + ## 2.1.0 (2024-05-10) Nothing changed from the nightly build to the stable release.