diff --git a/CHANGELOG.md b/CHANGELOG.md index b4bb5f9a7..5c904f43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,25 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.5.7] - 2021-12-01 + ### Added - add and remove tags to JPEG/GIF/PNG/TIFF images - French translation -- restored support for Android KitKat (without Google Maps) +- support for Android KitKat (without Google Maps) +- Viewer: maximum brightness option + +### Changed + +- Settings: select hidden path directory with a custom file picker instead of the native SAF one +- Viewer: video cover (before playing the video) is now loaded at original resolution and can be zoomed + +### Fixed + +- pinch-to-zoom gesture on thumbnails was difficult to trigger +- double-tap gesture in the viewer was ignored in some cases +- copied items had the wrong date ## [v1.5.6] - 2021-11-12 diff --git a/fastlane/metadata/android/en-US/changelogs/1060.txt b/fastlane/metadata/android/en-US/changelogs/1060.txt deleted file mode 100644 index 257fd5ad9..000000000 --- a/fastlane/metadata/android/en-US/changelogs/1060.txt +++ /dev/null @@ -1,10 +0,0 @@ -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 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7acc7d40f..750ecb087 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.6+60 +version: 1.5.7+61 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 510e4b891..3f244e721 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,11 +1,6 @@ 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) -- filter items by title -- enjoy the app in Russian -Note: the video thumbnails are modified. Clearing the app cache may be necessary. +In v1.5.7: +- add and remove tags to JPEG/GIF/PNG/TIFF images +- enjoy the app in French +- KitKat support Full changelog available on GitHub \ No newline at end of file