version bump
This commit is contained in:
parent
a6ee111276
commit
fbd9ff5734
3 changed files with 21 additions and 7 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v1.4.0] - 2021-04-16
|
||||||
|
### Added
|
||||||
|
- Viewer: support for videos with EAC3/FLAC/OPUS audio
|
||||||
|
- Info: more consistent and comprehensive info for videos and streams
|
||||||
|
- Settings: more video options (auto play, loop, hardware acceleration)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Info: present video cover like XMP embedded images
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- locale name package (-3 MB)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Albums: auto naming for folders on SD card
|
||||||
|
- Viewer: display of videos with unusual SAR
|
||||||
|
|
||||||
## [v1.3.7] - 2021-04-02
|
## [v1.3.7] - 2021-04-02
|
||||||
### Added
|
### Added
|
||||||
- Collection / Albums / Countries / Tags: added label when dragging scrollbar thumb
|
- Collection / Albums / Countries / Tags: added label when dragging scrollbar thumb
|
||||||
|
|
|
@ -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.3.7+43
|
version: 1.4.0+44
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.3.7:
|
v1.4.0:
|
||||||
- fast scroll label
|
- improved video support
|
||||||
- localized common album names
|
- more consistent and comprehensive info for videos
|
||||||
- customizable shortcut icon image
|
- options to auto play and loop videos
|
||||||
- customizable viewer quick actions
|
|
||||||
- option to hide videos from collection
|
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue