Commit 26760c8e authored by Thomas's avatar Thomas
Browse files

Release 3.22.2

parent 49c5f864
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+5 −0
Original line number Diff line number Diff line
[
  {
    "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",
+12 −0
Original line number Diff line number Diff line
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