version bump

This commit is contained in:
Thibault Deckers 2021-04-02 10:02:33 +09:00
parent 0782587760
commit d1a33d8899
3 changed files with 12 additions and 6 deletions

View file

@ -2,17 +2,21 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
## [v1.3.7] - 2021-04-02
### Added
- Collection / Albums / Countries / Tags: added label when dragging scrollbar thumb
- Albums: localized common album names
- Collection: select shortcut icon image
- Viewer: customizable quick actions
- Settings: custom viewer quick actions
- Settings: option to hide videos from collection
### Changed
- Upgraded Flutter to beta v2.1.0-12.2.pre
### Fixed
- opening media shared by other apps as file media content
- navigation stack when opening media shared by other apps
## [v1.3.6] - 2021-03-18
### Added

View file

@ -1,7 +1,7 @@
name: aves
description: A visual media gallery and metadata explorer app.
repository: https://github.com/deckerst/aves
version: 1.3.6+42
version: 1.3.7+43
publish_to: none
environment:

View file

@ -1,6 +1,8 @@
Thanks for using Aves!
v1.3.6:
- Korean translation
- cover selection for albums, countries & tags
- TIFF decoding fixes
v1.3.7:
- fast scroll label
- localized common album names
- customizable shortcut icon image
- customizable viewer quick actions
- option to hide videos from collection
Full changelog available on Github