summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-07-14 18:25:19 +0200
committerThomas <tschneider.ac@gmail.com>2023-07-14 18:25:19 +0200
commit26760c8e15d067ff86b94f70f0ca1c828d9d5f94 (patch)
tree6df9dcf1d44ccc17f90c08c1829037803dc8733c
parent49c5f864a718e0e64319e9d0795586adf6ec87f6 (diff)
Release 3.22.23.22.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/492.txt12
3 files changed, 19 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index faf618673..517a17d99 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
- versionCode 491
- versionName "3.22.1"
+ versionCode 492
+ versionName "3.22.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 c6e74e1d3..925f6c94b 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.22.2",
+ "code": "492",
+ "note": "Added:\n- Follow Lemmy instances (from Manage Timelines)\n- View remote conversations (default: disabled - Settings > Interface)\n\nFixed:\n- Add 50 chars max for poll options\n- Too many requests\n- Blank Home page\n- Crashes when visiting profiles\n- Some audio files cannot be uploaded\n- Multiple notifications\n- Fix some other crashes"
+ },
+ {
"version": "3.22.1",
"code": "491",
"note": "Added:\n- Follow Lemmy instance (from Manage Timelines)\nFixed:\n- Add 50 chars max for poll options"
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/492.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/492.txt
new file mode 100644
index 000000000..e7950cb2c
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/492.txt
@@ -0,0 +1,12 @@
+Added:
+- Follow Lemmy instances (from Manage Timelines)
+- View remote conversations (default: disabled - Settings > Interface)
+
+Fixed:
+- Add 50 chars max for poll options
+- Too many requests
+- Blank Home page
+- Crashes when visiting profiles
+- Some audio files cannot be uploaded
+- Multiple notifications
+- Fix some other crashes \ No newline at end of file