Skip to content

2.47.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 23:54
· 15 commits to main since this release
Immutable release. Only release title and notes can be modified.
2.47.0
914bccf

Lots of new stuff! Try it out and enjoy!

Rich text editor

Off by default (Turn it on in General Settings -> Other). Will be turned on by default soon if nobody has any issues. Basically markdown content will receive formatting live as you type! The only limitation (due to browser APIs) is undo on ios doesn't work.

Screen Shot 2026-06-11 at 19 01 58

Post tags

On lemmy v1 and Piefed Voyager now supports post tags! Currently you can't filter, but that will be coming.

Screen Shot 2026-06-11 at 18 40 42

New comments highlightifier

This feature works best on lemmy v1, actively highlighting new comments. Only lemmy v0 it only shows you "X new comments" - but doesn't have the data to tell you what comments are new. On piefed this feature is not yet supported!

Screen Shot 2026-06-11 at 18 13 36 Screenshot_2026-06-11_18-13-16

🚀 Features

  • feat: experimental lemmy v1 support via v3 api
  • feat: lemmy 1.0 beta support
  • feat: lemmy v1 + piefed post tags
  • feat: unread comments badge and bg
  • feat: opt-in rich markdown editor
  • feat: auto-continue markdown lists on Enter in both editors
  • feat: image/markdown paste + drag-drop in the rich editor (shared with textarea)
  • feat: opt-in new comments highlightifier setting
  • feat: new comments dot on feed comment icon

🐛 Fixes

  • fix: disable downvote swipe when instance downvotes disabled
  • fix: grey new comments label in post header
  • fix: render lemmy v1 subscribed notifications
  • fix: insert link input losing focus on alert present

📝 Other Changes

  • chore: upgrade dependencies
  • chore: upgrade dependencies
  • chore: drop obsolete react/experimental types reference
  • ci: enable e2e