Release 3.28.1

pull/1045/head
Thomas 7 months ago
parent 01d57755c2
commit 9e7e100009

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

@ -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",

@ -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…
Cancel
Save