summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-03-24 17:26:23 +0100
committerThomas <tschneider.ac@gmail.com>2023-03-24 17:26:23 +0100
commita013c160b7b179a75302b67f5af61f5c63987f3a (patch)
tree09d0e969ca2df73a640722ce6955bdde059e383a
parent1513f4b66725690d93c2c21982c11bafdb2d3edb (diff)
Release 3.21.23.21.2
-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/489.txt2
3 files changed, 9 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 45941a496..37c31f3e4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
- versionCode 488
- versionName "3.21.1"
+ versionCode 489
+ versionName "3.21.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 f22b06c9f..dc6d3f74d 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.21.2",
+ "code": "489",
+ "note": "Added:\n- Android 12+ : Customize accent colors for light/dark theme and per account (Settings > Theming > Custom accent color)\n"
+ },
+ {
"version": "3.21.1",
"code": "488",
"note": "Added:\n- Filter messages in profiles (hide/show boosts or replies) via a long press on the tab\n\nChanged:\n- Some layout improvements for Peertube\n- Better management of resolution with Peertube\n- Improve instance picker for Peertube\n\nFixed:\n- URL in upper cases\n- Issues with Peertube player\n- False positive error when listening to audio\n- GIF does not honor nsfw\n- Polls having html\n- Fix crashes when scrolling timeline with animated gif"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/489.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/489.txt
new file mode 100644
index 000000000..1ab74e177
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/489.txt
@@ -0,0 +1,2 @@
+Added:
+- Android 12+ : Customize accent colors for light/dark theme and per account (Settings > Theming > Custom accent color)