version bump

This commit is contained in:
Thibault Deckers 2022-05-27 13:28:17 +09:00
parent b02aec53e5
commit 42c60bddeb
4 changed files with 9 additions and 2 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased] ## <a id="unreleased"></a>[Unreleased]
## <a id="v1.6.8"></a>[v1.6.8] - 2022-05-27
### Fixed ### Fixed
- wrong window metrics on startup in some cases - wrong window metrics on startup in some cases

View file

@ -0,0 +1,5 @@
In v1.6.8:
- bottom navigation bar
- fast scroll with breadcrumbs
- settings search
Full changelog available on GitHub

View file

@ -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.7+73 version: 1.6.8+74
publish_to: none publish_to: none
environment: environment:

View file

@ -1,4 +1,4 @@
In v1.6.7: In v1.6.8:
- bottom navigation bar - bottom navigation bar
- fast scroll with breadcrumbs - fast scroll with breadcrumbs
- settings search - settings search