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 { 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"
} }

View file

@ -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",

View file

@ -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