From 238f31e3fc08829acf7fd8c64278aafe58dfbf83 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 14 Mar 2025 17:21:30 +0100 Subject: [PATCH] Release 3.30.1 --- app/build.gradle | 4 ++-- app/src/main/assets/release_notes/notes.json | 5 +++++ .../fastlane/metadata/android/en/changelogs/523.txt | 12 ++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 src/fdroid/fastlane/metadata/android/en/changelogs/523.txt diff --git a/app/build.gradle b/app/build.gradle index c7243480..20f2ecba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 34 - versionCode 522 - versionName "3.30.0" + versionCode 523 + versionName "3.30.1" 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 73a86cd6..95b9427e 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.30.1", + "code": "523", + "note": "Added:\n- Follow Twitter tags\n\nChange:\n- Remove automatic backup (Google only)\n\nFixed:\n- Push notifications not working for some devices\n- Filters not applied to media description\n- Fix a crash with animated images in timelines\n- Fix a crash for long threads\n- Fix a crash due to some messages (happened in different timelines)" + }, { "version": "3.30.0", "code": "522", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/523.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/523.txt new file mode 100644 index 00000000..7cb9beb0 --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/523.txt @@ -0,0 +1,12 @@ +Added: +- Follow Twitter tags + +Change: +- Remove automatic backup (Google only) + +Fixed: +- Push notifications not working for some devices +- Filters not applied to media description +- Fix a crash with animated images in timelines +- Fix a crash for long threads +- Fix a crash due to some messages (happened in different timelines)