mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
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 {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 425
|
||||
versionName "3.6.4"
|
||||
versionCode 426
|
||||
versionName "3.6.5"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
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",
|
||||
"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