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]
|
## [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
|
## [v1.4.5] - 2021-07-08
|
||||||
### Added
|
### Added
|
||||||
- Video: added OGV/Theora/Vorbis support
|
- Video: added OGV/Theora/Vorbis support
|
||||||
|
|
|
@ -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.5+49
|
version: 1.4.6+50
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.4.5:
|
v1.4.6:
|
||||||
- improved SVG support
|
- burst shot grouping
|
||||||
- OGV/Theora/Vorbis video support
|
- improved motion photo support
|
||||||
- viewer action to rotate screen
|
- select multiple albums
|
||||||
- import/export settings
|
- hide paths to exclude folders and their subfolders
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue