summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2024-03-21 17:57:29 +0100
committerThomas <tschneider.ac@gmail.com>2024-03-21 17:57:29 +0100
commitb9b381a780ea223a08f4246d3c02995e0f323bae (patch)
tree38fa51c0fe0cbd15088359bb519df2f397a2cfbe /app
parent38b72e7732529ff7215a5b1dddaa69a03845d203 (diff)
Release 3.28.23.28.2main
Diffstat (limited to 'app')
-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 14b6b69e2..f27e6369e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
- versionCode 514
- versionName "3.28.1"
+ versionCode 515
+ versionName "3.28.2"
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 ac2d9c527..84d94c6f1 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.28.2",
+ "code": "515",
+ "note": "Added:\n- Display a QR code on profiles\n\nFixed:\n- Fix tap on messages in conversations\n- Pronouns taking too much place"
+ },
+ {
"version": "3.28.1",
"code": "514",
"note": "Added:\n- Allow to disable pronouns support (default: enabled)\n- Add more support for pronouns (localization in different languages)\n\nFixed:\n- Fix a crash when reporting messages\n- Fix a crash when following tags\n- Fix some display issues\n- Several fixes from the last release (3.28.0)"