forked from mirrors/Fedilab
Beta release 3.6.5
This commit is contained in:
parent
49333097cc
commit
f851be8ab9
3 changed files with 16 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue