summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-12-23 10:40:54 +0100
committerThomas <tschneider.ac@gmail.com>2023-12-23 10:40:54 +0100
commitb5d7ce2de0a7ca5f06bdf55ab3f4e235af692cec (patch)
tree1fb663a1d5d3eb4f0514f0a8d1ff3be951726268
parentbc0d25c826087d16756d3e697af4c5c5ee08277a (diff)
Prepare release 3.26.0 - Production
-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/505.txt23
3 files changed, 30 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b8aba05a5..fb85bb8b1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
- versionCode 504
- versionName "3.25.3"
+ versionCode 505
+ versionName "3.26.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 1c00accb3..acdb1c234 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.26.0",
+ "code": "505",
+ "note": "Added:\n- Android 14 support\n- Automatically split long messages in threads (default: ASK)\n- Links and media are clickable when composing\n- Allow to underline clickable elements (Settings > Timelines - default: disabled)\n- Allow to disable relative date in messages\n- Add a scroll bar for timelines (default: disabled)\n- Add a search bar for custom emojis\n\nChanged:\n- Counters close to action buttons\n- Hide emoji picker if the instance has no emoji\n- Followed tags are ordered\n- Account picker when opening with another account\n\nFixed:\n- Avoid error 429 with NTFY\n- Fix a crash when composing\n- Display issue with followed tags\n- Crashes with profiles\n- Fix an issue with poll and Pleroma\n- Emoji not displayed in the picker\n- Several crashes are fixed"
+ },
+ {
"version": "3.25.3",
"code": "504",
"note": "Added:\n- Add a scroll bar for timelines (default: disabled)\n- Add a search bar for custom emojis\n\nFixed:\n- Fix prompt to split asked several times when refusing\n- Crashes with profiles\n- Fix an issue with poll and Pleroma\n- Emoji not displayed in the picker"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/505.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/505.txt
new file mode 100644
index 000000000..a0aca508c
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/505.txt
@@ -0,0 +1,23 @@
+Added:
+- Android 14 support
+- Automatically split long messages in threads (default: ASK)
+- Links and media are clickable when composing
+- Allow to underline clickable elements (Settings > Timelines - default: disabled)
+- Allow to disable relative date in messages
+- Add a scroll bar for timelines (default: disabled)
+- Add a search bar for custom emojis
+
+Changed:
+- Counters close to action buttons
+- Hide emoji picker if the instance has no emoji
+- Followed tags are ordered
+- Account picker when opening with another account
+
+Fixed:
+- Avoid error 429 with NTFY
+- Fix a crash when composing
+- Display issue with followed tags
+- Crashes with profiles
+- Fix an issue with poll and Pleroma
+- Emoji not displayed in the picker
+- Several crashes are fixed \ No newline at end of file