Release 3.31.3

This commit is contained in:
Thomas 2025-04-01 18:28:14 +02:00
parent 19f5e4c801
commit 6d7faa996d
3 changed files with 18 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 527
versionName "3.31.2"
versionCode 528
versionName "3.31.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View file

@ -1,4 +1,9 @@
[
{
"version": "3.31.3",
"code": "528",
"note": "Added:\n- Add new icon launchers (Settings > Interface)\n\nChanged:\n- Make logout/proxy button more visible in main menu\n- Remove permission FOREGROUND_SERVICE\n- Improve a little more media layout with translations\n\nFixed:\n- Fix status bar icons not visible in light theme with custom accent color\n- Reaction buttons not clickable for some instances"
},
{
"version": "3.31.2",
"code": "527",

View file

@ -0,0 +1,11 @@
Added:
- Add new icon launchers (Settings > Interface)
Changed:
- Make logout/proxy button more visible in main menu
- Remove permission FOREGROUND_SERVICE
- Improve a little more media layout with translations
Fixed:
- Fix status bar icons not visible in light theme with custom accent color
- Reaction buttons not clickable for some instances