version bump

This commit is contained in:
Thibault Deckers 2021-11-12 10:46:28 +09:00
parent b0ba159996
commit b19d01879f
4 changed files with 24 additions and 2 deletions

View file

@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [v1.5.6] - 2021-11-12
### Added ### Added
- Viewer: action to add shortcut to media item - Viewer: action to add shortcut to media item
### Changed
- Albums / Countries / Tags: use a 3 column layout by default
### Fixed ### Fixed
- video playback was not using hardware-accelerated codecs on recent devices - video playback was not using hardware-accelerated codecs on recent devices
- partial fix to deleting/moving file in a clean way on some devices
## [v1.5.5] - 2021-11-08 ## [v1.5.5] - 2021-11-08

View file

@ -0,0 +1,10 @@
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 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.5+59 version: 1.5.6+60
publish_to: none publish_to: none
environment: environment:

View file

@ -1,4 +1,9 @@
Thanks for using Aves! In v1.5.5: 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) - modify items in bulk (rotation, date, metadata removal)
- filter items by title - filter items by title
- enjoy the app in Russian - enjoy the app in Russian