From 0942107c76b9f4dd83bee68a94b84ea943b150c5 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 21 Oct 2021 10:21:27 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 12 +++++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5e48ed0..08cf0d672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file. - Viewer: option to show/hide overlay on opening - Info: improved display for PNG text metadata, XMP and others - Export: output format selection +- Search: added raw filter +- Support modifying files in the Download folder on Android 11+ ### Changed @@ -23,6 +25,7 @@ All notable changes to this project will be documented in this file. - hide root album of hidden path - gesture & spacing handling for Android 10+ navigation gestures - renaming was leaving behind obsolete items in some cases +- speeding up videos on Xiaomi devices ## [v1.5.3] - 2021-09-30 diff --git a/pubspec.yaml b/pubspec.yaml index 36bba64bd..b85ceada3 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.3+57 +version: 1.5.4+58 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 517a469da..039c9cfcf 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,8 +1,6 @@ -Thanks for using Aves! -v1.5.3: -- faster launch -- UI changes for collection thumbnails and albums -- accessibility support for settings "time to take action" and "remove animations" -- open images and videos from the map -- remove metadata from images +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 Full changelog available on GitHub \ No newline at end of file