version bump
This commit is contained in:
parent
d43a6f1865
commit
9ad32aa454
3 changed files with 13 additions and 6 deletions
|
@ -4,19 +4,26 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v1.5.5] - 2021-11-08
|
||||
|
||||
### Added
|
||||
|
||||
- Russian translation (thanks D3ZOXY)
|
||||
- Info: set date from title
|
||||
- Collection: bulk editing (rotation, date setting, metadata removal)
|
||||
- Collection: custom quick actions for item browsing
|
||||
- Collection: live title filter
|
||||
- About: link to privacy policy
|
||||
- Video: quick action to play video in other app
|
||||
- Video: resume playback
|
||||
|
||||
### Changed
|
||||
|
||||
- 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
|
||||
- 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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: aves
|
||||
description: A visual media gallery and metadata explorer app.
|
||||
repository: https://github.com/deckerst/aves
|
||||
version: 1.5.4+58
|
||||
version: 1.5.5+59
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
Thanks for using Aves! 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
|
Loading…
Reference in a new issue