mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-04-05 06:30:01 +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 {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 524
|
||||
versionName "3.31.0"
|
||||
versionCode 525
|
||||
versionName "3.31.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
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",
|
||||
"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