Commit 9b45f57f authored by Thomas's avatar Thomas
Browse files

Release 3.7.4

parent e3c288fc
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 430
        versionName "3.7.3"
        versionCode 431
        versionName "3.7.4"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.7.4",
    "code": "431",
    "note": "Added:\n- Full support to new filters for Mastodon 4\n- Visit profiles without being authenticated / Allow to display all their messages\n\nChanged:\n- Compose view takes the whole width even in threads\n- Accounts can be timed-mute from their profile\n\nFixed:\n- Draft stored when replying \"no\" or dialog prompted without changes\n- Empty pages when starting the app\n- Saving and sharing media fails on some devices\n- Add support for admin notifications\n- Copying content of a message"
  },
  {
    "version": "3.7.3",
    "code": "430",
+14 −0
Original line number Diff line number Diff line
Added:
- Full support to new filters for Mastodon 4
- Visit profiles without being authenticated / Allow to display all their messages

Changed:
- Compose view takes the whole width even in threads
- Accounts can be timed-mute from their profile

Fixed:
- Draft stored when replying "no" or dialog prompted without changes
- Empty pages when starting the app
- Saving and sharing media fails on some devices
- Add support for admin notifications
- Copying content of a message
 No newline at end of file