version bump

This commit is contained in:
Thibault Deckers 2021-07-08 18:26:14 +09:00
parent a88d434777
commit 981fd41e27
3 changed files with 13 additions and 6 deletions

View file

@ -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)

View file

@ -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:

View file

@ -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