From 36ebb0e16c832a8b0a297c25c567e6b0d3a3714b Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 15 May 2023 14:19:54 +0200 Subject: [PATCH] Prepare v22.0 beta 3 release (#3656) --- CHANGELOG.md | 12 ++++++++++++ app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/105.txt | 11 +++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/105.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c52605af..76f5cef17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ ### Significant bug fixes +## v22.0 beta 3 + +### Significant bug fixes + +- **Fixed crash when viewing a thread**, [PR#3622](https://github.com/tuskyapp/Tusky/pull/3622) +- **Fixed crash processing Mastodon filters**, [PR#3634](https://github.com/tuskyapp/Tusky/pull/3634) +- **Links in bios of follow/follow request notifications are clickable**, [PR#3646](https://github.com/tuskyapp/Tusky/pull/3646) +- **Android Notifications updates**, [PR#3636](https://github.com/tuskyapp/Tusky/pull/3626) + - Android notification for a Mastodon notification should only be shown once + - Android notifications are grouped by Mastodon notification type (follow, mention, boost, etc) + - Potential for missing notifications has been removed + ## v22.0 beta 2 ### Significant bug fixes diff --git a/app/build.gradle b/app/build.gradle index 8323d425d..ac3170018 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 23 targetSdk 33 - versionCode 104 - versionName "22.0 beta 2" + versionCode 105 + versionName "22.0 beta 3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/105.txt b/fastlane/metadata/android/en-US/changelogs/105.txt new file mode 100644 index 000000000..0dc11472b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/105.txt @@ -0,0 +1,11 @@ +Tusky 22.0 beta 3 + +Fixes including: + +- Fixed crash when viewing a thread +- Fixed crash processing Mastodon filters +- Links in bios of follow/follow request notifications are clickable +- Android Notifications updates + - Android notification for a Mastodon notification should only be shown once + - Android notifications are grouped by Mastodon notification type (follow, mention, boost, etc) + - Potential for missing notifications has been removed