Commit 401eb4f1 authored by Thomas's avatar Thomas
Browse files

Release 3.8.0

parent f029f785
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ android {
    defaultConfig {
        minSdk 21
        targetSdk 31
        versionCode 432
        versionName "3.7.5"
        versionCode 433
        versionName "3.8.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.8.0",
    "code": "433",
    "note": "Added:\n- List of blocked domains (allow to unblock)\n- Support gemini links\n- Suggested followers\n- Mod/Adm: Manage instance blocked domains\n- Open messages with another account\n- Allow to disable notifications for admins\n- Sort lists\n\nChanged:\n- Allow search term to be edited\n\nFixed:\n- Drafts deleted with no warning\n- Remove lists from \"Manage timelines\"\n- App crashes when proxy is set\n- Filter not synced after being edited\n- Some crashes / improvements"
  },
  {
    "version": "3.7.5",
    "code": "432",
+18 −0
Original line number Diff line number Diff line
Added:
- List of blocked domains (allow to unblock)
- Support gemini links
- Suggested followers
- Mod/Adm: Manage instance blocked domains
- Open messages with another account
- Allow to disable notifications for admins
- Sort lists

Changed:
- Allow search term to be edited

Fixed:
- Drafts deleted with no warning
- Remove lists from "Manage timelines"
- App crashes when proxy is set
- Filter not synced after being edited
- Some crashes / improvements
 No newline at end of file