-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
54 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
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 export button in data settings not working | ||
* Fix action tools not updating | ||
|
||
Read more here: https://linwood.dev/butterfly/2.2.4 |