Commit 90b9291d authored by Thomas's avatar Thomas
Browse files

Release 3.13.3

parent b1c22713
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ android {
    defaultConfig {
        minSdk 21
        targetSdk 33
        versionCode 456
        versionName "3.13.2"
        versionCode 457
        versionName "3.13.3"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.13.3",
    "code": "457",
    "note": "Added:\n- Allow to enable extra features in Settings\n- Customizable settings for extra features\n- Support quotes, reactions with messages\n- Support text format (html, markdown, etc.) when composing\n\nFixed:\n- CW not working with media\n- Media not displayed for older instances\n- Some crashes\n"
  },
  {
    "version": "3.13.2",
    "code": "456",
+7 −0
Original line number Diff line number Diff line
Added:
- Allow to enable extra features in Settings
- Customizable settings for extra features
- Support quotes, reactions with messages
- Support text format (html, markdown, etc.) when composing

Fixed:
- CW not working with media
- Media not displayed for older instances
- Some crashes