Release 3.22.2

This commit is contained in:
Thomas 2023-07-14 18:25:19 +02:00
parent 49c5f864a7
commit 26760c8e15
3 changed files with 19 additions and 2 deletions

View File

@ -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"

View File

@ -1,4 +1,9 @@
[
{
"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",

View File

@ -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