{"slug": "lemmy-development-update-june-2026-and-1-0-0-beta-1", "title": "Lemmy Development Update June 2026 and 1.0.0-beta.1", "summary": "Lemmy released version 1.0.0-beta.1 with numerous bug fixes and improvements, including federation enhancements, community moderation updates, and UI changes. The development team will continue refining the API and working on lemmy-ui and jerboa in the coming months.", "body_md": "Last month we fixed a lot of the problems that were reported so far during [1.0 Beta Testing](https://join-lemmy.org/news/2026-05-19_-_Open_beta_testing_for_Lemmy_1.0.0). These fixes are released in a new version `1.0.0-beta.1`\n\n. Please continue testing on [voyager.lemmy.ml](http://voyager.lemmy.ml) and reporting problems.\n\nEdit: Note the Lemmy backend version 1.0.0-beta.1 is [still building](https://woodpecker.join-lemmy.org/repos/129/pipeline/20977/1), and will take about 12 hours to complete.\n\nIn the upcoming months, as app devs continue to give feedback on the Lemmy 1.0 API, we’ll be tweaking it as necessary. We’ll also be working on lemmy-ui and jerboa.\n\nYou can follow our development progress with these milestone links:\n\n[https://github.com/LemmyNet/lemmy/milestone/24](https://github.com/LemmyNet/lemmy/milestone/24)[https://github.com/LemmyNet/lemmy-ui/milestone/5](https://github.com/LemmyNet/lemmy-ui/milestone/5)[https://github.com/LemmyNet/jerboa/milestone/1](https://github.com/LemmyNet/jerboa/milestone/1)\n\nHere are all the changes from June:\n\n## Full list of changes by repo\n\n## lemmy\n\n[Handle accept activity with object id (fixes 6595)](https://github.com/LemmyNet/lemmy/pull/6596)by @Nutomic[Adding community moderators to GetPost](https://github.com/LemmyNet/lemmy/pull/6593)by @dessalines[Update activity count of dead communities (fixes #5794)](https://github.com/LemmyNet/lemmy/pull/6589)by @w-k-s[Adds additional attachments to end of post (fixes #6229)](https://github.com/LemmyNet/lemmy/pull/6585)by @w-k-s[Federate warnings (fixes #6326)](https://github.com/LemmyNet/lemmy/pull/6582)by @Nutomic[Fix for private community accept federation (fixes #6576)](https://github.com/LemmyNet/lemmy/pull/6580)by @Nutomic[Remove duplicate schema entry](https://github.com/LemmyNet/lemmy/pull/6579)by @Nutomic[Auto-approve private comm follows for admins/mods](https://github.com/LemmyNet/lemmy/pull/6578)by @Nutomic[Add child_count to modlog, used for bulk_action_parents.](https://github.com/LemmyNet/lemmy/pull/6569)by @dessalines[In nginx config use](https://github.com/LemmyNet/lemmy/pull/6575)by @Nutomic`$remote_addr`\n\n[Include your own private messages when using creator_id filter.](https://github.com/LemmyNet/lemmy/pull/6572)by @dessalines[Feature flag for plugins](https://github.com/LemmyNet/lemmy/pull/6570)by @Nutomic[Splitting out show_media and hide_posts_with_media user settings.](https://github.com/LemmyNet/lemmy/pull/6566)by @dessalines[Use correct Activitypub id for private community follow Accept/Reject (fixes #6561)](https://github.com/LemmyNet/lemmy/pull/6562)by @Nutomic[Adding post filtering by tag.](https://github.com/LemmyNet/lemmy/pull/6567)by @dessalines[Add missing permission checks for private community (fixes #6529)](https://github.com/LemmyNet/lemmy/pull/6559)by @Nutomic[Federate private message reports (fixes #4436)](https://github.com/LemmyNet/lemmy/pull/6557)by @Nutomic[Remove wrong community title check](https://github.com/LemmyNet/lemmy/pull/6558)by @Nutomic[Adding a few lemmy_api_common exports needed for lemmy-rs-client.](https://github.com/LemmyNet/lemmy/pull/6551)by @dessalines[Prevent user enumeration via login endpoint](https://github.com/LemmyNet/lemmy/pull/6531)by @Nutomic[Dont show community mods in pending follows list (fixes #6549)](https://github.com/LemmyNet/lemmy/pull/6556)by @Nutomic[Truncate federation displayname if too long](https://github.com/LemmyNet/lemmy/pull/6544)by @Nutomic[Reduce actor name min length to 2, make community.title optional (fixes #6509)](https://github.com/LemmyNet/lemmy/pull/6548)by @Nutomic\n\n## lemmy-ui\n\n[Revert “Update babel monorepo to v8”](https://github.com/LemmyNet/lemmy-ui/pull/4267)by @dessalines[Showing community moderators on post page.](https://github.com/LemmyNet/lemmy-ui/pull/4253)by @dessalines[Adding stacked mobile tables](https://github.com/LemmyNet/lemmy-ui/pull/4228)by @dessalines[Fix mod / admin being able to comment on locked comment.](https://github.com/LemmyNet/lemmy-ui/pull/4243)by @dessalines[Fix private community visibility check](https://github.com/LemmyNet/lemmy-ui/pull/4227)by @Nutomic[Reduce actor name min length to 2, make community title optional](https://github.com/LemmyNet/lemmy-ui/pull/4192)by @Nutomic[Adding ability to filter community page by tag dropdown filter.](https://github.com/LemmyNet/lemmy-ui/pull/4217)by @dessalines[Adding hide memes filter to home and community pages.](https://github.com/LemmyNet/lemmy-ui/pull/4215)by @dessalines[Hide notification icons without unread items on desktop (fixes #4205)](https://github.com/LemmyNet/lemmy-ui/pull/4207)by @Nutomic[Add community context to pending follows list.](https://github.com/LemmyNet/lemmy-ui/pull/4218)by @dessalines[Fix clipping in iOS Safari](https://github.com/LemmyNet/lemmy-ui/pull/4221)by @Trying2KnowMyself[Add OAuth preset for Reddit (fixes #4124)](https://github.com/LemmyNet/lemmy-ui/pull/4134)by @Nutomic[Show children for modlog items (fixes #4103)](https://github.com/LemmyNet/lemmy-ui/pull/4209)by @Nutomic[Stricter CSP without style-src unsafe-inline](https://github.com/LemmyNet/lemmy-ui/pull/4214)by @Nutomic[Make community title optional, reduce min actor name length](https://github.com/LemmyNet/lemmy-ui/pull/4206)by @Nutomic[Fixing filter chip wrong background.](https://github.com/LemmyNet/lemmy-ui/pull/4212)by @dessalines[Post / Comment listing fixes](https://github.com/LemmyNet/lemmy-ui/pull/4181)by @dessalines[Change large card view to use full width](https://github.com/LemmyNet/lemmy-ui/pull/4110)by @Nutomic[Swap library for markdown media embeds](https://github.com/LemmyNet/lemmy-ui/pull/4210)by @Nutomic[Fixing a few typos](https://github.com/LemmyNet/lemmy-ui/pull/4208)by @dessalines[Community tag colors](https://github.com/LemmyNet/lemmy-ui/pull/4173)by @dessalines[Fixing empty body by not ignoring initialContent.](https://github.com/LemmyNet/lemmy-ui/pull/4193)by @dessalines[Allow approve (after an accidental deny) to a private community.](https://github.com/LemmyNet/lemmy-ui/pull/4194)by @dessalines[Notification display fixes](https://github.com/LemmyNet/lemmy-ui/pull/4179)by @dessalines\n\n## joinlemmy-site\n\n[apps: default desktop visitors to web clients](https://github.com/LemmyNet/joinlemmy-site/pull/623)by @aeharding[Add 0.19.19 release notes](https://github.com/LemmyNet/joinlemmy-site/pull/621)by @dessalines[Adding codeowners](https://github.com/LemmyNet/joinlemmy-site/pull/622)by @dessalines\n\n## lemmy-js-client\n\n[Modlist with get post](https://github.com/LemmyNet/lemmy-js-client/pull/999)by @dessalines[Fixing tsoa build](https://github.com/LemmyNet/lemmy-js-client/pull/986)by @dessalines[Add tag_id to GetPosts](https://github.com/LemmyNet/lemmy-js-client/pull/981)by @dessalines[Split show media settings.](https://github.com/LemmyNet/lemmy-js-client/pull/978)by @dessalines[Add child_count to modlog, used for bulk_action_parents](https://github.com/LemmyNet/lemmy-js-client/pull/980)by @Nutomic[Fix request state](https://github.com/LemmyNet/lemmy-js-client/pull/979)by @dessalines[API docs without RequestState](https://github.com/LemmyNet/lemmy-js-client/pull/977)by @Nutomic[Make community.title optional](https://github.com/LemmyNet/lemmy-js-client/pull/976)by @Nutomic\n\n## lemmy-client-rs\n\n[Adding release script](https://github.com/LemmyNet/lemmy-client-rs/pull/78)by @dessalines[Use a versioned lemmy_api_common](https://github.com/LemmyNet/lemmy-client-rs/pull/77)by @dessalines[Swap out cargo machete in favor of cargo shear](https://github.com/LemmyNet/lemmy-client-rs/pull/76)by @dessalines\n\nOr see the full list of changes at the links below:\n\nAn open source project the size of Lemmy needs constant work to manage the project, implement new features and fix bugs. Dessalines and Nutomic work full-time on these tasks and more. As there is no advertising or tracking, all of our work is funded through donations. Even so there is barely enough time in the day, and no time for a second job. The only available option are user donations.\n\nTo keep it viable donations need to reach a minimum of 5000€ per month, resulting in a modest salary of 2500€ per developer. If that goal is reached we can stop worrying about money, and fully focus on improving the software for the benefit of all users and instances. We especially rely on recurring donations to secure the long-term development and make Lemmy the best it can be.\n\n[log in](/login)or # to comment.\n\nAyyy this fixes a bug I reported, nice lol\n\nThx for reporting btw.\n\nAwesome work as always!\n\nreading the changelog, it’s insane to see how much lemmy is changing for the better. You guys rock!", "url": "https://wpnews.pro/news/lemmy-development-update-june-2026-and-1-0-0-beta-1", "canonical_source": "https://lemmy.ml/post/49561214", "published_at": "2026-07-04 00:17:28+00:00", "updated_at": "2026-07-04 03:49:42.453690+00:00", "lang": "en", "topics": ["developer-tools"], "entities": ["Lemmy", "LemmyNet", "jerboa", "lemmy-ui", "Nutomic", "dessalines", "w-k-s", "voyager.lemmy.ml"], "alternates": {"html": "https://wpnews.pro/news/lemmy-development-update-june-2026-and-1-0-0-beta-1", "markdown": "https://wpnews.pro/news/lemmy-development-update-june-2026-and-1-0-0-beta-1.md", "text": "https://wpnews.pro/news/lemmy-development-update-june-2026-and-1-0-0-beta-1.txt", "jsonld": "https://wpnews.pro/news/lemmy-development-update-june-2026-and-1-0-0-beta-1.jsonld"}}