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