version bump
This commit is contained in:
parent
137b7e5883
commit
a2b84a6609
4 changed files with 20 additions and 21 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -4,11 +4,25 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v1.5.7] - 2021-12-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- add and remove tags to JPEG/GIF/PNG/TIFF images
|
- add and remove tags to JPEG/GIF/PNG/TIFF images
|
||||||
- French translation
|
- French translation
|
||||||
- restored support for Android KitKat (without Google Maps)
|
- support for Android KitKat (without Google Maps)
|
||||||
|
- Viewer: maximum brightness option
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Settings: select hidden path directory with a custom file picker instead of the native SAF one
|
||||||
|
- Viewer: video cover (before playing the video) is now loaded at original resolution and can be zoomed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- pinch-to-zoom gesture on thumbnails was difficult to trigger
|
||||||
|
- double-tap gesture in the viewer was ignored in some cases
|
||||||
|
- copied items had the wrong date
|
||||||
|
|
||||||
## [v1.5.6] - 2021-11-12
|
## [v1.5.6] - 2021-11-12
|
||||||
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
In v1.5.6:
|
|
||||||
- fixed video playback ignoring hardware-accelerated codecs on recent devices
|
|
||||||
- partially fixed deleted files leaving ghost items on some devices
|
|
||||||
- you can now create shortcuts to a specific media item, not only collections
|
|
||||||
In v1.5.5:
|
|
||||||
- modify items in bulk (rotation, date, metadata removal)
|
|
||||||
- filter items by title
|
|
||||||
- enjoy the app in Russian
|
|
||||||
Note: the video thumbnails are modified. Clearing the app cache may be necessary.
|
|
||||||
Full changelog available on GitHub
|
|
|
@ -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.6+60
|
version: 1.5.7+61
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
In v1.5.6:
|
In v1.5.7:
|
||||||
- fixed video playback ignoring hardware-accelerated codecs on recent devices
|
- add and remove tags to JPEG/GIF/PNG/TIFF images
|
||||||
- partially fixed deleted files leaving ghost items on some devices
|
- enjoy the app in French
|
||||||
- you can now create shortcuts to a specific media item, not only collections
|
- KitKat support
|
||||||
In v1.5.5:
|
|
||||||
- modify items in bulk (rotation, date, metadata removal)
|
|
||||||
- filter items by title
|
|
||||||
- enjoy the app in Russian
|
|
||||||
Note: the video thumbnails are modified. Clearing the app cache may be necessary.
|
|
||||||
Full changelog available on GitHub
|
Full changelog available on GitHub
|
Loading…
Reference in a new issue