diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cf4adc7..93f8d47c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.4.0] - 2021-04-16 +### Added +- Viewer: support for videos with EAC3/FLAC/OPUS audio +- Info: more consistent and comprehensive info for videos and streams +- Settings: more video options (auto play, loop, hardware acceleration) + +### Changed +- Info: present video cover like XMP embedded images + +### Removed +- locale name package (-3 MB) + +### Fixed +- Albums: auto naming for folders on SD card +- Viewer: display of videos with unusual SAR + ## [v1.3.7] - 2021-04-02 ### Added - Collection / Albums / Countries / Tags: added label when dragging scrollbar thumb diff --git a/pubspec.yaml b/pubspec.yaml index 47817cd4f..ebcd36d6a 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.7+43 +version: 1.4.0+44 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 69d1e3ba5..be5251a35 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,8 +1,6 @@ Thanks for using Aves! -v1.3.7: -- fast scroll label -- localized common album names -- customizable shortcut icon image -- customizable viewer quick actions -- option to hide videos from collection +v1.4.0: +- improved video support +- more consistent and comprehensive info for videos +- options to auto play and loop videos Full changelog available on Github \ No newline at end of file