From 981fd41e27974086c46cf03ef8e426ed218ea518 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 8 Jul 2021 18:26:14 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 8 +++++++- pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 9 +++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe0e4aca..6224d80e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.4.5] - 2021-07-08 ### Added -- Video: added OGV support +- Video: added OGV/Theora/Vorbis support +- Viewer: action to rotate screen when device has locked rotation +- Settings: import/export ### Changed - improved SVG support with a different rendering engine - changed logo - upgraded flutter to stable v2.2.3 +- migrated to sound null safety +- viewer: parallax effect when scrolling ### Removed - Analytics: removed Firebase Analytics (kept Firebase Crashlytics) diff --git a/pubspec.yaml b/pubspec.yaml index cf4b444c1..21ef6fc70 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.4+48 +version: 1.4.5+49 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 5e1b9e629..fd6ed0caf 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,6 +1,7 @@ Thanks for using Aves! -v1.4.4: -- video speed control, track selection, frame capture -- support embedded subtitles in videos -- custom video quick actions and subtitle theme +v1.4.5: +- improved SVG support +- OGV/Theora/Vorbis video support +- viewer action to rotate screen +- import/export settings Full changelog available on Github \ No newline at end of file