version bump
This commit is contained in:
parent
a7b0ac8bb2
commit
cdb676144c
3 changed files with 13 additions and 5 deletions
|
@ -2,14 +2,22 @@
|
||||||
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.4] - 2021-06-25
|
||||||
### Added
|
### Added
|
||||||
- Video: speed control, track selection, frame capture
|
- Video: speed control, track selection, frame capture
|
||||||
- Video: embedded subtitle support
|
- Video: embedded subtitle support
|
||||||
- Settings: custom video quick actions
|
- Settings: custom video quick actions
|
||||||
|
- Settings: subtitle theme
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- upgraded Flutter to stable v2.2.2
|
- 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
|
## [v1.4.3] - 2021-06-12
|
||||||
### Added
|
### Added
|
||||||
- Collection: snack bar action to show moved/copied/exported entries
|
- Collection: snack bar action to show moved/copied/exported entries
|
||||||
|
|
|
@ -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.3+47
|
version: 1.4.4+48
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.4.3:
|
v1.4.4:
|
||||||
- improved navigation usability
|
- video speed control, track selection, frame capture
|
||||||
- changed thumbnail layout
|
- support embedded subtitles in videos
|
||||||
- improved playing videos with non-square pixels
|
- custom video quick actions and subtitle theme
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue