version bump
This commit is contained in:
parent
4f87ac6a88
commit
0942107c76
3 changed files with 9 additions and 8 deletions
|
@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
|
||||||
- Viewer: option to show/hide overlay on opening
|
- Viewer: option to show/hide overlay on opening
|
||||||
- Info: improved display for PNG text metadata, XMP and others
|
- Info: improved display for PNG text metadata, XMP and others
|
||||||
- Export: output format selection
|
- Export: output format selection
|
||||||
|
- Search: added raw filter
|
||||||
|
- Support modifying files in the Download folder on Android 11+
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -23,6 +25,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- hide root album of hidden path
|
- hide root album of hidden path
|
||||||
- gesture & spacing handling for Android 10+ navigation gestures
|
- gesture & spacing handling for Android 10+ navigation gestures
|
||||||
- renaming was leaving behind obsolete items in some cases
|
- renaming was leaving behind obsolete items in some cases
|
||||||
|
- speeding up videos on Xiaomi devices
|
||||||
|
|
||||||
## [v1.5.3] - 2021-09-30
|
## [v1.5.3] - 2021-09-30
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: aves
|
name: aves
|
||||||
description: A visual media gallery and metadata explorer app.
|
description: A visual media gallery and metadata explorer app.
|
||||||
repository: https://github.com/deckerst/aves
|
repository: https://github.com/deckerst/aves
|
||||||
version: 1.5.3+57
|
version: 1.5.4+58
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves! In v1.5.4:
|
||||||
v1.5.3:
|
- modify files in the Download folder on Android 11
|
||||||
- faster launch
|
- choose to rename, replace or skip when moving items with name conflict
|
||||||
- UI changes for collection thumbnails and albums
|
- show images for a specific region from the Map page
|
||||||
- accessibility support for settings "time to take action" and "remove animations"
|
- scanning many items is now happening in a service
|
||||||
- open images and videos from the map
|
|
||||||
- remove metadata from images
|
|
||||||
Full changelog available on GitHub
|
Full changelog available on GitHub
|
Loading…
Reference in a new issue