forked from mirrors/Fedilab
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 {
|
||||
minSdk 21
|
||||
targetSdk 32
|
||||
versionCode 448
|
||||
versionName "3.11.2"
|
||||
versionCode 449
|
||||
versionName "3.11.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
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",
|
||||
"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