From 5f977d042286abb3ed8614b2548f2b353801f782 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 12 Dec 2022 18:36:56 +0100 Subject: [PATCH] Release 3.10.2 --- app/build.gradle | 4 ++-- app/src/main/assets/release_notes/notes.json | 5 +++++ .../fastlane/metadata/android/en/changelogs/445.txt | 11 +++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 src/fdroid/fastlane/metadata/android/en/changelogs/445.txt diff --git a/app/build.gradle b/app/build.gradle index 36b33efe6..7e631fb51 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 32 - versionCode 444 - versionName "3.10.1" + versionCode 445 + versionName "3.10.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 f50109d66..019033347 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.10.2", + "code": "445", + "note": "Added:\n- Allow to unmute/unfollow/unpin a tag from tag timelines\n- Automatically add the tag when composing from a tag timeline\n- Add a translate button at the bottom of messages (default: disabled)\n- Add account role in profiles\n\nFixed:\n- Contact not working when composing\n- Status bar for black theme\n- Message duplicated in conversations when edited\n- Color issue on Android 5" + }, { "version": "3.10.1", "code": "444", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/445.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/445.txt new file mode 100644 index 000000000..149301895 --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/445.txt @@ -0,0 +1,11 @@ +Added: +- Allow to unmute/unfollow/unpin a tag from tag timelines +- Automatically add the tag when composing from a tag timeline +- Add a translate button at the bottom of messages (default: disabled) +- Add account role in profiles + +Fixed: +- Contact not working when composing +- Status bar for black theme +- Message duplicated in conversations when edited +- Color issue on Android 5 \ No newline at end of file