Commit 886b74c1 authored by Thomas's avatar Thomas
Browse files

Release 3.27.0

parent 246bc7e5
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 509
        versionName "3.27-beta-4"
        versionCode 510
        versionName "3.27.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+3 −18
Original line number Diff line number Diff line
[
  {
    "version": "3.27-beta-4",
    "code": "509",
    "note": "Added:\n- Fixed top bar (default: disabled)\n- Usage frequency of tags when composing\n\nFixed:\n- Some crashes"
  },
  {
    "version": "3.27-beta-3",
    "code": "508",
    "note": "- Fix remember position"
  },
  {
    "version": "3.27-beta-2",
    "code": "507",
    "note": "- Compose issue\n- This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid."
  },
  {
    "version": "3.27-beta-1",
    "code": "506",
    "note": "This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid."
    "version": "3.27.0",
    "code": "510",
    "note": "Added:\n- Fixed top bar (default: disabled)\n- Usage frequency of tags when composing\n\nChanged:\n- Markdown support disabled by default\n\nFixed:\n- Fix crashes during interactions or when opening a new screen\n- Fix color of dialogs in Settings\n- Some minor crashes"
  },
  {
    "version": "3.26.0",
+11 −0
Original line number Diff line number Diff line
Added:
- Fixed top bar (default: disabled)
- Usage frequency of tags when composing

Changed:
- Markdown support disabled by default

Fixed:
- Fix crashes during interactions or when opening a new screen
- Fix color of dialogs in Settings
- Some minor crashes