version bump
This commit is contained in:
parent
708bf19f6e
commit
a23a402dd5
3 changed files with 8 additions and 4 deletions
|
@ -2,6 +2,8 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [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
|
||||||
- Info: show Spherical Video V1 metadata
|
- Info: show Spherical Video V1 metadata
|
||||||
|
@ -9,6 +11,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Viewer: fixed panning inertia following double-tap scaling
|
- Viewer: fixed panning inertia following double-tap scaling
|
||||||
|
- Collection: fixed crash when loading TIFF files on Android 11
|
||||||
|
|
||||||
## [v1.3.0] - 2020-12-26
|
## [v1.3.0] - 2020-12-26
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -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.0+36
|
version: 1.3.1+37
|
||||||
|
|
||||||
# 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)
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.3.0:
|
v1.3.1:
|
||||||
- added quick scale (aka one finger zoom) gesture to the viewer
|
- long press and move to select/deselect multiple entries
|
||||||
- fixed zoom focus with double-tap or pinch-to-zoom gestures
|
- metadata search in the Info page
|
||||||
|
- fixed crash when opening a collection with TIFF files on Android 11
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue