version bump
This commit is contained in:
parent
0ef491285f
commit
33f00daa35
3 changed files with 18 additions and 5 deletions
13
CHANGELOG.md
13
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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue