summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-15 18:27:17 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-15 18:27:17 +0100
commit7dc9248543cc5012d8ca7ab2089d8d4dd7495e2b (patch)
tree4699950ac997c7097f599778ca34d4b8e73424bc
parentac4a2dccfdb6f51dc4391aeff81b752392b0f538 (diff)
Release 3.7.03.7.0
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/release_notes/notes.json5
2 files changed, 7 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index dabc5827f..5655735f7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
- versionCode 426
- versionName "3.6.5"
+ versionCode 427
+ versionName "3.7.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 a8a193427..88dfe3390 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.7.0",
+ "code": "427",
+ "note": "Added:\n- Follow tags (dedicated entry in menu)\n- Reduce the list of languages when composing (Settings > Compose)\n- Language indicator when composing\n- Replies are automatically set to first message language\n- Two new Light themes\n- More moderation features\n- List name can be edited\n\nFixed:\n- Filter not working\n- Crash with trends\n- Issue with themes\n- Some content lost when sending messages (mentions)\n- Fix freezes in timelines\n- Some other fixes"
+ },
+ {
"version": "3.6.5",
"code": "426",
"note": "- Two new Light themes\n- More moderation features\n\nFixed:\n- Filter not working\n- Crash with trends\n- Some content lost when sending messages (mentions)\n- Some other fixes"