- cross-posted to:
- [email protected]
- fediverse
- cross-posted to:
- [email protected]
- fediverse
Lemmy v0.19.9 Release
What is Lemmy?
Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
Changes
This version fixes a potential security problem, by preventing Lemmy from accessing localhost URLs. There is also a fix for a crash during markdown parsing. Lemmy now uses mimalloc instead of the system allocator (usually glibc), which should improve performance and prevent unlimited memory growth over time.
Lemmy
- Error handling for thumbnail generation
- Use mimalloc as memory allocator
- Additional security checks for URLs (details) . Security Advisory
- Fix crash while rewriting markdown
- Fix peertube federation
- Append attachments to comments (@flamingo-cant-draw)
- Enable site languages for new user
Lemmy-UI
- Enforce required validation on signup answers (@anhcuky)
- copy thumbnail URL during crossposting (@anhcuky)
- Adding a bottom-margin to spoiler details tag.
- Fixing login password limits.
- Adding zh-CN as default for zh lang.
- Updated translations
Upgrade instructions
There are no breaking changes with this release.
Follow the upgrade instructions for ansible or docker.
If you need help with the upgrade, you can ask in our support forum or on the Matrix Chat.
Thanks to everyone
We’d like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We’re glad many people find it useful and enjoyable enough to contribute.
Support development
We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from NLnet foundation, as well as donations from individual users.
If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider donating to support its development. A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive, and helps us grow our little developer co-op to support more full-time developers.
- Liberapay (preferred option)
- Open Collective
- Patreon
- Cryptocurrency
Amazing that we are already up to 0.19.9 and on the verge of version 1.0.
The project has come a long way since 0.17.4, when I first joined. Sometimes it felt like it was taking a long time but looking back it seems like it went so fast. Thank you so much to all contributors, especially Dessalines and Nutomic.
There is still much more to be done, but I also think it’s good to reflect on how far we have come.
Very nice to see the fix for the spoiler bottom margin, I have been inserting line breaks after spoilers to alleviate that issue for quite some time.
I’ve used
(it’s just a bunch of hyphens that gets rendered as a line) and that works well
Yes that’s what I meant by inserting a line break. Btw you only need three hyphens.
I’ve become pretty adept with lemmy markdown, it’s extremely useful for formatting
I’ve started taking notes in markdown.
Lol nice, thanks for the link.
I’ve started dreaming in markdown 😅