diff --git a/CHANGELOG.md b/CHANGELOG.md index a2419998f..2b4900e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,22 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.4.4] - 2021-06-25 ### Added - Video: speed control, track selection, frame capture - Video: embedded subtitle support - Settings: custom video quick actions +- Settings: subtitle theme ### Changed - upgraded Flutter to stable v2.2.2 +### Fixed +- fixed opening SVGs from other apps +- stop video playback when leaving the app in some cases +- fixed crash when ACCESS_MEDIA_LOCATION permission is revoked + ## [v1.4.3] - 2021-06-12 ### Added - Collection: snack bar action to show moved/copied/exported entries diff --git a/pubspec.yaml b/pubspec.yaml index 9bfe63a28..c1a3984c9 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.3+47 +version: 1.4.4+48 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index ffb52b9db..5e1b9e629 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,6 +1,6 @@ Thanks for using Aves! -v1.4.3: -- improved navigation usability -- changed thumbnail layout -- improved playing videos with non-square pixels +v1.4.4: +- video speed control, track selection, frame capture +- support embedded subtitles in videos +- custom video quick actions and subtitle theme Full changelog available on Github \ No newline at end of file