diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b303b520..f8dceea69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.4.1] - 2021-04-29 ### Added - Motion photo support - Viewer: play videos in multi-track HEIC @@ -12,6 +14,7 @@ All notable changes to this project will be documented in this file. ### Fixed - fixed crash when cataloguing large MP4/PSD +- prevent videos playing in the background when quickly switching entries ## [v1.4.0] - 2021-04-16 ### Added diff --git a/pubspec.yaml b/pubspec.yaml index 1fa3a49fc..51670fcd7 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.0+44 +version: 1.4.1+45 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index be5251a35..3cbdf3c75 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,6 +1,6 @@ Thanks for using Aves! -v1.4.0: -- improved video support -- more consistent and comprehensive info for videos -- options to auto play and loop videos +v1.4.1: +- motion photo support +- handle share intent +- fixes to handle large MP4 and PSD files Full changelog available on Github \ No newline at end of file