version bump

This commit is contained in:
Thibault Deckers 2021-01-17 15:49:51 +09:00
parent 0ef491285f
commit 33f00daa35
3 changed files with 18 additions and 5 deletions

View file

@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [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 ## [v1.3.1] - 2021-01-04
### Added ### Added
- Collection: long press and move to select/deselect multiple entries - Collection: long press and move to select/deselect multiple entries

View file

@ -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 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): # brendan-duncan/image (as of v2.1.19):
# - does not support TIFF with JPEG compression (issue #184) # - does not support TIFF with JPEG compression (issue #184)

View file

@ -1,6 +1,6 @@
Thanks for using Aves! Thanks for using Aves!
v1.3.1: v1.3.2:
- long press and move to select/deselect multiple entries - multi-page TIFF support
- metadata search in the Info page - cropped panorama support
- fixed crash when opening a collection with TIFF files on Android 11 - album grouping options
Full changelog available on Github Full changelog available on Github