version bump
This commit is contained in:
parent
b02aec53e5
commit
42c60bddeb
4 changed files with 9 additions and 2 deletions
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## <a id="unreleased"></a>[Unreleased]
|
||||
|
||||
## <a id="v1.6.8"></a>[v1.6.8] - 2022-05-27
|
||||
|
||||
### Fixed
|
||||
|
||||
- wrong window metrics on startup in some cases
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/1074.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/1074.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
In v1.6.8:
|
||||
- bottom navigation bar
|
||||
- fast scroll with breadcrumbs
|
||||
- settings search
|
||||
Full changelog available on GitHub
|
|
@ -6,7 +6,7 @@ repository: https://github.com/deckerst/aves
|
|||
# - github changelog: /CHANGELOG.md
|
||||
# - play changelog: /whatsnew/whatsnew-en-US
|
||||
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
||||
version: 1.6.7+73
|
||||
version: 1.6.8+74
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
In v1.6.7:
|
||||
In v1.6.8:
|
||||
- bottom navigation bar
|
||||
- fast scroll with breadcrumbs
|
||||
- settings search
|
||||
|
|
Loading…
Reference in a new issue