Commit 9e7e1000 authored by Thomas's avatar Thomas
Browse files

Release 3.28.1

parent 01d57755
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+5 −0
Original line number Diff line number Diff line
[
  {
    "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",
+9 −0
Original line number Diff line number Diff line
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)
 No newline at end of file