version bump

This commit is contained in:
Thibault Deckers 2021-02-26 14:57:02 +09:00
parent dad3dc1921
commit ef528c4c90
3 changed files with 13 additions and 4 deletions

View file

@ -2,8 +2,16 @@
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.5] - 2021-02-26
### Added ### Added
- support Android KitKat, Lollipop & Marshmallow (API 19 ~ 23) - support Android KitKat, Lollipop & Marshmallow (API 19 ~ 23)
- quick country reverse geocoding without Play Services
- menu option to hide any filter
- menu option to navigate to the album / country / tag page from filter
### Changed
- analytics are opt-in
### Removed ### Removed
- removed custom font used in titles and info page - removed custom font used in titles and info page

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.4+40 version: 1.3.5+41
# 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,5 +1,6 @@
Thanks for using Aves! Thanks for using Aves!
v1.3.4: v1.3.5:
- hide album, country or tag from collection - support Android KitKat, Lollipop & Marshmallow
- new version check - quick country reverse geocoding without Play Services
- long press menu on any filter to hide, navigate
Full changelog available on Github Full changelog available on Github