diff --git a/CHANGELOG.md b/CHANGELOG.md index d79d023..e8ebd0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Unreleased +- Nothing yet + +# 1.5.0 + +- You can now drop images and folders into the app icon on the dock +- Added ability to convert image formats in settings +- New settings page selector +- Overwritten images will now be moved to the Trash, instead of deleted +- Added a fun animation when compressing images +- New help text for some settings +- Performance and memory improvements +- Update dependencies + # 1.4.0 - Animated WebP support diff --git a/pubspec.yaml b/pubspec.yaml index 31404c9..e8fa468 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: alic description: "A little image compressor for macOS" publish_to: "none" -version: 1.4.0+27 +version: 1.5.0+28 environment: sdk: ^3.5.2