version bump

This commit is contained in:
Thibault Deckers 2021-06-25 11:56:22 +09:00
parent a7b0ac8bb2
commit cdb676144c
3 changed files with 13 additions and 5 deletions

View file

@ -2,14 +2,22 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
## [v1.4.4] - 2021-06-25
### Added
- Video: speed control, track selection, frame capture
- Video: embedded subtitle support
- Settings: custom video quick actions
- Settings: subtitle theme
### Changed
- 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
### Added
- Collection: snack bar action to show moved/copied/exported entries

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.3+47
version: 1.4.4+48
publish_to: none
environment:

View file

@ -1,6 +1,6 @@
Thanks for using Aves!
v1.4.3:
- improved navigation usability
- changed thumbnail layout
- improved playing videos with non-square pixels
v1.4.4:
- video speed control, track selection, frame capture
- support embedded subtitles in videos
- custom video quick actions and subtitle theme
Full changelog available on Github