Release 3.22.2
This commit is contained in:
parent
49c5f864a7
commit
26760c8e15
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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…
Reference in New Issue