diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b74d7866..44e021228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.3.3] - 2021-01-31 ### Added - Viewer: support for multi-track HEIF - Viewer: export image (including multipage TIFF/HEIF and images embedded in XMP) diff --git a/pubspec.yaml b/pubspec.yaml index 7dbfd751f..19b833434 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Aves is a gallery and metadata explorer app, built for Android. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.3.2+38 +version: 1.3.3+39 # brendan-duncan/image (as of v2.1.19): # - does not support TIFF with JPEG compression (issue #184) diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 5dac30365..61628d128 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,6 +1,6 @@ Thanks for using Aves! -v1.3.2: -- multi-page TIFF support -- cropped panorama support -- album grouping options +v1.3.3: +- multi-track HEIF support +- image export (including embedded and multi-page images) +- listen to Media Store changes Full changelog available on Github \ No newline at end of file