mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-06-29 00:20:09 +03:00
Release 3.31.1
This commit is contained in:
parent
9f57e77d77
commit
fec6b8510e
3 changed files with 15 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 524
|
versionCode 525
|
||||||
versionName "3.31.0"
|
versionName "3.31.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.31.1",
|
||||||
|
"code": "525",
|
||||||
|
"note": "Added:\n- Add MinT machine translation system support\n\nFixed:\n- GIF not displayed in timelines\n- Fix a crash when unpinning timelines\n- Top bar coloring at scroll for conversations\n- Black screen when going back from the Peertube section"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.31.0",
|
"version": "3.31.0",
|
||||||
"code": "524",
|
"code": "524",
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
Added:
|
||||||
|
- Add MinT machine translation system support
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- GIF not displayed in timelines
|
||||||
|
- Fix a crash when unpinning timelines
|
||||||
|
- Top bar coloring at scroll for conversations
|
||||||
|
- Black screen when going back from the Peertube section
|
Loading…
Reference in a new issue