summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-26 18:13:50 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-26 18:13:50 +0100
commitb9eca58ccb409ba3c84746d09ab67907507a0701 (patch)
tree30c76b969f9beb2d0fccf2698c91dbae43d4510d
parent48009141dd75329ea6c1a2b11e36da7d4ae50e73 (diff)
Release 3.13.0
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/release_notes/notes.json5
-rw-r--r--src/fdroid/fastlane/metadata/android/en/changelogs/454.txt33
3 files changed, 40 insertions, 2 deletions
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,5 +1,10 @@
[
{
+ "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",
"note": "Added:\n- Pagination with search / trending\n\nFixed:\n- Long press on Nitter tabs\n- Open with another accounts\n- Chars size not respected for Android 5-6\n- Wrong instance fetched for instances.social"
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