version bump
This commit is contained in:
parent
6c2dc791d5
commit
4df90602f4
3 changed files with 22 additions and 6 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.6] - 2021-07-22
|
||||
### Added
|
||||
- Albums / Countries / Tags: multiple selection
|
||||
- Albums: action to create empty albums
|
||||
- Collection: burst shot grouping (Samsung naming pattern)
|
||||
- Collection: support motion photos defined by XMP Container namespace
|
||||
- Settings: hidden paths to exclude folders and their subfolders
|
||||
- Settings: option to disable viewer overlay blur effect (for older/slower devices)
|
||||
- Settings: option to exclude cutout area in viewer
|
||||
|
||||
### Changed
|
||||
- Video: restored overlay hiding when pressing play button
|
||||
|
||||
### Fixed
|
||||
- Viewer: fixed manual screen rotation to follow sensor
|
||||
|
||||
## [v1.4.5] - 2021-07-08
|
||||
### Added
|
||||
- Video: added OGV/Theora/Vorbis support
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: aves
|
||||
description: A visual media gallery and metadata explorer app.
|
||||
repository: https://github.com/deckerst/aves
|
||||
version: 1.4.5+49
|
||||
version: 1.4.6+50
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Thanks for using Aves!
|
||||
v1.4.5:
|
||||
- improved SVG support
|
||||
- OGV/Theora/Vorbis video support
|
||||
- viewer action to rotate screen
|
||||
- import/export settings
|
||||
v1.4.6:
|
||||
- burst shot grouping
|
||||
- improved motion photo support
|
||||
- select multiple albums
|
||||
- hide paths to exclude folders and their subfolders
|
||||
Full changelog available on Github
|
Loading…
Reference in a new issue