version bump
This commit is contained in:
parent
49b957faea
commit
c97c1fa0e9
4 changed files with 10 additions and 2 deletions
|
@ -4,12 +4,15 @@ 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.13"></a>[v1.6.13] - 2022-08-29
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- use natural order when sorting by name items, albums, tags
|
- use natural order when sorting by name items, albums, tags
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- adding duplicate items during loading in some cases
|
||||||
- screensaver stopping when device orientation changes
|
- screensaver stopping when device orientation changes
|
||||||
|
|
||||||
## <a id="v1.6.12"></a>[v1.6.12] - 2022-08-27
|
## <a id="v1.6.12"></a>[v1.6.12] - 2022-08-27
|
||||||
|
|
5
fastlane/metadata/android/en-US/changelogs/1079.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/1079.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
In v1.6.13:
|
||||||
|
- play your HEIC motion photos
|
||||||
|
- find recently downloaded images with the `recently added` filter
|
||||||
|
- enjoy the app in Dutch
|
||||||
|
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.12+78
|
version: 1.6.13+79
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
In v1.6.12:
|
In v1.6.13:
|
||||||
- play your HEIC motion photos
|
- play your HEIC motion photos
|
||||||
- find recently downloaded images with the `recently added` filter
|
- find recently downloaded images with the `recently added` filter
|
||||||
- enjoy the app in Dutch
|
- enjoy the app in Dutch
|
||||||
|
|
Loading…
Reference in a new issue