Please read this post as it explains some weirdnesses!

Other than Lemmy v0.11.0 support this release added the long awaited post/comment editing and support for all lemmy settings.

Editing
  • To edit a comment press the three dots next to your comment and select edit
  • To edit a post press the three dots next to your post and select edit. Be aware that if you edit a post, you will be redirected to a new page with the updated post, so going back will still show the old data. This is in part because of our design mistakes which can be fixed only if we rewrite bigger parts of our code (which is planned)
Settings

We can split settings into 2 categories:

  • Frontend settings (handled by the client)
  • Backend settings (handled by the server)

We decided to not implement frontend settings on an account basis. This means lemmur will not respect some settings set on your account, rather it will store them locally and will be active for all your accounts. So for example, if you want to turn off ‘show avatars’ then it will be off for all your accounts, you won’t be able to turn it on for one account and then have it off on another one. This is because we decided it would be confusing for users and would result in not-always up to date settings in lemmur. Here is a complete list of frontend settings:

  • Default sort type
  • Default listing type
  • Language
  • Show avatars
  • Show scores

However, you can always import all of those settings from a specific account into lemmur by long pressing the target account in the accounts settings.

As always you can support the development:

Enjoy!

Full changelog

Added

  • Editing posts
  • Editing comments
  • Show avatars setting toggle
  • Show scores setting toggle
  • Default sort type setting
  • Default listing type setting
  • Import Lemmy settings: long press an account in account settings then choose the import option
  • Support lemmy v0.11.0

Fixed

  • Added deduplication in infinite scrolls
  • Fixed bug where creating post would crash after uploading a picture