Commit d2833405 authored by Thomas's avatar Thomas
Browse files

Release 3.7.1

parent aa768127
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 427
        versionName "3.7.0"
        versionCode 428
        versionName "3.7.1"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.7.1",
    "code": "428",
    "note": "Added:\n- Support to open links containing /@display_name/ in their path (works on older devices)\n- Display reply count when counters are enabled\n- Add support for filtering profile messages\n\nChanged:\n- Compose view takes the whole width even in threads\n- Reset push notification marker when clearing cache\n\nFixed:\n- Draft stored when replying \"no\" or dialog prompted without changes\n- Filters not working with tags\n- Add a specific error message for followed tags\n- Empty pages when starting the app"
  },
  {
    "version": "3.7.0",
    "code": "427",
+14 −0
Original line number Diff line number Diff line
Added:
- Support to open links containing /@display_name/ in their path (works on older devices)
- Display reply count when counters are enabled
- Add support for filtering profile messages

Changed:
- Compose view takes the whole width even in threads
- Reset push notification marker when clearing cache

Fixed:
- Draft stored when replying "no" or dialog prompted without changes
- Filters not working with tags
- Add a specific error message for followed tags
- Empty pages when starting the app
 No newline at end of file