From 15523491850f457acb26792c7dc1ade2827faf54 Mon Sep 17 00:00:00 2001 From: Linwood CI Date: Mon, 4 Mar 2024 17:00:31 +0000 Subject: [PATCH] Add changelog of v2.1.0-beta.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdb78941462..e3a7cc9b31ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## 2.1.0-beta.1 (2024-03-04) + +* Add setting for adding background to pdf import ([#606](https://github.com/LinwoodDev/Butterfly/issues/606)) +* Add setting for inverting to pdf import ([#606](https://github.com/LinwoodDev/Butterfly/issues/606)) +* Add image operations + * Invert + * Background +* Add ability to reorder waypoints +* Change waypoint identifier to the name instead of index +* Fix transformation pushed to reference handle ([#615](https://github.com/LinwoodDev/Butterfly/issues/615)) +* Disable showing transform controls while transforming + +Read more here: https://linwood.dev/butterfly/2.1.0-beta.1 + ## 2.1.0-beta.0 (2024-02-26) * Add shape detection for lines ([#578](https://github.com/LinwoodDev/Butterfly/issues/578))