version bump
This commit is contained in:
parent
8f4ceffe14
commit
50da463b27
4 changed files with 17 additions and 5 deletions
|
@ -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.10"></a>[v1.6.10] - 2022-07-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Search: `on this day` and month filters in date filter section
|
- Search: `on this day` and month filters in date filter section
|
||||||
|
@ -14,8 +16,13 @@ All notable changes to this project will be documented in this file.
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- viewer: black background when overlay is disabled with light theme
|
- viewer: black background when overlay is disabled with light theme
|
||||||
|
- filter chip long press menu shows full label
|
||||||
- upgraded Flutter to beta v3.3.0-0.0.pre
|
- upgraded Flutter to beta v3.3.0-0.0.pre
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- analysis service stuck when storage has ambiguous directories
|
||||||
|
|
||||||
## <a id="v1.6.9"></a>[v1.6.9] - 2022-06-18
|
## <a id="v1.6.9"></a>[v1.6.9] - 2022-06-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
5
fastlane/metadata/android/en-US/changelogs/1076.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/1076.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
In v1.6.10:
|
||||||
|
- add the photo frame widget to your home
|
||||||
|
- use your photos as screen saver
|
||||||
|
- search photos taken "on this day"
|
||||||
|
Full changelog available on GitHub
|
|
@ -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.9+75
|
version: 1.6.10+76
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
In v1.6.9:
|
In v1.6.10:
|
||||||
- start slideshows
|
- add the photo frame widget to your home
|
||||||
- change your wallpaper
|
- use your photos as screen saver
|
||||||
- enjoy the app in Turkish
|
- search photos taken "on this day"
|
||||||
Full changelog available on GitHub
|
Full changelog available on GitHub
|
Loading…
Reference in a new issue