From a1ffe0a77697fe089b2e3495d43f10d2def67f6f Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 10 Jun 2021 19:36:25 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 17 ++++++++++++++++- pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 8 ++++---- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24160a4f4..9f0f2efe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,27 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.4.2] - 2021-06-10 +### Added +- Collection: snack bar action to show moved/copied/exported entries +- Collection / Albums / Countries / Tags: when switching device orientation, keep items in view +- Collection: when leaving entry from Viewer, make entry visible in collection +- Viewer: fixed layout & minimap for videos with non-square pixels + ### Changed -- Upgraded Flutter to stable v2.2.1 +- upgraded Flutter to stable v2.2.1 +- migrated to unsound null safety +- Collection / Viewer: improved performance, memory usage +- Collection: thumbnail layout change ### Removed - no support for Android KitKat (API 19), unsupported by Google Maps package +### Fixed +- fixed opening files shared via content URI with incorrect MIME type +- refresh collection when entries modified in Viewer no longer match collection filters + ## [v1.4.1] - 2021-04-29 ### Added - Motion photo support diff --git a/pubspec.yaml b/pubspec.yaml index 8638050b9..af2ebc7d4 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.1+45 +version: 1.4.2+46 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 3cbdf3c75..ba1f34c79 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,6 +1,6 @@ Thanks for using Aves! -v1.4.1: -- motion photo support -- handle share intent -- fixes to handle large MP4 and PSD files +v1.4.2: +- improved navigation usability +- changed thumbnail layout +- improved playing videos with non-square pixels Full changelog available on Github \ No newline at end of file