diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc47b01f..1208f5714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.4.7] - 2021-08-06 +### Added +- Map +- Viewer: action to copy to clipboard +- integration with Android global search (Samsung Finder etc.) + +### Fixed +- auto album identification and naming +- opening HEIC images from downloads content URI on Android R+ + ## [v1.4.6] - 2021-07-22 ### Added - Albums / Countries / Tags: multiple selection diff --git a/pubspec.yaml b/pubspec.yaml index 0b360b4c9..38da7420e 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.4.6+50 +version: 1.4.7+51 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index f0c685a6b..6a41abb90 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,7 +1,6 @@ Thanks for using Aves! -v1.4.6: -- burst shot grouping -- improved motion photo support -- select multiple albums -- hide paths to exclude folders and their subfolders +v1.4.7: +- map page +- viewer action to copy to clipboard +- integration with OS global search Full changelog available on Github \ No newline at end of file