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="v1.6.9"></a>[v1.6.9] - 2022-06-18
|
||||
|
||||
### Added
|
||||
|
||||
- slideshow
|
||||
- set wallpaper from any media
|
||||
- optional dynamic accent color on Android 12+
|
||||
- Search: date/dimension/size field equality (undocumented)
|
||||
- support Android 13 (API 33)
|
||||
- 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,
|
||||
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(
|
||||
opacity: animation,
|
||||
child: child,
|
||||
|
|
|
@ -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.8+74
|
||||
version: 1.6.9+75
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
In v1.6.8:
|
||||
- bottom navigation bar
|
||||
- fast scroll with breadcrumbs
|
||||
- settings search
|
||||
In v1.6.9:
|
||||
- start slideshows
|
||||
- change your wallpaper
|
||||
- enjoy the app in Turkish
|
||||
Full changelog available on GitHub
|
Loading…
Reference in a new issue