version bump

This commit is contained in:
Thibault Deckers 2021-06-10 19:36:25 +09:00
parent f14f5e9a02
commit a1ffe0a776
3 changed files with 21 additions and 6 deletions

View file

@ -2,12 +2,27 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [v1.4.2] - 2021-06-10
### Added
- Collection: snack bar action to show moved/copied/exported entries
- Collection / Albums / Countries / Tags: when switching device orientation, keep items in view
- Collection: when leaving entry from Viewer, make entry visible in collection
- Viewer: fixed layout & minimap for videos with non-square pixels
### Changed ### Changed
- Upgraded Flutter to stable v2.2.1 - upgraded Flutter to stable v2.2.1
- migrated to unsound null safety
- Collection / Viewer: improved performance, memory usage
- Collection: thumbnail layout change
### Removed ### Removed
- no support for Android KitKat (API 19), unsupported by Google Maps package - no support for Android KitKat (API 19), unsupported by Google Maps package
### Fixed
- fixed opening files shared via content URI with incorrect MIME type
- refresh collection when entries modified in Viewer no longer match collection filters
## [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.1+45 version: 1.4.2+46
publish_to: none publish_to: none
environment: environment:

View file

@ -1,6 +1,6 @@
Thanks for using Aves! Thanks for using Aves!
v1.4.1: v1.4.2:
- motion photo support - improved navigation usability
- handle share intent - changed thumbnail layout
- fixes to handle large MP4 and PSD files - improved playing videos with non-square pixels
Full changelog available on Github Full changelog available on Github