version bump

This commit is contained in:
Thibault Deckers 2021-12-01 17:56:30 +09:00
parent 137b7e5883
commit a2b84a6609
4 changed files with 20 additions and 21 deletions

View file

@ -4,11 +4,25 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [v1.5.7] - 2021-12-01
### Added
- add and remove tags to JPEG/GIF/PNG/TIFF images
- 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

View file

@ -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

View file

@ -1,7 +1,7 @@
name: aves
description: A visual media gallery and metadata explorer app.
repository: https://github.com/deckerst/aves
version: 1.5.6+60
version: 1.5.7+61
publish_to: none
environment:

View file

@ -1,11 +1,6 @@
Thanks for using Aves!
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.
In v1.5.7:
- add and remove tags to JPEG/GIF/PNG/TIFF images
- enjoy the app in French
- KitKat support
Full changelog available on GitHub