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]
|
||||
|
||||
## [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
|
||||
### Added
|
||||
- Collection / Albums / Countries / Tags: added label when dragging scrollbar thumb
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: aves
|
||||
description: A visual media gallery and metadata explorer app.
|
||||
repository: https://github.com/deckerst/aves
|
||||
version: 1.3.7+43
|
||||
version: 1.4.0+44
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
Thanks for using Aves!
|
||||
v1.3.7:
|
||||
- fast scroll label
|
||||
- localized common album names
|
||||
- customizable shortcut icon image
|
||||
- customizable viewer quick actions
|
||||
- option to hide videos from collection
|
||||
v1.4.0:
|
||||
- improved video support
|
||||
- more consistent and comprehensive info for videos
|
||||
- options to auto play and loop videos
|
||||
Full changelog available on Github
|
Loading…
Reference in a new issue