diff --git a/app/build.gradle b/app/build.gradle index b8aba05a5..fb85bb8b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json index 1c00accb3..acdb1c234 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -1,4 +1,9 @@ [ + { + "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", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/505.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/505.txt new file mode 100644 index 000000000..a0aca508c --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/505.txt @@ -0,0 +1,23 @@ +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