version bump
This commit is contained in:
parent
aa43029e70
commit
aad3fce030
4 changed files with 11 additions and 8 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -4,11 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## <a id="unreleased"></a>[Unreleased]
|
## <a id="unreleased"></a>[Unreleased]
|
||||||
|
|
||||||
### Changed
|
## <a id="v1.6.1"></a>[v1.6.1] - 2022-02-23
|
||||||
|
|
||||||
- upgraded Flutter to stable v2.10.2
|
|
||||||
|
|
||||||
## <a id="v1.6.0"></a>[v1.6.0] - 2022-02-22
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -25,7 +21,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- Collection: improved performance for sort/group by name
|
- Collection: improved performance for sort/group by name
|
||||||
- load previous top items on startup
|
- load previous top items on startup
|
||||||
- locale independent colors for known filters
|
- locale independent colors for known filters
|
||||||
- upgraded Flutter to stable v2.10.1
|
- upgraded Flutter to stable v2.10.2
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -35,6 +31,8 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
- navigating from Album page when picking an item for another app
|
- navigating from Album page when picking an item for another app
|
||||||
|
|
||||||
|
## <a id="v1.6.0"></a>[v1.6.0] - 2022-02-22 [YANKED]
|
||||||
|
|
||||||
## <a id="v1.5.11"></a>[v1.5.11] - 2022-01-30
|
## <a id="v1.5.11"></a>[v1.5.11] - 2022-01-30
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
5
fastlane/metadata/android/en-US/changelogs/1067.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/1067.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
In v1.6.1:
|
||||||
|
- recycle bin
|
||||||
|
- view small and large images at their actual size
|
||||||
|
- enjoy the app in Indonesian
|
||||||
|
Full changelog available on GitHub
|
|
@ -6,7 +6,7 @@ repository: https://github.com/deckerst/aves
|
||||||
# - github changelog: /CHANGELOG.md
|
# - github changelog: /CHANGELOG.md
|
||||||
# - play changelog: /whatsnew/whatsnew-en-US
|
# - play changelog: /whatsnew/whatsnew-en-US
|
||||||
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
||||||
version: 1.6.0+66
|
version: 1.6.1+67
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Thanks for using Aves!
|
Thanks for using Aves!
|
||||||
In v1.6.0:
|
In v1.6.1:
|
||||||
- recycle bin
|
- recycle bin
|
||||||
- view small and large images at their actual size
|
- view small and large images at their actual size
|
||||||
- enjoy the app in Indonesian
|
- enjoy the app in Indonesian
|
||||||
|
|
Loading…
Reference in a new issue