version bump
This commit is contained in:
parent
a88d434777
commit
981fd41e27
3 changed files with 13 additions and 6 deletions
|
@ -2,13 +2,19 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v1.4.5] - 2021-07-08
|
||||||
### Added
|
### 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
|
### Changed
|
||||||
- improved SVG support with a different rendering engine
|
- improved SVG support with a different rendering engine
|
||||||
- changed logo
|
- changed logo
|
||||||
- upgraded flutter to stable v2.2.3
|
- upgraded flutter to stable v2.2.3
|
||||||
|
- migrated to sound null safety
|
||||||
|
- viewer: parallax effect when scrolling
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Analytics: removed Firebase Analytics (kept Firebase Crashlytics)
|
- Analytics: removed Firebase Analytics (kept Firebase Crashlytics)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: aves
|
name: aves
|
||||||
description: A visual media gallery and metadata explorer app.
|
description: A visual media gallery and metadata explorer app.
|
||||||
repository: https://github.com/deckerst/aves
|
repository: https://github.com/deckerst/aves
|
||||||
version: 1.4.4+48
|
version: 1.4.5+49
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.4.4:
|
v1.4.5:
|
||||||
- video speed control, track selection, frame capture
|
- improved SVG support
|
||||||
- support embedded subtitles in videos
|
- OGV/Theora/Vorbis video support
|
||||||
- custom video quick actions and subtitle theme
|
- viewer action to rotate screen
|
||||||
|
- import/export settings
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue