Skip to content

Commit

Permalink
Add changelog of v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 13, 2025
1 parent 656bb3a commit 0f47a33
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog

<!--ENTER CHANGELOG HERE-->
<!--ENTER CHANGELOG HERE-->

## 2.2.4 (2025-01-13)

This is a hotfix update, cherry picking some important fixes from the last 2.3.0-beta.0 nightly release.

* Add error boundaries for corrupted files
* Fix export button in data settings not working
* Fix utilties state resetted after undo
* Fix file view showing wrong aspect ratio for thumbnails

Cherry picks:
* Fix default stroke width ([#779](https://github.com/LinwoodDev/Butterfly/issues/779))
* Fix svg export shows wrong initial preset
* Fix capture thumbnail uses wrong position
* Fix zoom slider is not centered
* Fix shape detection list tile not clickable
* Fix corrupting files when saving ([#777](https://github.com/LinwoodDev/Butterfly/issues/777))
* Fix action tools not updating

Read more here: https://linwood.dev/butterfly/2.2.4

## 2.2.3-rc.2 (2024-12-20)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
</screenshots>
<launchable type="desktop-id">dev.linwood.butterfly.desktop</launchable>
<releases>
<release version="2.2.4" date="2025-01-13" />
<release version="2.2.2" date="2024-11-11" />
<release version="2.2.1" date="2024-10-17" />
<release version="2.2.0" date="2024-09-28" />
Expand Down

0 comments on commit 0f47a33

Please sign in to comment.