From 15829da7769583deac1033d19c9a65af2f1c25f6 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 14 Dec 2022 15:08:10 +0100 Subject: [PATCH] Release 3.11.1 --- app/build.gradle | 4 ++-- app/src/main/assets/release_notes/notes.json | 5 +++++ src/fdroid/fastlane/metadata/android/en/changelogs/447.txt | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 src/fdroid/fastlane/metadata/android/en/changelogs/447.txt diff --git a/app/build.gradle b/app/build.gradle index d22d76ee0..b2fa994eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 32 - versionCode 446 - versionName "3.11.0" + versionCode 447 + versionName "3.11.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } flavorDimensions "default" diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json index f3818d4c8..ea9247c4d 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -1,4 +1,9 @@ [ + { + "version": "3.11.1", + "code": "447", + "note": "Added:\n- Mute/Unmute accounts in the Home timeline from their messages or their profiles\n- Add all users from a list to \"Muted home\" in one click\n- Display/Manage users that are muted for home" + }, { "version": "3.11.0", "code": "446", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/447.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/447.txt new file mode 100644 index 000000000..0c1c477d4 --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/447.txt @@ -0,0 +1,4 @@ +Added: +- Mute/Unmute accounts in the Home timeline from their messages or their profiles +- Add all users from a list to "Muted home" in one click +- Display/Manage users that are muted for home