version bump

This commit is contained in:
Thibault Deckers 2021-11-08 17:57:18 +09:00
parent d43a6f1865
commit 9ad32aa454
3 changed files with 13 additions and 6 deletions

View file

@ -4,19 +4,26 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [v1.5.5] - 2021-11-08
### Added ### Added
- Russian translation (thanks D3ZOXY) - Russian translation (thanks D3ZOXY)
- Info: set date from title - Info: set date from title
- Collection: bulk editing (rotation, date setting, metadata removal) - Collection: bulk editing (rotation, date setting, metadata removal)
- Collection: custom quick actions for item browsing - Collection: custom quick actions for item browsing
- Collection: live title filter
- About: link to privacy policy - About: link to privacy policy
- Video: quick action to play video in other app
- Video: resume playback
### Changed ### Changed
- use build flavors to match distribution channels: `play` (same as original) and `izzy` (no Crashlytics) - use build flavors to match distribution channels: `play` (same as original) and `izzy` (no Crashlytics)
- use 12/24 hour format settings from device to display times - use 12/24 hour format settings from device to display times
- Privacy: consent request on first launch for installed app inventory access - Privacy: consent request on first launch for installed app inventory access
- use File API to rename and delete items, when possible (primary storage, Android <11)
- Video: changed video thumbnail strategy
## [v1.5.4] - 2021-10-21 ## [v1.5.4] - 2021-10-21

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.4+58 version: 1.5.5+59
publish_to: none publish_to: none
environment: environment:

View file

@ -1,6 +1,6 @@
Thanks for using Aves! In v1.5.4: Thanks for using Aves! In v1.5.5:
- modify files in the Download folder on Android 11 - modify items in bulk (rotation, date, metadata removal)
- choose to rename, replace or skip when moving items with name conflict - filter items by title
- show images for a specific region from the Map page - enjoy the app in Russian
- scanning many items is now happening in a service Note: the video thumbnails are modified. Clearing the app cache may be necessary.
Full changelog available on GitHub Full changelog available on GitHub