summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-08-26 18:18:45 +0200
committerThomas <tschneider.ac@gmail.com>2023-08-26 18:18:45 +0200
commitce92f23c50abccaf9f32ddb1e57aacae9de618ea (patch)
tree96c2946a8e23a6f5c44a49106d51dee06fa26551
parent1bc12d3202fcdae792c514bd0ebfbb65e5a36e5e (diff)
Release 3.24.13.24.1
-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/500.txt14
3 files changed, 21 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index dd5a2fd13..b7426267e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
- versionCode 499
- versionName "3.24.0"
+ versionCode 500
+ versionName "3.24.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 1f873e4b0..6ad2c2a32 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.24.1",
+ "code": "500",
+ "note": "Added:\n- Three new app icons (Pride, Pink and Pirate)\n- Keep position with remote conversations\n\nFixed:\n- Markdown: stop parsing tags and support strike text\n- Cursor more visible when composing\n- Fix custom instance max char length not working\n- Tabs in profiles\n- Fix not clickable tags for some languages\n- Bug with account having huge amount of followers\n- Crash with several gif in same message\n- Poll max chars\n- Some crashes"
+ },
+ {
"version": "3.24.0",
"code": "499",
"note": "Added:\n- Markdown support (can be disabled in Settings > Timelines)\n- Hide / Show Self boosts, self replies and your own messages (Long press the Home tab)\n\nChanged:\n- Full screen size when writing media descriptions.\n- Move media descriptions to the top\n\nFixed:\n- Holes in timelines due to a cache bug\n- Spoiler issue when composing threads\n- CamelCase tags when forwarding them in replies\n- Buttons hidden by keyboard when composing\n- Overlay with menu and buttons when playing videos\n- Clicks on card do not open Mastodon posts inside the app\n- Scrollable bio when editing profiles\n- Crash when adding a user into a list\n- Longer fields when editing bio\n- Crash with Pixelfed\n"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/500.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/500.txt
new file mode 100644
index 000000000..c7bb5807e
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/500.txt
@@ -0,0 +1,14 @@
+Added:
+- Three new app icons (Pride, Pink and Pirate)
+- Keep position with remote conversations
+
+Fixed:
+- Markdown: stop parsing tags and support strike text
+- Cursor more visible when composing
+- Fix custom instance max char length not working
+- Tabs in profiles
+- Fix not clickable tags for some languages
+- Bug with account having huge amount of followers
+- Crash with several gif in same message
+- Poll max chars
+- Some crashes \ No newline at end of file