version bump

This commit is contained in:
Thibault Deckers 2021-09-08 10:01:34 +09:00
parent 2434c9a141
commit 487a2f2699
3 changed files with 14 additions and 1 deletions

View file

@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [v1.5.1] - 2021-09-08
### Added
- About: bug reporting instructions
### Changed
- Collection: improved video date detection
### Fixed
- fixed hanging app when loading thumbnails for some video formats on some devices
## [v1.5.0] - 2021-09-02 ## [v1.5.0] - 2021-09-02
### Added ### Added
- Info: edit Exif dates (setting, shifting, deleting) - Info: edit Exif dates (setting, shifting, deleting)

View file

@ -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.5.0+54 version: 1.5.1+55
publish_to: none publish_to: none
environment: environment:

View file

@ -1,4 +1,7 @@
Thanks for using Aves! Thanks for using Aves!
v1.5.1:
- fixed hanging app for collections with specific video formats
- added bug reporting instructions
v1.5.0: v1.5.0:
- faster launch - faster launch
- edit Exif dates - edit Exif dates