diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff6dbb35..fb1464050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -### Changed - -- upgraded Flutter to stable v3.22.3 - -## [v1.11.6] - 2024-07-17 +## [v1.11.7] - 2024-07-18 ### Added @@ -19,11 +15,14 @@ All notable changes to this project will be documented in this file. ### Changed - target Android 15 (API 35) +- upgraded Flutter to stable v3.22.3 ### Fixed - crash when cataloguing some PNG files +## [v1.11.6] - 2024-07-17 [YANKED] + ## [v1.11.5] - 2024-07-11 ### Added diff --git a/fastlane/metadata/android/en-US/changelogs/126.txt b/fastlane/metadata/android/en-US/changelogs/126.txt new file mode 100644 index 000000000..d1ba36473 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/126.txt @@ -0,0 +1,4 @@ +In v1.11.7: +- explore your collection with the... explorer +- convert your motion photos to stills in bulk +Full changelog available on GitHub \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/12601.txt b/fastlane/metadata/android/en-US/changelogs/12601.txt new file mode 100644 index 000000000..d1ba36473 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12601.txt @@ -0,0 +1,4 @@ +In v1.11.7: +- explore your collection with the... explorer +- convert your motion photos to stills in bulk +Full changelog available on GitHub \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 5fc0dbbf8..e66a42407 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves # - play changelog: /whatsnew/whatsnew-en-US # - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt # - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt -version: 1.11.6+125 +version: 1.11.7+126 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 3ab2a9554..d1ba36473 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,4 @@ -In v1.11.6: +In v1.11.7: - explore your collection with the... explorer - convert your motion photos to stills in bulk Full changelog available on GitHub \ No newline at end of file