summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-03-14 18:20:20 +0100
committerThomas <tschneider.ac@gmail.com>2023-03-14 18:20:20 +0100
commit4dfc9b9f68baa705a576cf47caa6b3444e85835f (patch)
treea810a1f87a6cc90a5ac160d1914a862a254e99b0
parent20c797520ec814ad0a2958130a5f63740cbe8b88 (diff)
Release 3.20.3
-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 d3456ce1f..7a40f5574 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
- versionCode 485
- versionName "3.20.2"
+ versionCode 486
+ versionName "3.20.3"
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 675dbd45a..7bd7c1082 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.20.3",
+ "code": "486",
+ "note": "Added:\n- Display all following/followers lists from remote profiles\n- Display all accounts that boosted/fav from a remote message\n\nFixed:\n- Fix a crash with auto-fetch messages"
+ },
+ {
"version": "3.20.2",
"code": "485",
"note": "Added:\n- Visual indicator when fetching missing messages\n- Open media description when it is missing from the warning dialog\n\nChanged:\n- Maths formula aligned to the left\n- Faster access to delete all notifications\n\nFixed:\n- Fix an issue with Nitter and some URLs\n- Fix refresh issue with notifications\n- Fix an issue when entering a Peertube instance\n- Fix jumps with Akkoma/Pleroma when media preview size is not set\n- Some crashes"