mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-07 20:30:28 +03:00
Release 3.31.1
This commit is contained in:
parent
3f12ad0f2d
commit
b961145575
3 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 525
|
versionCode 526
|
||||||
versionName "3.31.1"
|
versionName "3.31.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"version": "3.31.1",
|
"version": "3.31.1",
|
||||||
"code": "525",
|
"code": "526",
|
||||||
"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"
|
"note": "Added:\n- Add MinT machine translation system support\n- Add support \"instance only\" for GoToSocial\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",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Added:
|
Added:
|
||||||
- Add MinT machine translation system support
|
- Add MinT machine translation system support
|
||||||
|
- Add support "instance only" for GoToSocial
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
- GIF not displayed in timelines
|
- GIF not displayed in timelines
|
Loading…
Reference in a new issue