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.
Post tags
On lemmy v1 and Piefed Voyager now supports post tags! Currently you can't filter, but that will be coming.
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!
🚀 Features
- feat: experimental lemmy v1 support via v3 api
- PR: #2266
- feat: lemmy 1.0 beta support
- PR: #2269
- feat: lemmy v1 + piefed post tags
- PR: #2270
- feat: unread comments badge and bg
- PR: #2271
- feat: opt-in rich markdown editor
- PR: #2275
- feat: auto-continue markdown lists on Enter in both editors
- PR: #2278
- feat: image/markdown paste + drag-drop in the rich editor (shared with textarea)
- PR: #2279
- feat: opt-in new comments highlightifier setting
- PR: #2280
- feat: new comments dot on feed comment icon
- PR: #2281
🐛 Fixes
- fix: disable downvote swipe when instance downvotes disabled
- PR: #2262
- fix: grey new comments label in post header
- PR: #2272
- fix: render lemmy v1 subscribed notifications
- PR: #2274
- fix: insert link input losing focus on alert present
- PR: #2282