From 3be1e1150a8b64b308d10fd72fe50bdc4a946912 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 5 Jun 2023 13:02:32 +0200 Subject: [PATCH] Prepare 22.0 beta 7 (versionCode 109) (#3710) --- CHANGELOG.md | 8 ++++++++ app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/109.txt | 11 +++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/109.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c421d92..184e4bcb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ ### Significant bug fixes +## v22.0 beta 7 + +### Significant bug fixes + +- **Fetch all outstanding Mastodon notifications when creating Android notifications**, [PR#3700](https://github.com/tuskyapp/Tusky/pull/3700) +- **Clicking "Compose" from a notification would set the wrong account**, [PR#3688](https://github.com/tuskyapp/Tusky/pull/3688) +- **Ensure "last read notification ID" is saved to the correct account**, [PR#3697](https://github.com/tuskyapp/Tusky/pull/3697) + ## v22.0 beta 6 ### Significant bug fixes diff --git a/app/build.gradle b/app/build.gradle index 88a31e6e1..5e2455f6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 23 targetSdk 33 - versionCode 108 - versionName "22.0 beta 6" + versionCode 109 + versionName "22.0 beta 7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/109.txt b/fastlane/metadata/android/en-US/changelogs/109.txt new file mode 100644 index 000000000..6f21accc6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/109.txt @@ -0,0 +1,11 @@ +Tusky 22.0 beta 7 + +Fixes: + + +### Significant bug fixes + +- Fetch all outstanding Mastodon notifications when creating Android notifications +- Clicking "Compose" from a notification would set the wrong account +- Ensure "last read notification ID" is saved to the correct account +