Commit b5d7ce2d authored by Thomas's avatar Thomas
Browse files

Prepare release 3.26.0 - Production

parent bc0d25c8
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 504
        versionName "3.25.3"
        versionCode 505
        versionName "3.26.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.26.0",
    "code": "505",
    "note": "Added:\n- Android 14 support\n- Automatically split long messages in threads (default: ASK)\n- Links and media are clickable when composing\n- Allow to underline clickable elements (Settings > Timelines - default: disabled)\n- Allow to disable relative date in messages\n- Add a scroll bar for timelines (default: disabled)\n- Add a search bar for custom emojis\n\nChanged:\n- Counters close to action buttons\n- Hide emoji picker if the instance has no emoji\n- Followed tags are ordered\n- Account picker when opening with another account\n\nFixed:\n- Avoid error 429 with NTFY\n- Fix a crash when composing\n- Display issue with followed tags\n- Crashes with profiles\n- Fix an issue with poll and Pleroma\n- Emoji not displayed in the picker\n- Several crashes are fixed"
  },
  {
    "version": "3.25.3",
    "code": "504",
+23 −0
Original line number Diff line number Diff line
Added:
- Android 14 support
- Automatically split long messages in threads (default: ASK)
- Links and media are clickable when composing
- Allow to underline clickable elements (Settings > Timelines - default: disabled)
- Allow to disable relative date in messages
- Add a scroll bar for timelines (default: disabled)
- Add a search bar for custom emojis

Changed:
- Counters close to action buttons
- Hide emoji picker if the instance has no emoji
- Followed tags are ordered
- Account picker when opening with another account

Fixed:
- Avoid error 429 with NTFY
- Fix a crash when composing
- Display issue with followed tags
- Crashes with profiles
- Fix an issue with poll and Pleroma
- Emoji not displayed in the picker
- Several crashes are fixed
 No newline at end of file