From 487a2f26990d5987c4615493f8026837c92a3fa0 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Wed, 8 Sep 2021 10:01:34 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2091c9c95..5440ce590 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.5.1] - 2021-09-08 +### Added +- About: bug reporting instructions + +### Changed +- Collection: improved video date detection + +### Fixed +- fixed hanging app when loading thumbnails for some video formats on some devices + ## [v1.5.0] - 2021-09-02 ### Added - Info: edit Exif dates (setting, shifting, deleting) diff --git a/pubspec.yaml b/pubspec.yaml index 8fe4f0d65..b73edacc5 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.0+54 +version: 1.5.1+55 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index f399a334a..bca2efbf0 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,7 @@ Thanks for using Aves! +v1.5.1: +- fixed hanging app for collections with specific video formats +- added bug reporting instructions v1.5.0: - faster launch - edit Exif dates