Release 3.11.1

This commit is contained in:
Thomas 2022-12-14 15:08:10 +01:00
parent 8ae3ff3b35
commit 15829da776
3 changed files with 11 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 32 targetSdk 32
versionCode 446 versionCode 447
versionName "3.11.0" versionName "3.11.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View File

@ -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", "version": "3.11.0",
"code": "446", "code": "446",

View File

@ -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