From 403ccac5c2b02a0037ec04fc09fdf27e0398fb1f Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Tue, 11 Mar 2025 00:30:57 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 7 +++++++ fastlane/metadata/android/en-US/changelogs/146.txt | 4 ++++ fastlane/metadata/android/en-US/changelogs/14601.txt | 4 ++++ pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 2 +- 5 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/146.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/14601.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9e51b43..7caed7dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.12.6] - 2025-03-11 + +### Fixed + +- data loss when editing metadata of items with incorrect mime types +- metadata inconsistency in the DB due to v1.12.4 upgrade + ## [v1.12.5] - 2025-03-07 ### Added diff --git a/fastlane/metadata/android/en-US/changelogs/146.txt b/fastlane/metadata/android/en-US/changelogs/146.txt new file mode 100644 index 000000000..c6133101c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/146.txt @@ -0,0 +1,4 @@ +In v1.12.6: +- 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/14601.txt b/fastlane/metadata/android/en-US/changelogs/14601.txt new file mode 100644 index 000000000..c6133101c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14601.txt @@ -0,0 +1,4 @@ +In v1.12.6: +- 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 09310d938..31c35cdbf 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.5+145 +version: 1.12.6+146 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 139cfbdfd..c6133101c 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,4 @@ -In v1.12.5: +In v1.12.6: - play more kinds of motion photos - enjoy the app in Galician Full changelog available on GitHub \ No newline at end of file