diff --git a/CHANGELOG.md b/CHANGELOG.md index 8502eb4e2..9dbfbb6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 84b914cff..f43a84841 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 039c9cfcf..7f651acd6 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -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 \ No newline at end of file