Release 3.28.1

This commit is contained in:
Thomas 2024-02-23 18:10:48 +01:00
parent 01d57755c2
commit 9e7e100009
3 changed files with 16 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 34 targetSdk 34
versionCode 513 versionCode 514
versionName "3.28.0" versionName "3.28.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View File

@ -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", "version": "3.28.0",
"code": "513", "code": "513",

View File

@ -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)