diff --git a/app/build.gradle b/app/build.gradle index 51639457..6221385b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 34 - versionCode 535 - versionName "3.34.0-beta-1" + versionCode 536 + versionName "3.34.0-beta-2" 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 9351e668..96a23c68 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -1,8 +1,8 @@ [ { - "version": "3.34.0-beta-1", - "code": "535", - "note": "Added:\n- Quote support for Mastodon\n- Long press on tags: Follow / Mute\n\nChanged:\n- Limit the number of highlighted hashtags at the bottom of messages\n\nFixed:\n- Fix a crash with threads\n- Fix empty Hashtags" + "version": "3.34.0-beta-2", + "code": "536", + "note": "Added:\n- 3-Dots menu for remote conversations (Federation in background)\n- Quote support for Mastodon\n- Long press on tags: Follow / Mute\n\nChanged:\n- Improve accessibility in media activity\n- Improve content descriptions\n- Update languages\n- Update launcher icons, add more monochrome icons\n- Limit the number of highlighted hashtags at the bottom of messages\n\nFixed:\n- Fix text selection stop working when composing\n- Fix a crash with threads\n- Fix empty Hashtags" }, { "version": "3.33.1", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/536.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/536.txt index 5a2461f7..6fa1d9e6 100644 --- a/src/fdroid/fastlane/metadata/android/en/changelogs/536.txt +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/536.txt @@ -1,16 +1,16 @@ Added: +- 3-Dots menu for remote conversations (Federation in background) - Quote support for Mastodon - Long press on tags: Follow / Mute -- 3-Dots menu when remote conversations are enabled Changed: -- Limit the number of highlighted hashtags at the bottom of messages - Improve accessibility in media activity - Improve content descriptions - Update languages - Update launcher icons, add more monochrome icons +- Limit the number of highlighted hashtags at the bottom of messages Fixed: +- Fix text selection stop working when composing - Fix a crash with threads -- Fix empty Hashtags -- Fix text selection stop working when composing \ No newline at end of file +- Fix empty Hashtags \ No newline at end of file