summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-12-19 17:31:59 +0100
committerThomas <tschneider.ac@gmail.com>2023-12-19 17:31:59 +0100
commit1387a6f2a9f91ab0f37aa8b52fbb3e0591129329 (patch)
treeb04da8b3945ec336d0fbf1c94743abebe3f74353
parent5aae22483fc3e34ba7cf4807d4cf8514f4bee031 (diff)
Release 3.25.2 - beta
-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/503.txt14
3 files changed, 21 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 056bf91a7..bc25e6115 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
- versionCode 502
- versionName "3.25.1"
+ versionCode 503
+ versionName "3.25.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 d3b8f272b..bdd4531f2 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.25.2",
+ "code": "503",
+ "note": "Added:\n- Allow to underline clickable elements (Settings > Timelines - default: disabled)\n- Allow to disable relative date in messages\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- Fix a crash when composing\n- Fix an issue with the back button\n- Display issue with followed tags"
+ },
+ {
"version": "3.25.1",
"code": "502",
"note": "Fix a crash from release 3.25.0"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/503.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/503.txt
new file mode 100644
index 000000000..5e9bc5459
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/503.txt
@@ -0,0 +1,14 @@
+Added:
+- Allow to underline clickable elements (Settings > Timelines - default: disabled)
+- Allow to disable relative date in messages
+
+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:
+- Fix a crash when composing
+- Fix an issue with the back button
+- Display issue with followed tags \ No newline at end of file