summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-11 16:59:16 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-11 16:59:16 +0100
commite9fd84d7eb01f7e9f797d67ab65e73d31ef33e75 (patch)
tree6e14b3e0458f915a2c193d6f231469fea964bf0a
parent1da9fc96b3de6f754220dbc8d368e3b121a673b9 (diff)
Release 3.6.43.6.4
-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/425.txt9
3 files changed, 16 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1cbbc992b..435d820d2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
- versionCode 424
- versionName "3.6.3"
+ versionCode 425
+ versionName "3.6.4"
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 633185ba7..bc8f05612 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.6.4",
+ "code": "425",
+ "note": "Changed:\n- Tag search ordered by popularity\n\nFixed:\n- Unable to get client ID on some devices\n- Issue with messages/notifications not correctly displayed\n- Notifications not received\n- Friendica: issues with mentions and tags (open browser)\n- Improve sharing behaviour"
+ },
+ {
"version": "3.6.3",
"code": "424",
"note": "Fixed:\n- Issue with messages/notifications not correctly displayed\n- Friendica: issues with mentions and tags (open browser)\n- Improve sharing behaviour\n"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/425.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/425.txt
new file mode 100644
index 000000000..e7dbd9165
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/425.txt
@@ -0,0 +1,9 @@
+Changed:
+- Tag search ordered by popularity
+
+Fixed:
+- Unable to get client ID on some devices
+- Issue with messages/notifications not correctly displayed
+- Notifications not received
+- Friendica: issues with mentions and tags (open browser)
+- Improve sharing behaviour \ No newline at end of file