Commit e999abea authored by Thomas's avatar Thomas
Browse files

Release 3.5.2

parent 72fd064f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ android {
    defaultConfig {
        minSdk 21
        targetSdk 31
        versionCode 418
        versionName "3.5.1"
        versionCode 419
        versionName "3.5.2"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.5.2",
    "code": "419",
    "note": "Added:\n- Pin/Unpin messages\n- Set the default language for translations\n\nChanged:\n- Allow to disable/enable media for notifications\n\nFixed:\n- Wrong images in notification timeline\n- Double icon bug\n- Fix some crashes"
  },
  {
    "version": "3.5.1",
    "code": "418",
+11 −0
Original line number Diff line number Diff line
Added:
- Pin/Unpin messages
- Set the default language for translations

Changed:
- Allow to disable/enable media for notifications

Fixed:
- Wrong images in notification timeline
- Double icon bug
- Fix some crashes
 No newline at end of file