diff --git a/CHANGELOG.md b/CHANGELOG.md index 05119e52b..2091c9c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.5.0] - 2021-09-02 +### Added +- Info: edit Exif dates (setting, shifting, deleting) +- Collection: custom quick actions for item selection +- Collection: video date detection for more formats + +### Changed +- faster collection loading when launching the app + +### Fixed +- app launching on some devices +- corrupting motion photo exif editing (e.g. rotation) + ## [v1.4.9] - 2021-08-20 ### Added - Map & Stats from selection diff --git a/pubspec.yaml b/pubspec.yaml index 650ad649c..f0da08e0f 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.9+53 +version: 1.5.0+54 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 0f2063e55..f399a334a 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,7 +1,6 @@ Thanks for using Aves! -v1.4.9: -- open the map or get stats for selected items -- browse and navigate to items on the map -- customize the navigation menu -- create shortcuts on Android Nougat and older -Full changelog available on Github \ No newline at end of file +v1.5.0: +- faster launch +- edit Exif dates +- customize quick actions when selecting pictures +Full changelog available on GitHub \ No newline at end of file