From 1df2154f85b0b8f4866ac2770b1ac9db7f376b0a Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Tue, 25 Mar 2025 23:37:43 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 2 ++ fastlane/metadata/android/en-US/changelogs/148.txt | 4 ++++ fastlane/metadata/android/en-US/changelogs/14801.txt | 4 ++++ pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/148.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/14801.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ab54aedef..e03cef808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.12.8] - 2025-03-25 + ### Fixed - swiping images for some combinations of screen size, device pixel ratio, and image size diff --git a/fastlane/metadata/android/en-US/changelogs/148.txt b/fastlane/metadata/android/en-US/changelogs/148.txt new file mode 100644 index 000000000..3f381a910 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/148.txt @@ -0,0 +1,4 @@ +In v1.12.8: +- play more kinds of motion photos +- enjoy the app in Galician +Full changelog available on GitHub \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/14801.txt b/fastlane/metadata/android/en-US/changelogs/14801.txt new file mode 100644 index 000000000..3f381a910 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14801.txt @@ -0,0 +1,4 @@ +In v1.12.8: +- play more kinds of motion photos +- enjoy the app in Galician +Full changelog available on GitHub \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 4cc3c3102..28024ff74 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.12.7+147 +version: 1.12.8+148 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index e0b6e4678..3f381a910 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,4 @@ -In v1.12.7: +In v1.12.8: - play more kinds of motion photos - enjoy the app in Galician Full changelog available on GitHub \ No newline at end of file