diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea254e52317..6b6e4b17cecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ -## 1.3.2 (2022-06-10) +## 1.4.0-alpha.0 (2022-06-17) * Add laser painter to paint strokes temporarily * Add duplicate to change document path @@ -11,6 +11,22 @@ * Add quality slider to pdf ([#184](https://github.com/LinwoodCloud/Butterfly/issues/184)) * Add copy to change document path ([#180](https://github.com/LinwoodCloud/Butterfly/issues/180)) +## 1.3.2 (2022-06-10) + +* Add quality slider to pdf +* Add material palette to default templates +* Fixing area issues + * Fix bug when area has negative values + * Fix bug when area is not visible when changing the painter + * Fix app bar title does not change after exiting the area +* Improve spacing of selection rect based on the zoom +* Move android storage to external +* Center image on moving ([#185](https://github.com/LinwoodCloud/Butterfly/issues/185)) +* Fix image low quality +* Fix missing constraints button in image element dialog +* Fix window_manager errors on mobile devices +* Remove image painter for file-version < 5 + ## 1.3.1 (2022-06-03) * Reimplement color field diff --git a/app/pubspec.lock b/app/pubspec.lock index 87e4476394f8..4f7125dc0cdb 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -765,7 +765,7 @@ packages: name: share_plus url: "https://pub.dartlang.org" source: hosted - version: "4.0.8" + version: "4.0.9" share_plus_linux: dependency: transitive description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index bc291cf9439b..4ff19e4a9694 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: file_picker: ^4.6.1 phosphor_flutter: ^1.4.0 replay_bloc: ^0.2.1 - share_plus: ^4.0.8 + share_plus: ^4.0.9 package_info_plus: ^1.4.2 idb_shim: ^2.0.1+1 go_router: ^3.1.1