mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 00:30:03 +02:00
Release 3.28.1
This commit is contained in:
parent
01d57755c2
commit
9e7e100009
3 changed files with 16 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 513
|
||||
versionName "3.28.0"
|
||||
versionCode 514
|
||||
versionName "3.28.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.28.1",
|
||||
"code": "514",
|
||||
"note": "Added:\n- Allow to disable pronouns support (default: enabled)\n- Add more support for pronouns (localization in different languages)\n\nFixed:\n- Fix a crash when reporting messages\n- Fix a crash when following tags\n- Fix some display issues\n- Several fixes from the last release (3.28.0)"
|
||||
},
|
||||
{
|
||||
"version": "3.28.0",
|
||||
"code": "513",
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
Added:
|
||||
- Allow to disable pronouns support (default: enabled)
|
||||
- Add more support for pronouns (localization in different languages)
|
||||
|
||||
Fixed:
|
||||
- Fix a crash when reporting messages
|
||||
- Fix a crash when following tags
|
||||
- Fix some display issues
|
||||
- Several fixes from the last release (3.28.0)
|
Loading…
Reference in a new issue