Release 3.31.1

This commit is contained in:
Thomas 2025-03-28 16:50:18 +01:00
parent 3f12ad0f2d
commit b961145575
3 changed files with 4 additions and 3 deletions

View file

@ -13,7 +13,7 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 525
versionCode 526
versionName "3.31.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -1,8 +1,8 @@
[
{
"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"
"code": "526",
"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",

View file

@ -1,5 +1,6 @@
Added:
- Add MinT machine translation system support
- Add support "instance only" for GoToSocial
Fixed:
- GIF not displayed in timelines