Commit a4ae4172 authored by Thomas's avatar Thomas
Browse files

Release 3.5.1

parent cebddab6
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 417
        versionName "3.5.0"
        versionCode 418
        versionName "3.5.1"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.5.1",
    "code": "418",
    "note": "Added:\n- Change app icon (Settings > Interface)\n- Allow to disable \"remember position\" in timelines\n- Allow to disable notification aggregation in settings\n\nChanged:\n- Allow to disable/enable media for notifications\n\nFixed:\n- Post loses \"spoiler message\" when adding a media\n- Camera not working on Android 11\n- Notification aggregation\n- Vibrations when fetching new notifications\n- Fix an issue with media timelines\n- Some crashes"
  },
  {
    "version": "3.5.0",
    "code": "417",
+15 −0
Original line number Diff line number Diff line
Added:
- Change app icon (Settings > Interface)
- Allow to disable "remember position" in timelines
- Allow to disable notification aggregation in settings

Changed:
- Allow to disable/enable media for notifications

Fixed:
- Post loses "spoiler message" when adding a media
- Camera not working on Android 11
- Notification aggregation
- Vibrations when fetching new notifications
- Fix an issue with media timelines
- Some crashes
 No newline at end of file