summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-08 18:10:53 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-08 18:10:53 +0100
commite93f194bb53866d970f7281eac19e82ddeb2cc4e (patch)
treec9853b312fbbefb6e11e341f4d793c39acd42782
parent86e371b4f5f5c19b99345a8433999d094cd58e73 (diff)
Release 3.6.13.6.1
-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/422.txt13
3 files changed, 20 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b2da1ba2c..116b4fec8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
- versionCode 421
- versionName "3.6.0"
+ versionCode 422
+ versionName "3.6.1"
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 a82fa8893..f405877ca 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.1",
+ "code": "422",
+ "note": "Added:\n- Display client in detailed messages\n- Visual support for quotes starting with \">\"\n- Increase indentations for threads (zero to 20, default 5)\n- Visibility for public replies set to unlisted (can be disabled)\n\nChanged:\n- Reduce title size when text size is increased\n\nFixed:\n- Filters are not applied\n- Blocking an account doesn't remove messages in cache\n- Fix some crashes"
+ },
+ {
"version": "3.6.0",
"code": "421",
"note": "Added:\n- Edit messages (if your instance supports that feature)\n- Pin/Unpin messages\n- Set the default language for translations\n- Change app icon (Settings > Interface)\n- Allow to disable \"remember position\" in timelines\n- Allow to disable notification aggregation in settings\n- Icon on media previews if a description is available\n\nChanged:\n- Allow to disable/enable media for notifications\n\nFixed:\n- Post loses \"spoiler message\" when adding a media\n- Camera not working on Android 11\n- Notification aggregation\n- Vibrations when fetching new notifications\n- Fix an issue with media timelines\n- Fix some theme issues\n- Fix an issue with built-in browser & openId\n- Bad behaviours with Art Timelines\n- Some crashes"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/422.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/422.txt
new file mode 100644
index 000000000..06fab2626
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/422.txt
@@ -0,0 +1,13 @@
+Added:
+- Display client in detailed messages
+- Visual support for quotes starting with ">"
+- Increase indentations for threads (zero to 20, default 5)
+- Visibility for public replies set to unlisted (can be disabled)
+
+Changed:
+- Reduce title size when text size is increased
+
+Fixed:
+- Filters are not applied
+- Blocking an account doesn't remove messages in cache
+- Fix some crashes \ No newline at end of file