summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-20 18:11:04 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-20 18:11:04 +0100
commit9b45f57f87ccbcfb136ceb2be17b11d5c93e8037 (patch)
tree21fef0978509d4d73f9f297aaa6dccb7a33e0fe3
parente3c288fcac1ba51e2c17021957161d8b2d9dae6d (diff)
Release 3.7.43.7.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/431.txt14
3 files changed, 21 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7281c3ef8..0b28e4e70 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
- versionCode 430
- versionName "3.7.3"
+ versionCode 431
+ versionName "3.7.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 fb0f1edb7..9d9f8e1f7 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.4",
+ "code": "431",
+ "note": "Added:\n- Full support to new filters for Mastodon 4\n- Visit profiles without being authenticated / Allow to display all their messages\n\nChanged:\n- Compose view takes the whole width even in threads\n- Accounts can be timed-mute from their profile\n\nFixed:\n- Draft stored when replying \"no\" or dialog prompted without changes\n- Empty pages when starting the app\n- Saving and sharing media fails on some devices\n- Add support for admin notifications\n- Copying content of a message"
+ },
+ {
"version": "3.7.3",
"code": "430",
"note": "Added:\n- Visit profiles without being authenticated / Allow to display all their messages\n\nFixed:\n- Saving media fails on some devices"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/431.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/431.txt
new file mode 100644
index 000000000..2b47c8e79
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/431.txt
@@ -0,0 +1,14 @@
+Added:
+- Full support to new filters for Mastodon 4
+- Visit profiles without being authenticated / Allow to display all their messages
+
+Changed:
+- Compose view takes the whole width even in threads
+- Accounts can be timed-mute from their profile
+
+Fixed:
+- Draft stored when replying "no" or dialog prompted without changes
+- Empty pages when starting the app
+- Saving and sharing media fails on some devices
+- Add support for admin notifications
+- Copying content of a message \ No newline at end of file