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]
|
||||
|
||||
## [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
|
||||
### Added
|
||||
- Map & Stats from selection
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: aves
|
||||
description: A visual media gallery and metadata explorer app.
|
||||
repository: https://github.com/deckerst/aves
|
||||
version: 1.4.9+53
|
||||
version: 1.5.0+54
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
Thanks for using Aves!
|
||||
v1.4.9:
|
||||
- open the map or get stats for selected items
|
||||
- browse and navigate to items on the map
|
||||
- customize the navigation menu
|
||||
- create shortcuts on Android Nougat and older
|
||||
Full changelog available on Github
|
||||
v1.5.0:
|
||||
- faster launch
|
||||
- edit Exif dates
|
||||
- customize quick actions when selecting pictures
|
||||
Full changelog available on GitHub
|
Loading…
Reference in a new issue