Europe Pub is now on Lemmy v0.19.12
Europe Pub is now on Lemmy v0.19.12
join-lemmy.org
2025-06-13 - Lemmy Release 0.19.12
This release includes various minor improvements and bug fixes.
Backend
- Fix Peertube federation by @flamingos-cant in #5652
- Show NSFW content by default if content_warning exists by @xaegit in #5655
- Register users in a transaction by @Nothing4You in #5608
- Fix email notifications for denied applications by @Nutomic in #5641
- Dont run scheduled tasks at startup by @Nutomic in #5732
- Only use HTTP/1 for federation by @flamingos-cant in #5744
- Update user count from local_user table instead of person table, and only count users with accepted application by @dullbananas in #5495
- Decrement fail_count instead of reset to 0 by @Nutomic in #5737
- Fix opentelemetry by @MrKaplan-lw in #5702
- Fix post listing in nsfw communities by @Nutomic in #5698
- Add missing post_read / hide / saved post_id indexes by @dessalines in #5689
- Improve media deletion logic by @Nothing4You in #5677
- Include published in VoteView order by for more consistent pagination by @MrKaplan-lw in #5676
- Mark posts in NSFW communities as NSFW by @Nothing4You in #5646
- Use version from git to indicate unreleased changes by @MrKaplan-lw in #5622
Frontend
- Add Rblind theme by @travis-jeans in #3159
- Remove browser cache by @SleeplessOne1917 in #3150
- Show registration denial reason on login by @dessalines in #3175
- Always escape HTML attributes in emoji autocomplete and custom emoji markdown renderer by @Nothing4You in #3169
- Fix missing user badge for deleted users by @MrKaplan-lw in #3162
- Add hungarian language by @dessalines in #3158
- Fixing cache-control header. by @dessalines in #3148
- Disable blur for NSFW images by default if content_warning exists by @xaegit in #3128
- Add Vary: Cookie Header (fixes #3117) by @xaegit in #3119
- Use alert-info for donation dialog by @dessalines in #3115
- Optimize Dockerfile by @Nothing4You in #3090
- Add support for using Lemmy UI with an external Lemmy instance by @SolninjaA in #3041
- Only show View registration button to admins on profiles of local users by @Nothing4You in #3072