Commit 6b2d3670 authored by Thomas's avatar Thomas
Browse files

Release 3.4.0

parent 10f2ac39
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 412
        versionName "3.4-beta-3"
        versionCode 413
        versionName "3.4.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+3 −13
Original line number Diff line number Diff line
[
  {
    "version": "3.4-beta-3",
    "code": "412",
    "note": "- Fix post message with media\n- Fix encoding issue with media descriptions\n- Fix Friendica tag search\n- Fixes when composing\n- Some other small fixes\n"
  },
  {
    "version": "3.4-beta-2",
    "code": "411",
    "note": "- Fix post message with media\n- Set thumbnails load behavior Always/Wifi only /ask\n- Some other small fixes"
  },
  {
    "version": "3.4-beta-1",
    "code": "410",
    "note": "- New cache mechanism\n- Cache can be disabled in settings\n- Add counters for new messages\n- Some fixes."
    "version": "3.4.0",
    "code": "413",
    "note": "Added:\n- New cache mechanism (can be disabled in settings)\n- Set thumbnails load behavior Always/Wifi only /ask\n- Add counters for new messages in timelines\nFixed:\n- Contextual menu not working in threads\n- Tag search issue with Friendica\n- Notifications click open the wrong tab\n- Encoding issue with media descriptions\n- Some other fixes."
  },
  {
    "version": "3.3.2",
+10 −0
Original line number Diff line number Diff line
Added:
- New cache mechanism (can be disabled in settings)
- Set thumbnails load behavior Always/Wifi only /ask
- Add counters for new messages in timelines
Fixed:
- Contextual menu not working in threads
- Tag search issue with Friendica
- Notifications click open the wrong tab
- Encoding issue with media descriptions
- Some other fixes.
 No newline at end of file