version bump
This commit is contained in:
parent
f14f5e9a02
commit
a1ffe0a776
3 changed files with 21 additions and 6 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -2,12 +2,27 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [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
|
||||
- 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
|
||||
- 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
|
||||
### Added
|
||||
- Motion photo support
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: aves
|
||||
description: A visual media gallery and metadata explorer app.
|
||||
repository: https://github.com/deckerst/aves
|
||||
version: 1.4.1+45
|
||||
version: 1.4.2+46
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Thanks for using Aves!
|
||||
v1.4.1:
|
||||
- motion photo support
|
||||
- handle share intent
|
||||
- fixes to handle large MP4 and PSD files
|
||||
v1.4.2:
|
||||
- improved navigation usability
|
||||
- changed thumbnail layout
|
||||
- improved playing videos with non-square pixels
|
||||
Full changelog available on Github
|
Loading…
Reference in a new issue