From b9eca58ccb409ba3c84746d09ab67907507a0701 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 26 Dec 2022 18:13:50 +0100 Subject: [PATCH] Release 3.13.0 --- app/build.gradle | 4 +-- app/src/main/assets/release_notes/notes.json | 5 +++ .../metadata/android/en/changelogs/454.txt | 33 +++++++++++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 src/fdroid/fastlane/metadata/android/en/changelogs/454.txt diff --git a/app/build.gradle b/app/build.gradle index 892069ab5..ccc80bdbc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 33 - versionCode 453 - versionName "3.12.3" + versionCode 454 + versionName "3.13.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 7ab7125af..c44d304a9 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.13.0", + "code": "454", + "note": "Added:\n- Post random quotes\n- Group reblogs in home timeline\n- Rename Nitter timelines\n- Android 13 support\n- Pagination with search / trending\n- Allow to remove left margin in messages (default: disabled)\n\nChanged:\n- Display translate button only when language is different\n- Respect blank spaces between words in messages\n- Focus button more accessible when editing media\n- Visual feedback for block on account list\n- Visual changes with compose / top bar\n- Use custom Nitter timeline name in manage timelines\n\nFixed:\n- Behavior with cw toggle\n- Truncated gimini links\n- Nav buttons not visible with media (Light theme)\n- Status bar with Android 5\n- Fix links not clickable\n- Fix deep links\n- Fix remote threads not fetched for some instances\n- Adding description to shared media\n- Open with another accounts\n- Chars size not respected for Android 5-6\n- Wrong instance fetched for instances.social\n- Bouncing Timeline on refresh\n- Links to mentions, tags, urls, not visible.\n- Custom channel sounds not applied\n- users with short username are not linked\n- Fix crashes" + }, { "version": "3.12.3", "code": "453", diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/454.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/454.txt new file mode 100644 index 000000000..612aac3b4 --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/454.txt @@ -0,0 +1,33 @@ +Added: +- Post random quotes +- Group reblogs in home timeline +- Rename Nitter timelines +- Android 13 support +- Pagination with search / trending +- Allow to remove left margin in messages (default: disabled) + +Changed: +- Display translate button only when language is different +- Respect blank spaces between words in messages +- Focus button more accessible when editing media +- Visual feedback for block on account list +- Visual changes with compose / top bar +- Use custom Nitter timeline name in manage timelines + +Fixed: +- Behavior with cw toggle +- Truncated gimini links +- Nav buttons not visible with media (Light theme) +- Status bar with Android 5 +- Fix links not clickable +- Fix deep links +- Fix remote threads not fetched for some instances +- Adding description to shared media +- Open with another accounts +- Chars size not respected for Android 5-6 +- Wrong instance fetched for instances.social +- Bouncing Timeline on refresh +- Links to mentions, tags, urls, not visible. +- Custom channel sounds not applied +- users with short username are not linked +- Fix crashes \ No newline at end of file