Beta release 3.6.5

This commit is contained in:
Thomas 2022-11-13 18:41:45 +01:00
parent 49333097cc
commit f851be8ab9
3 changed files with 16 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 31 targetSdk 31
versionCode 425 versionCode 426
versionName "3.6.4" versionName "3.6.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[ [
{
"version": "3.6.5",
"code": "426",
"note": "- Two new Light themes\n- More moderation features\n\nFixed:\n- Filter not working\n- Crash with trends\n- Some content lost when sending messages (mentions)\n- Some other fixes"
},
{ {
"version": "3.6.4", "version": "3.6.4",
"code": "425", "code": "425",

View File

@ -0,0 +1,9 @@
Added:
- Two new Light themes
- More moderation features
Fixed:
- Filter not working
- Crash with trends
- Some content lost when sending messages (mentions)
- Some other fixes