From d1a33d88996db05ab1f66e243e0a9aad5f7d4467 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Fri, 2 Apr 2021 10:02:33 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 10 ++++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23996dc79..37cf4adc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.3.7] - 2021-04-02 ### Added - Collection / Albums / Countries / Tags: added label when dragging scrollbar thumb - Albums: localized common album names - Collection: select shortcut icon image -- Viewer: customizable quick actions +- Settings: custom viewer quick actions +- Settings: option to hide videos from collection ### Changed - Upgraded Flutter to beta v2.1.0-12.2.pre ### Fixed - opening media shared by other apps as file media content +- navigation stack when opening media shared by other apps ## [v1.3.6] - 2021-03-18 ### Added diff --git a/pubspec.yaml b/pubspec.yaml index 5955c41dd..43fe4788b 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.3.6+42 +version: 1.3.7+43 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 56dfa8c15..69d1e3ba5 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,6 +1,8 @@ Thanks for using Aves! -v1.3.6: -- Korean translation -- cover selection for albums, countries & tags -- TIFF decoding fixes +v1.3.7: +- fast scroll label +- localized common album names +- customizable shortcut icon image +- customizable viewer quick actions +- option to hide videos from collection Full changelog available on Github \ No newline at end of file