diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af81b8b5..2dfec2fc4 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.1] - 2021-01-04 ### Added - Collection: long press and move to select/deselect multiple entries - Info: show Spherical Video V1 metadata @@ -9,6 +11,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Viewer: fixed panning inertia following double-tap scaling +- Collection: fixed crash when loading TIFF files on Android 11 ## [v1.3.0] - 2020-12-26 ### Added diff --git a/pubspec.yaml b/pubspec.yaml index 7a6aeed7f..6fddcb04f 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.0+36 +version: 1.3.1+37 # 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 b6ade0151..55c3fd7e3 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,5 +1,6 @@ Thanks for using Aves! -v1.3.0: -- added quick scale (aka one finger zoom) gesture to the viewer -- fixed zoom focus with double-tap or pinch-to-zoom gestures +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 Full changelog available on Github \ No newline at end of file