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.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v1.4.1] - 2021-04-29
|
||||||
### Added
|
### Added
|
||||||
- Motion photo support
|
- Motion photo support
|
||||||
- Viewer: play videos in multi-track HEIC
|
- 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
|
||||||
- fixed crash when cataloguing large MP4/PSD
|
- fixed crash when cataloguing large MP4/PSD
|
||||||
|
- prevent videos playing in the background when quickly switching entries
|
||||||
|
|
||||||
## [v1.4.0] - 2021-04-16
|
## [v1.4.0] - 2021-04-16
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -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.0+44
|
version: 1.4.1+45
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.4.0:
|
v1.4.1:
|
||||||
- improved video support
|
- motion photo support
|
||||||
- more consistent and comprehensive info for videos
|
- handle share intent
|
||||||
- options to auto play and loop videos
|
- fixes to handle large MP4 and PSD files
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue