version bump

This commit is contained in:
Thibault Deckers 2021-06-12 11:43:51 +09:00
parent 3f05cbdb98
commit f56b3dc0e4
3 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [v1.4.2] - 2021-06-10 ## [v1.4.3] - 2021-06-12
### Added ### Added
- Collection: snack bar action to show moved/copied/exported entries - Collection: snack bar action to show moved/copied/exported entries
- Collection / Albums / Countries / Tags: when switching device orientation, keep items in view - Collection / Albums / Countries / Tags: when switching device orientation, keep items in view
@ -23,6 +23,8 @@ All notable changes to this project will be documented in this file.
- fixed opening files shared via content URI with incorrect MIME type - fixed opening files shared via content URI with incorrect MIME type
- refresh collection when entries modified in Viewer no longer match collection filters - refresh collection when entries modified in Viewer no longer match collection filters
## [v1.4.2] - 2021-06-10 [YANKED]
## [v1.4.1] - 2021-04-29 ## [v1.4.1] - 2021-04-29
### Added ### Added
- Motion photo support - Motion photo support

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.4.2+46 version: 1.4.3+47
publish_to: none publish_to: none
environment: environment:

View file

@ -1,5 +1,5 @@
Thanks for using Aves! Thanks for using Aves!
v1.4.2: v1.4.3:
- improved navigation usability - improved navigation usability
- changed thumbnail layout - changed thumbnail layout
- improved playing videos with non-square pixels - improved playing videos with non-square pixels