Features

  • Added the ability to export comment threads as images
  • Instance blocking is now available on PieFed
  • Updated settings styling

Bug Fixes

  • Hid the option to filter comment search by instance on PieFed (not supported by API)
  • Vote settings in the instance details view now read Yes/No instead of Enabled/Disabled
  • tyler@programming.dev
    link
    fedilink
    English
    arrow-up
    9
    ·
    17 days ago

    Added the ability to export comment threads as images

    Holy shit yes!! I missed this so much from apollo!!

  • wjs018@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    17 days ago

    option to filter comment search by instance

    Does this mean to search only for comments from users of a specific instance? Or does it mean comments made in communities local to a specific instance? I wasn’t even aware this was in lemmy’s api.

    • Sjmarf@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      17 days ago

      We require searching by comment to support listing_type=Local in order to support instance filtering (this PieFed issue). I see you’ve just added support for that, so we’ll re-enable the feature for the upcoming PieFed version release. Thanks :)

      Mlem implements filtering by instance by sending a request with listing_type=Local to whichever instance you filter by. This shows comments made in communities on that instance. The Lemmy API does not have a way to filter by a specific non-local instance.