version bump
This commit is contained in:
parent
1f3a81e243
commit
b4a2b2a5c9
5 changed files with 15 additions and 5 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
5
fastlane/metadata/android/en-US/changelogs/1075.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/1075.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
In v1.6.9:
|
||||||
|
- start slideshows
|
||||||
|
- change your wallpaper
|
||||||
|
- enjoy the app in Turkish
|
||||||
|
Full changelog available on GitHub
|
|
@ -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,
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue