version bump
This commit is contained in:
parent
9ad919186b
commit
e54513c652
3 changed files with 8 additions and 5 deletions
|
@ -2,6 +2,8 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v1.4.1] - 2021-04-29
|
||||
### Added
|
||||
- Motion photo support
|
||||
- Viewer: play videos in multi-track HEIC
|
||||
|
@ -12,6 +14,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Fixed
|
||||
- fixed crash when cataloguing large MP4/PSD
|
||||
- prevent videos playing in the background when quickly switching entries
|
||||
|
||||
## [v1.4.0] - 2021-04-16
|
||||
### Added
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: aves
|
||||
description: A visual media gallery and metadata explorer app.
|
||||
repository: https://github.com/deckerst/aves
|
||||
version: 1.4.0+44
|
||||
version: 1.4.1+45
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Thanks for using Aves!
|
||||
v1.4.0:
|
||||
- improved video support
|
||||
- more consistent and comprehensive info for videos
|
||||
- options to auto play and loop videos
|
||||
v1.4.1:
|
||||
- motion photo support
|
||||
- handle share intent
|
||||
- fixes to handle large MP4 and PSD files
|
||||
Full changelog available on Github
|
Loading…
Reference in a new issue