mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-06-25 06:30:10 +03:00
Release 3.32.2
This commit is contained in:
parent
6e932b6fd8
commit
cb0bac8ff6
2 changed files with 7 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 530
|
||||
versionName "3.32.1"
|
||||
versionCode 531
|
||||
versionName "3.32.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.32.2",
|
||||
"code": "531",
|
||||
"note": "Added:\n- An outline around media\n\nChanged:\n- Make username, display name in nav drawer clickable\n- Gif media not animated by default\n- Disable by default the mention to the booster when replying. Can be enabled in Settings > Compose (per account)\n\nFixed:\n- Wrong preview picture on share from another app\n- Crash when translating with MinT\n- Refresh and pagination broken for the Trending timeline\n- Fix lags / Crashes"
|
||||
},
|
||||
{
|
||||
"version": "3.32.1",
|
||||
"code": "530",
|
||||
|
|
Loading…
Reference in a new issue