version bump

This commit is contained in:
Thibault Deckers 2022-06-18 16:53:18 +09:00
parent 1f3a81e243
commit b4a2b2a5c9
5 changed files with 15 additions and 5 deletions

View file

@ -4,11 +4,14 @@ 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.9"></a>[v1.6.9] - 2022-06-18
### Added ### Added
- slideshow - slideshow
- set wallpaper from any media - set wallpaper from any media
- optional dynamic accent color on Android 12+ - optional dynamic accent color on Android 12+
- Search: date/dimension/size field equality (undocumented)
- support Android 13 (API 33) - support Android 13 (API 33)
- Turkish translation (thanks metezd) - Turkish translation (thanks metezd)

View file

@ -0,0 +1,5 @@
In v1.6.9:
- start slideshows
- change your wallpaper
- enjoy the app in Turkish
Full changelog available on GitHub

View file

@ -40,6 +40,8 @@ class SearchPageRoute<T> extends PageRoute<T> {
Animation<double> secondaryAnimation, Animation<double> secondaryAnimation,
Widget child, Widget child,
) { ) {
// a simple fade is usually more fitting for a search page,
// instead of the `pageTransitionsTheme` used by the rest of the app
return FadeTransition( return FadeTransition(
opacity: animation, opacity: animation,
child: child, child: child,

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.8+74 version: 1.6.9+75
publish_to: none publish_to: none
environment: environment:

View file

@ -1,5 +1,5 @@
In v1.6.8: In v1.6.9:
- bottom navigation bar - start slideshows
- fast scroll with breadcrumbs - change your wallpaper
- settings search - enjoy the app in Turkish
Full changelog available on GitHub Full changelog available on GitHub