mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-07 00:20:08 +02:00
Release 3.11.3
This commit is contained in:
parent
43c6fe4f7b
commit
f858a870bd
3 changed files with 16 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 32
|
targetSdk 32
|
||||||
versionCode 448
|
versionCode 449
|
||||||
versionName "3.11.2"
|
versionName "3.11.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.11.3",
|
||||||
|
"code": "449",
|
||||||
|
"note": "Added:\n- Add more targeted languages in picker for translations\n- Add account name in push notifications\n\nFixed:\n- Fix a crash when changing language\n- Fix counter colors\n- Fix default link color\n- Fix a crash when clicking on mentions"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.11.2",
|
"version": "3.11.2",
|
||||||
"code": "448",
|
"code": "448",
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
Added:
|
||||||
|
- Add more targeted languages in picker for translations
|
||||||
|
- Add account name in push notifications
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Fix a crash when changing language
|
||||||
|
- Fix counter colors
|
||||||
|
- Fix default link color
|
||||||
|
- Fix a crash when clicking on mentions
|
Loading…
Reference in a new issue