Release 3.31.0

This commit is contained in:
Thomas 2025-03-25 17:08:16 +01:00
parent 5b8d589598
commit c982e5a452
3 changed files with 24 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 523
versionName "3.30.1"
versionCode 524
versionName "3.31.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View file

@ -1,4 +1,9 @@
[
{
"version": "3.31.0",
"code": "524",
"note": "Added:\n- Pinned Trending Timeline (can be hidden in Manage Timelines)\n- Add a fallback to the default translator\n- New Pixelfed entry in Settings to disable fullscreen for media\n- Add tooltips for tabs in profiles\n\nChanged:\n- Increase touch area of reply buttons\n- Show a dialog after settings export\n\nFixed:\n- Fix media description not updated when there are several\n- Only a part of DeepL translations are shown\n- Fix Lingva truncated translations\n- Fix a crash when fetching remote profiles\n- Fix a crash with animated emoji\n- Fix a crash when displaying Home cache charts"
},
{
"version": "3.30.1",
"code": "523",

View file

@ -0,0 +1,17 @@
Added:
- Pinned Trending Timeline (can be hidden in Manage Timelines)
- Add a fallback to the default translator
- New Pixelfed entry in Settings to disable fullscreen for media
- Add tooltips for tabs in profiles
Changed:
- Increase touch area of reply buttons
- Show a dialog after settings export
Fixed:
- Fix media description not updated when there are several
- Only a part of DeepL translations are shown
- Fix Lingva truncated translations
- Fix a crash when fetching remote profiles
- Fix a crash with animated emoji
- Fix a crash when displaying Home cache charts