version bump
This commit is contained in:
parent
7afd91821d
commit
42519055d5
3 changed files with 19 additions and 7 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v1.5.0] - 2021-09-02
|
||||||
|
### Added
|
||||||
|
- Info: edit Exif dates (setting, shifting, deleting)
|
||||||
|
- Collection: custom quick actions for item selection
|
||||||
|
- Collection: video date detection for more formats
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- faster collection loading when launching the app
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- app launching on some devices
|
||||||
|
- corrupting motion photo exif editing (e.g. rotation)
|
||||||
|
|
||||||
## [v1.4.9] - 2021-08-20
|
## [v1.4.9] - 2021-08-20
|
||||||
### Added
|
### Added
|
||||||
- Map & Stats from selection
|
- Map & Stats from selection
|
||||||
|
|
|
@ -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.9+53
|
version: 1.5.0+54
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.4.9:
|
v1.5.0:
|
||||||
- open the map or get stats for selected items
|
- faster launch
|
||||||
- browse and navigate to items on the map
|
- edit Exif dates
|
||||||
- customize the navigation menu
|
- customize quick actions when selecting pictures
|
||||||
- create shortcuts on Android Nougat and older
|
Full changelog available on GitHub
|
||||||
Full changelog available on Github
|
|
Loading…
Reference in a new issue