version bump
This commit is contained in:
parent
0782587760
commit
d1a33d8899
3 changed files with 12 additions and 6 deletions
|
@ -2,17 +2,21 @@
|
||||||
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.3.7] - 2021-04-02
|
||||||
### Added
|
### Added
|
||||||
- Collection / Albums / Countries / Tags: added label when dragging scrollbar thumb
|
- Collection / Albums / Countries / Tags: added label when dragging scrollbar thumb
|
||||||
- Albums: localized common album names
|
- Albums: localized common album names
|
||||||
- Collection: select shortcut icon image
|
- Collection: select shortcut icon image
|
||||||
- Viewer: customizable quick actions
|
- Settings: custom viewer quick actions
|
||||||
|
- Settings: option to hide videos from collection
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Upgraded Flutter to beta v2.1.0-12.2.pre
|
- Upgraded Flutter to beta v2.1.0-12.2.pre
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- opening media shared by other apps as file media content
|
- 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
|
## [v1.3.6] - 2021-03-18
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -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.3.6+42
|
version: 1.3.7+43
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
v1.3.6:
|
v1.3.7:
|
||||||
- Korean translation
|
- fast scroll label
|
||||||
- cover selection for albums, countries & tags
|
- localized common album names
|
||||||
- TIFF decoding fixes
|
- customizable shortcut icon image
|
||||||
|
- customizable viewer quick actions
|
||||||
|
- option to hide videos from collection
|
||||||
Full changelog available on Github
|
Full changelog available on Github
|
Loading…
Reference in a new issue