Release 3.22.2

pull/906/head 3.22.2
Thomas 1 year ago
parent 49c5f864a7
commit 26760c8e15

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 33 targetSdk 33
versionCode 491 versionCode 492
versionName "3.22.1" versionName "3.22.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

@ -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", "version": "3.22.1",
"code": "491", "code": "491",

@ -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
Loading…
Cancel
Save