diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dfec2fc4..3a089b539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.3.2] - 2021-01-17 +### Added +Collection: identify multipage TIFF & multitrack HEIC/HEIF +Viewer: support for multipage TIFF +Viewer: support for cropped panoramas +Albums: grouping options + +### Changed +upgraded libtiff to 4.2.0 for TIFF decoding + +### Fixed +- prevent scrolling when using Android Q style gesture navigation + ## [v1.3.1] - 2021-01-04 ### Added - Collection: long press and move to select/deselect multiple entries diff --git a/pubspec.yaml b/pubspec.yaml index 6fddcb04f..60130769b 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.1+37 +version: 1.3.2+38 # 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 55c3fd7e3..5dac30365 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,6 +1,6 @@ Thanks for using Aves! -v1.3.1: -- long press and move to select/deselect multiple entries -- metadata search in the Info page -- fixed crash when opening a collection with TIFF files on Android 11 +v1.3.2: +- multi-page TIFF support +- cropped panorama support +- album grouping options Full changelog available on Github \ No newline at end of file