diff --git a/CHANGELOG.md b/CHANGELOG.md index c7aeb187d..61d67a565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.6.13] - 2022-08-29 + ### Changed - use natural order when sorting by name items, albums, tags ### Fixed +- adding duplicate items during loading in some cases - screensaver stopping when device orientation changes ## [v1.6.12] - 2022-08-27 diff --git a/fastlane/metadata/android/en-US/changelogs/1079.txt b/fastlane/metadata/android/en-US/changelogs/1079.txt new file mode 100644 index 000000000..30000cd00 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1079.txt @@ -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 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index cf390fad3..83374102b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.12+78 +version: 1.6.13+79 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 756c775df..30000cd00 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,4 @@ -In v1.6.12: +In v1.6.13: - play your HEIC motion photos - find recently downloaded images with the `recently added` filter - enjoy the app in Dutch