<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="https://join-lemmy.org/feed.xml" rel="self" type="application/rss+xml"/>
    <title>join-lemmy.org News</title>
    <link>https://join-lemmy.org/</link>
    <description>News about Lemmy, a link aggregator for the fediverse.</description>
    <item>
      <title>Lemmy Release v0.19.16</title>
      <link>https://join-lemmy.org/news/2026-03-03_-_Lemmy_Release_v0.19.16</link>
      <description>&lt;h1&gt;Lemmy Release v0.19.16&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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. Thanks to @flamingos-cant for contributing to resolve this.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;This release mitigates a potential security issue with the image endpoint. In short, an attacker can inject query parameters and make proxied requests to arbitrary URLs. See the &lt;a href="https://github.com/LemmyNet/lemmy/security/advisories/GHSA-jvxv-2jjp-jxc3"&gt;security advisory&lt;/a&gt; for details.&lt;/p&gt;
&lt;p&gt;Also there are fixes for the database connection pool. The pool size is now at least two, as a lower size can result in deadlocks. Additionally there are now connection timeouts added. If your server logs show pool timeout errors, you should increase &lt;code&gt;database.pool_size&lt;/code&gt; in the Lemmy config.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix for image proxy filetypes by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6357"&gt;#6357&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enable DB connection timeout by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6355"&gt;#6355&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Use min database pool size of 2. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6345"&gt;#6345&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2026-03-03_-_Lemmy_Release_v0.19.16</guid>
    </item>
    <item>
      <title>Lemmy Release v0.19.15 and Testing for 1.0</title>
      <link>https://join-lemmy.org/news/2025-12-24_-_Lemmy_Release_v0.19.15_and_Testing_for_1.0</link>
      <description>&lt;h1&gt;Lemmy Release v0.19.15 and Testing for 1.0&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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. Thanks to @flamingos-cant for contributing to resolve this.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;We messed up the previous release and did not include the full list of changes. In fact there were a handful of other bug fixes, and notably a maximum page limit of 10 to prevent a DDoS attack. Some users were also hitting this limit, so with this version the limit is increased to 100. We apologize for these mistakes.&lt;/p&gt;
&lt;p&gt;Here is the full changelog since 0.19.13:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Don't allow accessing page numbers greater than 10 by @dessalines &lt;a href="https://github.com/LemmyNet/lemmy/pull/6017"&gt;#6017&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update deps based on cargo audit by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6258"&gt;#6258&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Increase page limit to 100 by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6252"&gt;#6252&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ban federation for deleted users by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6207"&gt;#6207&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Federate mod actions on deleted users by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6199"&gt;#6199&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Allow admins to view deleted user profiles by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6194"&gt;#6194&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adding creator and community indexes for post_aggregates. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6025"&gt;#6025&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ignore apub person banners which cannot be parsed by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/6015"&gt;#6015&lt;/a&gt;u&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;Now for the good news, the development version of Lemmy 1.0 is available for testing on voyager.lemmy.ml with lots of new features. Registration is open, you're welcome to create an account. Feel free to post spam and try everything out. Here is only a short overview:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Multi-communities&lt;/strong&gt;: Combine different communities together into a custom feed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Post scheduling&lt;/strong&gt;: Specify when your post should be published.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Keyword filter&lt;/strong&gt;: Automatically hide posts about certain topics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Private communities&lt;/strong&gt;: Only followers can view the content, and need to be approved manually by mods. Other community visibilities are also available (unlisted, local only).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;New notification system&lt;/strong&gt;: Including notifications for mod actions, and subscribing to communities and posts to be notified about new comments.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OAuth&lt;/strong&gt;: Login to Lemmy with existing account from another website. Use &lt;a href="https://voyager.lemmy.ml/signup?sso_provider_id=1"&gt;this link&lt;/a&gt; to signup with your Github account (the UI still needs to be improved).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Post Tags&lt;/strong&gt;: Categorize posts within a community (UI part not implemented yet).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;User vote totals&lt;/strong&gt;: You can see the total number of upvotes and downvotes given to each user.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;User notes&lt;/strong&gt;: You can keep notes on other users.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Combined Feeds&lt;/strong&gt;: View your saved, liked posts and comments together in a single list.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Comment Locking&lt;/strong&gt;: Mods can now lock comments recursively.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GDPR style data exporting&lt;/strong&gt;: You can now export your full posting history as a JSON file.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Plugins&lt;/strong&gt;: Can be written in JS, Python, Rust, and any other language that targets Webassembly. The test server has a plugin for automatic language tagging of posts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cursor pagination&lt;/strong&gt;: Don't lose your place in the feed when switching pages.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;API v3 compat&lt;/strong&gt;: Lemmy 1.0 can be used by existing apps with no changes (but most new features are only available via the new API v4).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;More&lt;/strong&gt;: Countless smaller features, bug fixes and improvements, too much to list here.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All the above mentioned features are already implemented and fully working, but may need some polishing. If you encounter any problems, please open an issue (&lt;a href="https://github.com/LemmyNet/lemmy/issues"&gt;backend&lt;/a&gt;, &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues"&gt;frontend&lt;/a&gt;). voyager.lemmy.ml is automatically updated to the latest development version every night, so that changes can immediately be tested.&lt;/p&gt;
&lt;p&gt;Keep in mind that Lemmy 1.0 is still in alpha state. There may be breaking changes and critical bugs, so do not attempt to upgrade your own instances yet. We intend to publish the first beta version in January, along with API docs and upgrade instructions for test servers.&lt;/p&gt;
&lt;p&gt;We hope that you are as excited about these new features as we are. With all this said, happy testing and Merry Christmas!&lt;/p&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;We’d like to thank our many contributors and users of Lemmy for coding, translating, testing, donating and reporting bugs. We're glad many people find it useful and enjoyable enough to contribute.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Wed, 24 Dec 2025 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2025-12-24_-_Lemmy_Release_v0.19.15_and_Testing_for_1.0</guid>
    </item>
    <item>
      <title>Lemmy Release v0.19.14</title>
      <link>https://join-lemmy.org/news/2025-12-08_-_Lemmy_Release_0.19.14</link>
      <description>&lt;h1&gt;Lemmy Release v0.19.14&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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. Thanks to @flamingos-cant for contributing to resolve this.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;Recently some malicious users started to use an exploit where they would post rule violating content and then delete the account. This would prevent admins and mods from viewing the user profile to find other posts, and would also prevent federation of ban actions.&lt;/p&gt;
&lt;p&gt;The new release fixes these problems. Thanks to @flamingos-cant for contributing to solve this.&lt;/p&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Mon, 08 Dec 2025 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2025-12-08_-_Lemmy_Release_0.19.14</guid>
    </item>
    <item>
      <title>Lemmy Release v0.19.13</title>
      <link>https://join-lemmy.org/news/2025-09-10_-_Lemmy_Release_0.19.13</link>
      <description>&lt;h1&gt;Lemmy Release v0.19.13&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;This version fixes a handful of bugs. Most importantly it prevents a background task from blocking the Lemmy server entirely. Edit marks on comments are now hidden if it was edited within 5 minutes of creation. Also the browser cache usage is significantly reduced. Additionally ARM builds are fixed by using the default memory allocator on that platform.&lt;/p&gt;
&lt;h3&gt;Backend&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fixing active counts slow queries. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5907"&gt;#5907&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Only use mimalloc on x86 and purge images in background task by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5893"&gt;#5893&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add missing comment depth check by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5842"&gt;#5842&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dont sanitize RSS content manually (fixes #5850) by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5852"&gt;#5852&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Reduce false positives in URL blocklist to reduce scunthorpe problem by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5807"&gt;#5807&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Frontend&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Don't show edit mark if comment was edited in less than 5 minutes by @jfaustino &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3197"&gt;#3197&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Increase bio max length to 1000 chars by @nutomic &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3249"&gt;#3249&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Change link from element.io to matrix.org by @nutomic &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3250"&gt;#3250&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Remove all caches (fixes #3195) by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3248"&gt;#3248&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixed ordering for search results by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3219"&gt;#3219&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add search field to community sidebar by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3217"&gt;#3217&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add checkbox for title only search by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3220"&gt;#3220&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Wed, 10 Sep 2025 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2025-09-10_-_Lemmy_Release_0.19.13</guid>
    </item>
    <item>
      <title>Lemmy Release v0.19.12</title>
      <link>https://join-lemmy.org/news/2025-06-13_-_Lemmy_Release_0.19.12</link>
      <description>&lt;h1&gt;Lemmy Release v0.19.12&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;This release includes various minor improvements and bug fixes.&lt;/p&gt;
&lt;h3&gt;Backend&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fix Peertube federation by @flamingos-cant in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5652"&gt;#5652&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Show NSFW content by default if content_warning exists by @xaegit in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5655"&gt;#5655&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Register users in a transaction by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5608"&gt;#5608&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix email notifications for denied applications by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5641"&gt;#5641&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dont run scheduled tasks at startup by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5745"&gt;#5732&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Only use HTTP/1 for federation by @flamingos-cant in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5744"&gt;#5744&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update user count from local_user table instead of person table, and only count users with accepted application by @dullbananas in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5495"&gt;#5495&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Decrement fail_count instead of reset to 0 by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5737"&gt;#5737&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix opentelemetry by @MrKaplan-lw in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5702"&gt;#5702&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix post listing in nsfw communities by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5698"&gt;#5698&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add missing post_read / hide / saved post_id indexes by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5689"&gt;#5689&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Improve media deletion logic by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5677"&gt;#5677&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Include published in VoteView order by for more consistent pagination by @MrKaplan-lw in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5676"&gt;#5676&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mark posts in NSFW communities as NSFW by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5646"&gt;#5646&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Use version from git to indicate unreleased changes by @MrKaplan-lw in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5622"&gt;#5622&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Frontend&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Add Rblind theme by @travis-jeans in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3159"&gt;#3159&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Remove browser cache by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3150"&gt;#3150&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Show registration denial reason on login by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3175"&gt;#3175&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Always escape HTML attributes in emoji autocomplete and custom emoji markdown renderer by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3169"&gt;#3169&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix missing user badge for deleted users by @MrKaplan-lw in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3162"&gt;#3162&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add hungarian language by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3158"&gt;#3158&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixing cache-control header. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3148"&gt;#3148&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Disable blur for NSFW images by default if content_warning exists by @xaegit in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3128"&gt;#3128&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;Vary: Cookie&lt;/code&gt; Header (fixes #3117) by @xaegit in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3119"&gt;#3119&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Use alert-info for donation dialog by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3115"&gt;#3115&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Optimize Dockerfile by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3090"&gt;#3090&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add support for using Lemmy UI with an external Lemmy instance by @SolninjaA in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3041"&gt;#3041&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Only show View registration button to admins on profiles of local users by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3072"&gt;#3072&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2025-06-13_-_Lemmy_Release_0.19.12</guid>
    </item>
    <item>
      <title>Lemmy Release v0.19.11</title>
      <link>https://join-lemmy.org/news/2025-04-08_-_Lemmy_Release_v0.19.11</link>
      <description>&lt;h1&gt;Lemmy Release v0.19.11&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;This release fixes a security vulnerability which allows an attacker to delete images uploaded by other users. You can read the details in the &lt;a href="https://github.com/LemmyNet/lemmy/security/advisories/GHSA-wr2m-38xh-rpc9"&gt;security advisory&lt;/a&gt;. Thanks to @Nothing4You for discovering and fixing it.&lt;/p&gt;
&lt;p&gt;A new donation dialog is shown to users once per year, to help fund Lemmy development.&lt;/p&gt;
&lt;p&gt;There are also various backports from the development branch. Importantly the &amp;quot;Private instance&amp;quot; setting can now be used with federation enabled. This way only logged-in users can browse posts and comments, which stops AI crawlers from overloading the server. Also moderators can now view votes in the post/comment options.&lt;/p&gt;
&lt;h3&gt;Backend&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Remove unnecessary pictrs purge calls (&lt;a href="https://github.com/LemmyNet/lemmy/issues/5566"&gt;#5566&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Donation dialog (&lt;a href="https://github.com/LemmyNet/lemmy/issues/5559"&gt;#5559&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Send out email after registration denied, email confirmed (&lt;a href="https://github.com/LemmyNet/lemmy/pull/5553"&gt;#5553&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change private instance setting to allow federation (&lt;a href="https://github.com/LemmyNet/lemmy/issues/5530"&gt;#5530&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Proxy post.url if it is an image (&lt;a href="https://github.com/LemmyNet/lemmy/issues/5545"&gt;#5545&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;When creating community copy allowed languages from creator profile (&lt;a href="https://github.com/LemmyNet/lemmy/issues/5490"&gt;#5490&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Include image alt text in post search (&lt;a href="https://github.com/LemmyNet/lemmy/issues/5449"&gt;#5449&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add config option to enable json logging (&lt;a href="https://github.com/LemmyNet/lemmy/issues/5471"&gt;#5471&lt;/a&gt;, &lt;a href="https://github.com/LemmyNet/lemmy/issues/5557"&gt;#5557&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Embed images in RSS feeds (&lt;a href="https://github.com/LemmyNet/lemmy/issues/5488"&gt;#5488&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix federation of sticky posts (&lt;a href="https://github.com/LemmyNet/lemmy/pull/5593"&gt;#5593&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Deleted user shouldnt break federation outbox (&lt;a href="https://github.com/LemmyNet/lemmy/issues/5443"&gt;#5443&lt;/a&gt;, &lt;a href="https://github.com/LemmyNet/lemmy/issues/5573"&gt;#5573&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix some image embeds by escaping alt text &lt;a href="https://github.com/LemmyNet/lemmy/issues/5506"&gt;(#5506&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Properly federate distinguish comment (&lt;a href="https://github.com/LemmyNet/lemmy/pull/5586"&gt;#5586&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase default registration rate limit to 10 per hour (&lt;a href="https://github.com/LemmyNet/lemmy/pull/5600"&gt;#5600&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove debug ratelimit being used in production (&lt;a href="https://github.com/LemmyNet/lemmy/pull/5551"&gt;#5551&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Frontend&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Implement donation dialog (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3034"&gt;#3034&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hide images in private message reports (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3053"&gt;#3053&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont render images in private message (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3043"&gt;#3043&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Changed checkbox text &amp;quot;Only moderators can post to this community&amp;quot; from legend to label on the Create Community page (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3046"&gt;#3046&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Trigger toast error on community request failure (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3045"&gt;#3045&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add local link next to fedilink on posts (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3033"&gt;#3033&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add banned badges to post and comment listings (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3030"&gt;#3030&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Linkify user @ mentions (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3029"&gt;#3029&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding ability for mods to view votes. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3027"&gt;#3027&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upvote, downvote, view source, and favorite icons become larger when pressed to improve visibility on grayscale screens (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2960"&gt;#2960&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Improve colour contrast of the mini-overlay in the top right corner of link or image post thumbnails (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2961"&gt;#2961&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Improve screenreader accessibility by adding a main element to more pages (issue #2891) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2944"&gt;#2944&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Using input group for allowed and block instance buttons. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2905"&gt;#2905&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Moving totp and delete account settings into their own cards. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2907"&gt;#2907&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hide NSFW field for create post form, for NSFW communities. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2887"&gt;#2887&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Modify the logic for appending the URL after uploading an image, placing the image URL after the cursor. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2804"&gt;#2804&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We are able to develop Lemmy as an open source platform free of tracking and ads thanks to the generosity of our users. Once a year we ask you to consider donating to support our work. Financial security allows us to continue maintaining and improving the platform. If you’d like to make a one-time or recurring donation simply use the links below. Thank you for using Lemmy.&lt;/p&gt;
&lt;p&gt;Nutomic and Dessalines, Lemmy Developers&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Tue, 08 Apr 2025 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2025-04-08_-_Lemmy_Release_v0.19.11</guid>
    </item>
    <item>
      <title>Lemmy Release v0.19.10 and Developer AMA</title>
      <link>https://join-lemmy.org/news/2025-03-19_-_Lemmy_Release_v0.19.10_and_Developer_AMA</link>
      <description>&lt;h1&gt;Lemmy Release v0.19.10 and Developer AMA&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Developer AMA&lt;/h2&gt;
&lt;p&gt;Next week we are going to hold an &amp;quot;Ask me Anything&amp;quot; where users can ask the Lemmy developers all sorts of questions. They will be answered by &lt;a href="https://lemmy.ml/u/dessalines"&gt;@dessalines&lt;/a&gt; and &lt;a href="https://lemmy.ml/u/nutomic"&gt;@nutomic&lt;/a&gt; who have been working on Lemmy since the beginning in 2019. Other maintainers may also chime in. You can ask about the beginnings of Lemmy, how we see the future of Lemmy, what makes Lemmy different from Reddit, internet and social media in general, as well as personal questions.&lt;/p&gt;
&lt;p&gt;The AMA thread will be opened next Tuesday, March 25 in &lt;a href="https://lemmy.ml/c/announcements"&gt;!announcements@lemmy.ml&lt;/a&gt;. We will start responding one day later. Until then you can let other people know about the AMA, think of good questions and read our previous AMAs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://lemmy.ml/post/2920188"&gt;August 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://lemmy.ml/post/11023519"&gt;January 2024&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Youtube thumbnails by increasing the metadata fetch limit to 1 MB &lt;a href="https://github.com/LemmyNet/lemmy/pull/5266"&gt;#5266&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Also remove private messages when banning user with &amp;quot;remove content&amp;quot; (goodbye Nicole) &lt;a href="https://github.com/LemmyNet/lemmy/pull/5414"&gt;#5414&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ignore accept-language header if no site languages are specified, to avoid that users have English disabled and can't see most posts &lt;a href="https://github.com/LemmyNet/lemmy/pull/5485"&gt;#5485&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enable english for users on instances with all languages enabled, to resolve the above problem &lt;a href="https://github.com/LemmyNet/lemmy/pull/5489"&gt;#5489&lt;/a&gt; &lt;a href="https://github.com/LemmyNet/lemmy/pull/5493"&gt;#5493&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Only list local banned users under &lt;code&gt;/admin&lt;/code&gt; &lt;a href="https://github.com/LemmyNet/lemmy/pull/5364"&gt;#5364&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add crawl-delay to robots.txt &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/3009"&gt;#3009&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Optimize migrations which were included in 0.19.6 &lt;a href="https://github.com/LemmyNet/lemmy/pull/5301"&gt;#5301&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2025-03-19_-_Lemmy_Release_v0.19.10_and_Developer_AMA</guid>
    </item>
    <item>
      <title>Lemmy v0.19.9 Release</title>
      <link>https://join-lemmy.org/news/2025-02-10_-_Lemmy_Release_v0.19.9</link>
      <description>&lt;h1&gt;Lemmy v0.19.9 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;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 &lt;a href="https://microsoft.github.io/mimalloc/"&gt;mimalloc&lt;/a&gt; instead of the system allocator (usually glibc), which should improve performance and prevent unlimited memory growth over time.&lt;/p&gt;
&lt;h3&gt;Lemmy&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5298"&gt;Error handling for thumbnail generation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5378"&gt;Use mimalloc as memory allocator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5338"&gt;Additional security checks for URLs&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/security/advisories/GHSA-7723-35v7-qcxw"&gt;details&lt;/a&gt;) . &lt;a href="https://github.com/LemmyNet/lemmy/security/advisories/GHSA-7723-35v7-qcxw"&gt;Security Advisory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5395"&gt;Fix crash while rewriting markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5381"&gt;Fix peertube federation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5143/files"&gt;Append attachments to comments&lt;/a&gt; (@flamingo-cant-draw)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5235"&gt;Enable site languages for new user&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy-UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2865"&gt;Enforce required validation on signup answers&lt;/a&gt; (@anhcuky)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2877"&gt;copy thumbnail URL during crossposting&lt;/a&gt; (@anhcuky)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2882"&gt;Adding a bottom-margin to spoiler details tag.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2904"&gt;Fixing login password limits.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2939"&gt;Adding zh-CN as default for zh lang.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Updated translations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2025-02-10_-_Lemmy_Release_v0.19.9</guid>
    </item>
    <item>
      <title>Breaking Changes in Lemmy 1.0</title>
      <link>https://join-lemmy.org/news/2025-02-03_-_Breaking_Changes_in_Lemmy_1.0</link>
      <description>&lt;h1&gt;Breaking Changes in Lemmy 1.0&lt;/h1&gt;
&lt;p&gt;The major breaking changes for version 1.0 are already implemented. However it will still take a lot of work to implement the new features in lemmy-ui, and publish the final release. So this is a good time for developers of Lemmy clients to start adapting the new API, and suggest changes before it gets finalized.&lt;/p&gt;
&lt;p&gt;If you use any apps, frontends or bots for Lemmy, please help us out by notifying the developers about this post.&lt;/p&gt;
&lt;p&gt;With the new version there is all new &lt;a href="https://join-lemmy.org/api/main"&gt;documentation based on OpenAPI&lt;/a&gt;, thanks to @dessalines and @MV-GH. You can also test the new API on &lt;a href="https://voyager.lemmy.ml"&gt;voyager.lemmy.ml&lt;/a&gt;, and with Lemmy version &lt;code&gt;1.0.0-alpha.0&lt;/code&gt;. Note that this server still uses lemmy-ui 0.19.8 with API v3, because lemmy-ui is not updated for the new backend version yet.&lt;/p&gt;
&lt;p&gt;Unfortunately there is no good way to see all the API changes between 0.19 and 1.0, but you can try viewing the &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/release/v0.19...main"&gt;diff in lemmy-js-client&lt;/a&gt;, or see the pull requests listed below.&lt;/p&gt;
&lt;p&gt;If you have any questions about these changes, feel free to post in &lt;a href="https://lemmyverse.link/c/lemmy_support@lemmy.ml"&gt;!lemmy_support@lemmy.ml&lt;/a&gt; or in the &lt;a href="https://matrix.to/#/#lemmydev:matrix.org"&gt;Development Chat on Matrix&lt;/a&gt;. If you have suggestions for breaking API changes before the new version is finalized, &lt;a href="https://github.com/LemmyNet/lemmy/issues"&gt;open an issue&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here are the major API changes in detail. As this is an alpha version there may be further breaking changes before the final release, but nothing major.&lt;/p&gt;
&lt;h2&gt;Rename account endpoints&lt;/h2&gt;
&lt;p&gt;Various endpoints have been renamed, especially those under &lt;code&gt;/api/v3/user&lt;/code&gt; have been moved to &lt;code&gt;/api/v4/account/auth&lt;/code&gt;. These changes are fully compatible as the endpoints can still be called under &lt;code&gt;/api/v3&lt;/code&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;/api/v3/user/register&lt;/code&gt; to &lt;code&gt;/api/v4/account/auth/register&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/api/v3/user/login&lt;/code&gt; to &lt;code&gt;/api/v4/account/auth/login&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/api/v3/user/logout&lt;/code&gt; to &lt;code&gt;/api/v4/account/auth/logout&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;...&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/api/v4/site&lt;/code&gt; doesn't have &lt;code&gt;my_user&lt;/code&gt; anymore, this is now available at &lt;a href="https://join-lemmy.org/api/main#operation/GetMyUser"&gt;&lt;code&gt;GET /api/v4/account&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;https://github.com/LemmyNet/lemmy/pull/5216&lt;/p&gt;
&lt;h2&gt;Combined endpoints&lt;/h2&gt;
&lt;p&gt;There are various places in the UI where different types of data are shown together, for example posts and comments in the user profile. Until &lt;code&gt;0.19&lt;/code&gt; these were queried separately, to display the (last 20 posts) and (last 20 comments). For &lt;code&gt;1.0&lt;/code&gt; Dessalines implemented combined queries, so that the new endpoint &lt;code&gt;/api/v4/person/content&lt;/code&gt; returns the last 20 (posts and comments). See the &lt;a href="https://github.com/LemmyNet/lemmy/issues/2444"&gt;issue&lt;/a&gt; and linked pull requests for more details.&lt;/p&gt;
&lt;p&gt;The combined endpoints are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/main#operation/ListPersonContent"&gt;&lt;code&gt;GET /api/v4/person/content&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/main#operation/ListInbox"&gt;&lt;code&gt;GET /api/v4/account/inbox&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/main#operation/ListPersonSaved"&gt;&lt;code&gt;GET /api/v4/account/saved&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/main#operation/GetModlog"&gt;&lt;code&gt;GET /api/v4/modlog&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/main#operation/ListReports"&gt;&lt;code&gt;GET /api/v4/report/list&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/main#operation/Search"&gt;&lt;code&gt;GET /api/v4/search&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note that the endpoints for modlog, report list and search also return combined data in API v3 on Lemmy &lt;code&gt;0.19&lt;/code&gt;, because making them backwards compatible would require an unreasonable amount of work.&lt;/p&gt;
&lt;h2&gt;Image endpoints&lt;/h2&gt;
&lt;p&gt;Uploading or deleting avatars, icons and banners is done through separate endpoints now. With this change it is possible to disable image uploads, while still allowing changes to avatars etc.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/main#operation/UploadUserAvatar"&gt;POST &lt;code&gt;/api/v4/account/avatar&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/main#operation/DeleteUserAvatar"&gt;DELETE &lt;code&gt;/api/v4/account/avatar&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/main#operation/UploadCommunityBanner"&gt;POST &lt;code&gt;/api/v4/community/banner&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The endpoints for image upload and proxying have been moved to &lt;code&gt;GET /api/v4/image/{filename}&lt;/code&gt; and &lt;code&gt;GET /api/v4/image/proxy&lt;/code&gt; respectively.&lt;/p&gt;
&lt;p&gt;https://github.com/LemmyNet/lemmy/pull/5260&lt;/p&gt;
&lt;h2&gt;Other Breaking Changes&lt;/h2&gt;
&lt;p&gt;This list is likely incomplete.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4469"&gt;Adding a default_comment_sort_type column for local_site and local_user&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4497"&gt;Removing local_user.show_scores column, since its now on the local_user_vote_display_mode table.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4580"&gt;Move custom emojis and tagline views to separate endpoints&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4841"&gt;Remove pointless block_views&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4845"&gt;Adding ability to restore content on user unban&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4888"&gt;Changing list_logins to return a ListLoginsResponse object.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4890"&gt;Remove pointless local_user_id from LocalUserVoteDisplayMode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5017"&gt;Remove enable nsfw&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5214"&gt;Instance blocks with mod log entry and expiration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5393"&gt;Rename actor_id columns to ap_id&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5384"&gt;Include saved date in api responses&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New Features (not breaking)&lt;/h2&gt;
&lt;p&gt;This list is definitely incomplete, and more features will be added before the final release.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New parameters for &lt;a href="https://join-lemmy.org/api/main#tag/Miscellaneous/operation/Search"&gt;GET /api/v4/search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;New parameters for &lt;a href="https://join-lemmy.org/api/main#tag/Post/operation/GetPosts"&gt;GET /api/v4/post/list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5042"&gt;Adding a get_random_community endpoint.&lt;/a&gt; - &lt;a href="https://join-lemmy.org/api/main#tag/Community/operation/GetRandomCommunity"&gt;GET /api/v4/community/random&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5398"&gt;Adding a can_mod field to CommentView, PostView, and CommunityView.&lt;/a&gt; (not yet merged)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5076"&gt;Private communities&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4881"&gt;SSO support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5329"&gt;Request idempodency support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5318"&gt;Add support for donation dialog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5333"&gt;Return correct status code for rate limit error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5325"&gt;Add media filter setting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5025"&gt;Post scheduling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5335"&gt;Slim comment views&lt;/a&gt; - &lt;a href="https://join-lemmy.org/api/main#tag/Comment/operation/GetCommentsSlim"&gt;GET &lt;code&gt;/api/v4/comment/list/slim&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Mon, 03 Feb 2025 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2025-02-03_-_Breaking_Changes_in_Lemmy_1.0</guid>
    </item>
    <item>
      <title>Lemmy v0.19.8 Release</title>
      <link>https://join-lemmy.org/news/2024-12-12_-_Lemmy_Release_v0.19.8</link>
      <description>&lt;h1&gt;Lemmy v0.19.8 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;This release includes a few minor fixes and improvements. Merry Christmas Everyone!&lt;/p&gt;
&lt;h3&gt;Lemmy&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5225"&gt;Fix post thumbnails by properly determining file type&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5224"&gt;Provide health endpoint for pictrs at &lt;code&gt;/pictrs/healthz&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5223"&gt;Allow bypassing image proxy for specific domains&lt;/a&gt; (can be configured via config value &lt;code&gt;pictrs.proxy_bypass_domains&lt;/code&gt;, and &lt;code&gt;i.imgur.net&lt;/code&gt; is bypassed by default)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/5245"&gt;API returns content of removed comments for admins&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy-UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Updated translations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 12 Dec 2024 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2024-12-12_-_Lemmy_Release_v0.19.8</guid>
    </item>
    <item>
      <title>Lemmy v0.19.7 Release</title>
      <link>https://join-lemmy.org/news/2024-11-15_-_Lemmy_Release_v0.19.7</link>
      <description>&lt;h1&gt;Lemmy v0.19.7 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;This is a small bugfix release with the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixing cors origin wildcard. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5194"&gt;#5194&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fetch community mods synchronously by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5169"&gt;#5169&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Move aggregates to replaceable_schema, fix error (fixes #5186) by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5190"&gt;#5190&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Full Changelog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/compare/0.19.6...0.19.7"&gt;Lemmy Backend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/compare/0.19.6...0.19.7"&gt;Lemmy-UI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 15 Nov 2024 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2024-11-15_-_Lemmy_Release_v0.19.7</guid>
    </item>
    <item>
      <title>Lemmy v0.19.6 Release</title>
      <link>https://join-lemmy.org/news/2024-11-08_-_Lemmy_Release_v0.19.6</link>
      <description>&lt;h1&gt;Lemmy v0.19.6 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;This release took a long time to complete due to a major performance problem which brought lemmy.ml to a crawl every time we tried to deploy the new version. It took a lot of testing (in production) to narrow it down to a single commit, and finally fix the problem.&lt;/p&gt;
&lt;p&gt;The release itself contains numerous bug fixes and minor improvements:&lt;/p&gt;
&lt;h3&gt;Lemmy&lt;/h3&gt;
&lt;h4&gt;Enhancements&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Parallel federation sending by @phiresky in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4623"&gt;#4623&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Reduce CPU usage for generating link previews by @phiresky in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4957"&gt;#4957&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Switch from OpenSSL to rustls by @kwaa in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4901"&gt;#4901&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Increase max post url length to 2000 characters by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4960"&gt;#4960&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Increase max length of user bio to 1000 charactes by @dessalines &lt;a href="https://github.com/LemmyNet/lemmy/pull/5014"&gt;#5014&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Reduce maximum comment depth to 50 by @nutomic &lt;a href="https://github.com/LemmyNet/lemmy/pull/5009"&gt;#5009&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Resize post thumbnails by @nutomic &lt;a href="https://github.com/LemmyNet/lemmy/pull/5107"&gt;#5107/files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add category to RSS feeds by @nutomic &lt;a href="https://github.com/LemmyNet/lemmy/pull/5030"&gt;#5030&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Allow users to view their own removed/deleted communities by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4912"&gt;#4912&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add backend check to enforce hierarchy of admins and mods by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4860"&gt;#4860&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Do pictrs transformations for proxied image urls by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4895"&gt;#4895&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enable more build optimizations by @nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/5168"&gt;#5168&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Calculate &amp;quot;controversial&amp;quot; ranking with exponent instead of multiply (just like Reddit) by @dullbananas in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4872"&gt;#4872&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Automatically remove tracking parameters from URLs by @dessalines &lt;a href="https://github.com/LemmyNet/lemmy/pull/5018"&gt;#5018&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Relax timeout for sending activities by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4864"&gt;#4864&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Bug Fixes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Fix admin notification for new user registration (fixes #4916) by @Nutomic in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4925"&gt;#4925&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Allow community settings changes by remote mods @flamingo-cant-draw in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4937"&gt;#4937&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix problem with connecting to Postgres with TLS @FenrirUnbound in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4910"&gt;#4910&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix bug when commenting in local-only community by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4854"&gt;#4854&lt;/a&gt; and @abdel-m in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4920"&gt;#4920&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix scheduled task to delete users with denied applications by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4907"&gt;#4907&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;API&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Return image dimensions and content type in API responses by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4704"&gt;#4704&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adding a show_read override to GetPosts. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4846"&gt;#4846&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add show_nsfw override filter to GetPosts. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4889"&gt;#4889&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Require authentication for site metadata fetch endpoint by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4968"&gt;#4968&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add the ability to fetch a registration application by person_id by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4913"&gt;#4913&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Order community posts by published data, not id by @dullbananas in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4859"&gt;#4859&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Throw error when non-mod posts to mod-only comm or when URL is blocked by @flamingo-cant-draw in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4966"&gt;#4966&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add option to search exclusively by post title by Carlos-Cabello &lt;a href="https://github.com/LemmyNet/lemmy/pull/5015"&gt;#5015&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Database&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Approve applications in transaction by @Nothing4You in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4970"&gt;#4970&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Use trigger to generate apub URL in insert instead of update, and fix query planner options not being set when TLS is disabled by @dullbananas in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4797"&gt;#4797&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy-UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fix full-size post images. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2797"&gt;#2797&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix modlog ID filtering. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2795"&gt;#2795&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Allow Arabic and Cyrillic characters when signing up or creating community by @SleeplessOne1917&lt;/li&gt;
&lt;li&gt;UX - Swap &amp;quot;Select Language&amp;quot; and &amp;quot;Cancel/Preview/Reply&amp;quot; button locations around in commentsReverse order of buttons in Reply TextArea&lt;/li&gt;
&lt;li&gt;Fix jump to content by @SleeplessOne1917&lt;/li&gt;
&lt;li&gt;Fixing peertube and ordinary video embeds. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2676"&gt;#2676&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Changing sameSite cookie from Strict to Lax. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2677"&gt;#2677&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Remove show new post notifs setting. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2675"&gt;#2675&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix memory leak around emojis on server render by @makotech222 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2674"&gt;#2674&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enable spellcheck for markdown text area by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2669"&gt;#2669&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Pre release dep bump by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2661"&gt;#2661&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add ability to fill magnet link title on post creation. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2654"&gt;#2654&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Registration application view by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2651"&gt;#2651&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add torrent help by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2650"&gt;#2650&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;More moderation history by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2649"&gt;#2649&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix tribute related bug by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2647"&gt;#2647&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Remove min and max length from password input when using login form by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2643"&gt;#2643&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Remove trending communities card from home. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2639"&gt;#2639&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Set data-bs-theme based on the presence of &amp;quot;dark&amp;quot; in theme name by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2638"&gt;#2638&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixing modlog filtering to allow admins and mods to filter by mod. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2629"&gt;#2629&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix issue from logo bugfix by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2620"&gt;#2620&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Make more post params cross-postable by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2621"&gt;#2621&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix wonky comment action icon button alignment by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2622"&gt;#2622&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Prevent broken logo from crashing site by @SleeplessOne1917 in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2619"&gt;#2619&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add rate limit info message. by @dessalines in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2563"&gt;#2563&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix getQueryString by @matc-pub in &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2558"&gt;#2558&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;New Contributors&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;@abdel-m made their first contribution in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4920"&gt;#4920&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@johnspurlock made their first contribution in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4917"&gt;#4917&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@FenrirUnbound made their first contribution in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4910"&gt;#4910&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@kwaa made their first contribution in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4901"&gt;#4901&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@Daniel15 made their first contribution in &lt;a href="https://github.com/LemmyNet/lemmy/pull/4892"&gt;#4892&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Full Changelog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/compare/0.19.5...0.19.6"&gt;Lemmy Backend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/compare/0.19.5...0.19.6"&gt;Lemmy-UI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;This upgrade could take as long as ~30 minutes for larger servers, due to needing to recalculate controversy ranks for all historical posts.&lt;/p&gt;
&lt;p&gt;There are no breaking changes with this release.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Special shout out to @SleeplessOne1917, @phiresky, @dullbananas, @mv-gh, @Nothing4u, @asonix, @sunaurus, @flamingo-cant-draw, and @Freakazoid182 for their many code contributions and helpful insights.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 08 Nov 2024 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2024-11-08_-_Lemmy_Release_v0.19.6</guid>
    </item>
    <item>
      <title>New NLnet funding for Lemmy</title>
      <link>https://join-lemmy.org/news/2024-09-11_-_New_NLnet_funding_for_Lemmy</link>
      <description>&lt;h1&gt;New NLnet funding for Lemmy&lt;/h1&gt;
&lt;p&gt;The &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt; has previously provided three funding rounds for Lemmy, which allowed Dessalines and Nutomic to work fulltime on the project. With this funding we were able to implement fundamental features such as federation, and to get Lemmy ready for production and to prepare for the huge migration of Reddit users.&lt;/p&gt;
&lt;p&gt;Now we have good news, a new round of funding was approved for a total of € 50.000. For the first time there will be two additional developers receiving funding: Phiresky, who has made numerous contributions to federation and database code. And Sunaurus, admin of lemm.ee who contributed many bug fixes. They will help to implement new features faster and spread the workload.&lt;/p&gt;
&lt;p&gt;By the way, if you want to see a particular feature implemented, we always welcome contributions via pull requests. Additionally we are available for paid work on specific features. You can send a mail to &lt;code&gt;contact at join-lemmy.org&lt;/code&gt;, or message &lt;code&gt;@nutomic:matrix.org&lt;/code&gt; to discuss the details.&lt;/p&gt;
&lt;p&gt;Without further ado, here are the approved milestones and payment amounts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/187"&gt;Private communities&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/rfcs/blob/main/0005-private-communities.md"&gt;RFC link&lt;/a&gt;, 6000€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/4529"&gt;Improvements for outgoing federation&lt;/a&gt; (3000€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/2444"&gt;SQL paging and filtering for multiple types&lt;/a&gt; (6750€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4695"&gt;Plugin System and example Plugin&lt;/a&gt; (3000€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/234"&gt;Post scheduling&lt;/a&gt; (1500€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/2987"&gt;Improve Linking Federated Posts&lt;/a&gt; (2250€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/2870"&gt;Automatic Language Tagging&lt;/a&gt; (1500€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/787"&gt;Poll support&lt;/a&gt; (3500€)&lt;/li&gt;
&lt;li&gt;Moderation Improvements (4500€)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/2506"&gt;Include instance blocks in mod log&lt;/a&gt; (750€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/1424"&gt;Implement warnings, notify user when warned&lt;/a&gt; (2250€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/4163"&gt;Attach unresolved report counts to comment and post payloads&lt;/a&gt; (1500€)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/4428"&gt;Rework API Endpoints for API v4&lt;/a&gt; (€ 6000)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/1772"&gt;Separate endpoints for image upload&lt;/a&gt; (3000€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/4577"&gt;Move taglines and emojis into separate paged endpoint&lt;/a&gt; (1500)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/2957"&gt;Reduce amount of redundant data returned&lt;/a&gt; (1500€)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/818"&gt;Multi-communities&lt;/a&gt; (6000€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/2951"&gt;Ease discovery of federated communities&lt;/a&gt; (3000€)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/317"&gt;Post tags&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/rfcs/blob/main/0004-post-tags.md"&gt;RFC link&lt;/a&gt;, 4500€)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Wed, 11 Sep 2024 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2024-09-11_-_New_NLnet_funding_for_Lemmy</guid>
    </item>
    <item>
      <title>Lemmy v0.19.5 Release</title>
      <link>https://join-lemmy.org/news/2024-06-19_-_Lemmy_Release_v0.19.5_-_A_Few_Bugfixes</link>
      <description>&lt;h1&gt;Lemmy v0.19.5 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;This is a smaller bugfix release, with the following changes:&lt;/p&gt;
&lt;h3&gt;Lemmy&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4802"&gt;Don't change encoding style in clean_url_params&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/4363"&gt;Fix for federation last_successful_id&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4837"&gt;Fixing featured_local trigger&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4844"&gt;Fix postres TLS connection&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy-UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2519"&gt;Fix for fetch page title&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2520"&gt;Fix create post focus resets&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2540"&gt;Make media uploads viewable only on your own profile&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2552"&gt;Fixing an auto-download bug&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2554"&gt;Regenerating lemmy-ui themes&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Full Changelog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/compare/0.19.4...0.19.5"&gt;Lemmy Backend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/compare/0.19.4...0.19.5"&gt;Lemmy-UI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/donate"&gt;Cryptocurrency&lt;/a&gt; (scroll to bottom of page)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Wed, 19 Jun 2024 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2024-06-19_-_Lemmy_Release_v0.19.5_-_A_Few_Bugfixes</guid>
    </item>
    <item>
      <title>Lemmy v0.19.4 Release</title>
      <link>https://join-lemmy.org/news/2024-06-07_-_Lemmy_Release_v0.19.4_-_Image_Proxying_and_Federation_improvements</link>
      <description>&lt;h1&gt;Lemmy v0.19.4 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;p&gt;This &lt;code&gt;v0.19.4&lt;/code&gt; release is a big one, with &amp;gt; 200 pull requests merged since &lt;code&gt;v0.19.3&lt;/code&gt;. As such we can only give a general overview of the major changes in this post, and without going into detail. For more information, read the full changelogs at the bottom of this post.&lt;/p&gt;
&lt;h3&gt;Local Only Communities&lt;/h3&gt;
&lt;p&gt;Communities have a new &lt;code&gt;visibility&lt;/code&gt; setting, which can be either &lt;code&gt;Public&lt;/code&gt; (current behaviour) or &lt;a href="https://github.com/LemmyNet/lemmy/pull/4350"&gt;&lt;code&gt;LocalOnly&lt;/code&gt;&lt;/a&gt;. The latter means that the community won't federate, and can only be viewed by users who are logged in to the local instance. This can be useful for meta communities discussing moderation policies of the local instance, where outside users shouldn't be able to participate. It is also a first step towards implementing &lt;a href="https://github.com/LemmyNet/rfcs/pull/5"&gt;private communities&lt;/a&gt;. Local only communities still need more testing and should be considered experimental for now.&lt;/p&gt;
&lt;h3&gt;Image Proxying&lt;/h3&gt;
&lt;p&gt;There is a new config option called &lt;a href="https://github.com/LemmyNet/lemmy/blob/705e86eb4c0079d0775f0c1490968f1183095fcc/config/defaults.hjson#L51"&gt;image_mode&lt;/a&gt; which provides a way to &lt;a href="https://github.com/LemmyNet/lemmy/pull/4035"&gt;proxy external image links&lt;/a&gt; through the local instance. This prevents deanonymization attacks where an attacker uploads an image to his own server, embeds it in a Lemmy post and watches the IPs which load the image.&lt;/p&gt;
&lt;p&gt;Instead if &lt;code&gt;image_mode&lt;/code&gt; is set to &lt;code&gt;ProxyAllImages&lt;/code&gt;, image urls are rewritten to be proxied through &lt;code&gt;/api/v3/image_proxy&lt;/code&gt;. This can also improve performance and avoid overloading other websites. The setting works by rewriting links in new posts, comments and other places when they are inserted in the database. This means the setting has no effect on posts created &lt;em&gt;before&lt;/em&gt; the setting was activated. And after disabling the setting, existing images will continue to be proxied. It should also be considered experimental.&lt;/p&gt;
&lt;p&gt;Many thanks to @asonix for adding this functionality to pict-rs &lt;code&gt;v0.5&lt;/code&gt;.&lt;/p&gt;
&lt;h3&gt;Post hiding&lt;/h3&gt;
&lt;p&gt;You can now hide a post as a dropdown option, and there is a new toggle to filter hidden posts in lemmy-ui. Apps can use the new &lt;code&gt;show_hidden&lt;/code&gt; field on &lt;a href="https://join-lemmy.org/api/interfaces/GetPosts.html"&gt;GetPosts&lt;/a&gt; to enable this.&lt;/p&gt;
&lt;h3&gt;Moderation enhancements&lt;/h3&gt;
&lt;p&gt;With the &lt;a href="https://github.com/LemmyNet/lemmy/pull/4515"&gt;URL blocklist&lt;/a&gt; admins can prevent users from linking to specific sites.&lt;/p&gt;
&lt;p&gt;Admins and mods can now view the &lt;a href="https://github.com/LemmyNet/lemmy"&gt;report history&lt;/a&gt; and &lt;a href="https://github.com/LemmyNet/lemmy/pull/4492"&gt;moderation history&lt;/a&gt; for a given post or comment.&lt;/p&gt;
&lt;p&gt;The functionality to resolve reports automatically when a post is removed was previously broken and is &lt;a href="https://github.com/LemmyNet/lemmy/pull/4402"&gt;now fixed&lt;/a&gt;. Additionally, reports for already removed items are now ignored.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://github.com/LemmyNet/lemmy/pull/4393"&gt;site.content_warning&lt;/a&gt; setting lets admins show a message to users before rendering any content. If it is active, nsfw posts can be viewed without login, after consenting.&lt;/p&gt;
&lt;p&gt;Mods and admins can now &lt;a href="https://github.com/LemmyNet/lemmy/pull/4488"&gt;comment in locked posts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Mods and admins can also use external tools such as &lt;a href="https://github.com/RikudouSage/LemmyAutomod"&gt;LemmyAutomod&lt;/a&gt; for more advanced cases.&lt;/p&gt;
&lt;h3&gt;Media&lt;/h3&gt;
&lt;p&gt;There is a new functionality for users to &lt;a href="https://github.com/LemmyNet/lemmy/pull/4509"&gt;list all images they have previously uploaded&lt;/a&gt;, and delete them if desired. It also allows admins to view and delete images hosted on the local instance.&lt;/p&gt;
&lt;p&gt;When uploading a new avatar or banner, the old one is &lt;a href="https://github.com/LemmyNet/lemmy/pull/4573"&gt;automatically deleted&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Instance admins should also checkout &lt;a href="https://github.com/wereii/lemmy-thumbnail-cleaner"&gt;lemmy-thumbnail-cleaner&lt;/a&gt; which can delete thumbnails for old posts, and free significant amounts of storage.&lt;/p&gt;
&lt;h3&gt;Federation&lt;/h3&gt;
&lt;p&gt;Lemmy can now federate with &lt;a href="https://github.com/Automattic/wordpress-activitypub"&gt;Wordpress&lt;/a&gt;, &lt;a href="https://github.com/discourse/discourse-activity-pub"&gt;Discourse&lt;/a&gt; and &lt;a href="https://github.com/NodeBB/NodeBB"&gt;NodeBB&lt;/a&gt;. So far there was only minor testing and these projects are still under heavy development. If you encounter any issues federating with these platforms, open an issue either in the Lemmy repo or in the respective project's issue tracker. You can test it by fetching the following posts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://pfefferle.org/hello-lemmy-part2/"&gt;Wordpress&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://socialhub.activitypub.rocks/ap/object/1899f65c062200daec50a4c89ed76dc9"&gt;Discourse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://community.nodebb.org/post/98325"&gt;NodeBB&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In order to improve interoperability with Mastodon and other microblogging platforms, Lemmy now &lt;a href="https://github.com/LemmyNet/lemmy/pull/4398"&gt;automatically includes a hashtag with new posts&lt;/a&gt;. The hashtag is based on the community name, so posts to &lt;code&gt;/c/lemmy&lt;/code&gt; will automatically have the hashtag &lt;code&gt;#lemmy&lt;/code&gt;. This makes Lemmy posts much easier to discover.&lt;/p&gt;
&lt;p&gt;Reliability and security of federation have been improved, and numerous bugs squashed. Signed fetch was broken and is fixed now.&lt;/p&gt;
&lt;h3&gt;Vote display user setting&lt;/h3&gt;
&lt;p&gt;There is now a &lt;a href="https://github.com/LemmyNet/lemmy/pull/4450"&gt;user setting to change the way vote counts are displayed&lt;/a&gt;, called &lt;a href="https://join-lemmy.org/api/interfaces/LocalUserVoteDisplayMode.html"&gt;vote display mode&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can specify which of the following vote data you'd like to see (or hide): Upvotes, Downvotes, Score, Upvote Percentage, or none of the above. The default (based on user feedback) is showing the upvotes + downvotes.&lt;/p&gt;
&lt;p&gt;App developers will need to update their apps to support this setting.&lt;/p&gt;
&lt;h3&gt;RSS Feeds&lt;/h3&gt;
&lt;p&gt;RSS feeds now include &lt;a href="https://github.com/LemmyNet/lemmy/pull/4413"&gt;post thumbnail&lt;/a&gt; and &lt;a href="https://github.com/LemmyNet/lemmy/pull/4442"&gt;embedded images&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Security Audit&lt;/h3&gt;
&lt;p&gt;A security audit was recently performed on Lemmy. Big thanks to &lt;a href="https://www.radicallyopensecurity.com/"&gt;Radically Open Security&lt;/a&gt; for the generous funding, and to Sabrina Deibe and Joe Neeman for carrying out the audit. The focus was on federation logic, and discovered various problems in this area. Most of the problems are being mitigated as part of this release. Fortunately no critical security vulnerabilities were discovered.&lt;/p&gt;
&lt;p&gt;This is already the third security audit of Lemmy, all organized by ROS. We're greatly indebted to them for their support.&lt;/p&gt;
&lt;h3&gt;Other Changes&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4166"&gt;Added Community &lt;code&gt;local_subscribers&lt;/code&gt; count&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4425"&gt;Support for custom post thumbnail&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;For new user accounts the &lt;a href="https://github.com/LemmyNet/lemmy/pull/4435"&gt;interface language&lt;/a&gt; and &lt;a href="https://github.com/LemmyNet/lemmy/pull/4550"&gt;discussion languages&lt;/a&gt; are set automatically based on &lt;code&gt;accept-language&lt;/code&gt; HTTP header&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4454"&gt;Added instance-level default sort type&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4458"&gt;Indicate to user when they are banned from community&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4477"&gt;Added alt_text for image posts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4513"&gt;Dont require leading ! or @ to fetch a user or community&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pull/4520"&gt;Extra fields for PostReport and CommentReport views&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Full Changelog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.19.3-alpha.1...0.19.4"&gt;API changes - lemmy-js-client 0.19.3 -&amp;gt; 0.19.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-client-rs/pulls?q=is%3Apr+merged%3A%3E2024-01-22"&gt;lemmy-client-rs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/pulls?q=is%3Apr+merged%3A%3E2024-01-22"&gt;Lemmy Backend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-ui/pulls?q=is%3Apr+merged%3A%3E2024-01-22"&gt;Lemmy-UI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;We recommend upgrading to PostgreSQL 16 due to a known memory leak in PSQL 15. To use the new image proxy feature, pict-rs version 0.5+ is required.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Special thanks goes to &lt;a href="https://www.radicallyopensecurity.com/"&gt;Radically Open Security&lt;/a&gt;, @sleepless and @matc-pub for their work on lemmy-ui and lemmy-ui-leptos, @dullbananas for their help cleaning up the back-end, DB, and reviewing PRs, @phiresky for federation work, @MV-GH for their work on Jerboa and API suggestions, @asonix for developing pictrs, @ticoombs and @codyro for helping maintain lemmy-ansible, @kroese, @povoq, @flamingo-cant-draw, @aeharding, @Nothing4U, @db0, @MrKaplan, for helping with issues and troubleshooting, and too many more to count.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. 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.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/crypto"&gt;Cryptocurrency&lt;/a&gt; (scroll to bottom of page)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 07 Jun 2024 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2024-06-07_-_Lemmy_Release_v0.19.4_-_Image_Proxying_and_Federation_improvements</guid>
    </item>
    <item>
      <title>Lemmy v0.19.3 Release</title>
      <link>https://join-lemmy.org/news/2024-01-22_-_Lemmy_Release_v0.19.3_-_A_Few_Bugfixes</link>
      <description>&lt;h1&gt;Lemmy v0.19.3 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed lemmy-ui error page bug by @Sleepless in https://github.com/LemmyNet/lemmy-ui/pull/2302&lt;/li&gt;
&lt;li&gt;Fix bug with Mastodon undo follow activities by @Nutomic in https://github.com/LemmyNet/lemmy/pull/4364&lt;/li&gt;
&lt;li&gt;Count chars, not bytes for max title length (fixes #4366) by @Nutomic in https://github.com/LemmyNet/lemmy/pull/4367&lt;/li&gt;
&lt;li&gt;Mark instance as alive after successful activity send (fixes #4039) by @Nutomic in https://github.com/LemmyNet/lemmy/pull/4377&lt;/li&gt;
&lt;li&gt;Dont allow caching captcha response by @Nutomic in https://github.com/LemmyNet/lemmy/pull/4381&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;Dont ignore errors during login (fixes #4319) (#4321)&amp;quot; by @Nutomic in https://github.com/LemmyNet/lemmy/pull/4380&lt;/li&gt;
&lt;li&gt;Removing group from woodpecker, as its deprecated. by @dessalines in https://github.com/LemmyNet/lemmy/pull/4387&lt;/li&gt;
&lt;li&gt;Add secondary sort by published date for post view (fixes #4383) by @Nutomic in https://github.com/LemmyNet/lemmy/pull/4384&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/donate"&gt;Cryptocurrency&lt;/a&gt; (scroll to bottom of page)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Mon, 22 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2024-01-22_-_Lemmy_Release_v0.19.3_-_A_Few_Bugfixes</guid>
    </item>
    <item>
      <title>Lemmy v0.19.2 Release</title>
      <link>https://join-lemmy.org/news/2024-01-10_-_Lemmy_Release_v0.19.2_-_More_Federation_Fixes</link>
      <description>&lt;h1&gt;Lemmy v0.19.2 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Outgoing federation bug fixes.&lt;/li&gt;
&lt;li&gt;Lemmy can now receive reports sent from Mastodon and Kbin.&lt;/li&gt;
&lt;li&gt;Added the ability for admins to view votes, to prevent downvote trolling. &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/2303"&gt;Demo&lt;/a&gt;. &lt;a href="https://github.com/LemmyNet/lemmy/issues/4088"&gt;#4088&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Various bug fixes and minor enhancements.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/donate"&gt;Cryptocurrency&lt;/a&gt; (scroll to bottom of page)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Wed, 10 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2024-01-10_-_Lemmy_Release_v0.19.2_-_More_Federation_Fixes</guid>
    </item>
    <item>
      <title>Lemmy v0.19.1 Release</title>
      <link>https://join-lemmy.org/news/2023-12-20_-_Lemmy_Release_v0.19.1_-_Outgoing_Federation_fix</link>
      <description>&lt;h1&gt;Lemmy v0.19.1 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;p&gt;0.19.0 has a critical bug where sending outgoing activities can stop working. The bug is fixed in this version. It also fixes the &amp;quot;hide read posts&amp;quot; user setting, fixes a problem with invalid comment paths, and another fix for private message reports.&lt;/p&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;. The upgrade should take less than 30 minutes.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This month we are running a funding drive with the goal of increasing recurring donations from currently €4.000 to at least €12.000. With this amount @dessalines and @nutomic can each receive a yearly salary of €50.000 which is in line with median developer salaries. It will also allow one additional developer to work fulltime on Lemmy and speed up development.&lt;/p&gt;
&lt;p&gt;Read more details in the &lt;a href="https://join-lemmy.org/news/2023-10-31_-_Join-Lemmy_Redesign_and_Funding_Drive"&gt;funding drive announcement&lt;/a&gt;.&lt;/p&gt;
</description>
      <pubDate>Wed, 20 Dec 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-12-20_-_Lemmy_Release_v0.19.1_-_Outgoing_Federation_fix</guid>
    </item>
    <item>
      <title>Lemmy v0.19.0 Release</title>
      <link>https://join-lemmy.org/news/2023-12-15_-_Lemmy_Release_v0.19.0_-_Instance_blocking,_Scaled_sort,_and_Federation_Queue</link>
      <description>&lt;h1&gt;Lemmy v0.19.0 Release&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @nutomic and @dessalines, 2023-12-15&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;p&gt;This release is very large with &lt;a href="https://github.com/LemmyNet/lemmy/compare/0.18.5...main"&gt;almost 400 commits since 0.18.5&lt;/a&gt;. As such we can only give a general overview of the major changes in this post, and without going into detail. For more information, read the full changelog and linked issues at the bottom of this post.&lt;/p&gt;
&lt;h3&gt;Improved Post Ranking&lt;/h3&gt;
&lt;p&gt;There is a new &lt;a href="https://github.com/LemmyNet/lemmy/pull/3907"&gt;scaled sort&lt;/a&gt; which takes into account the number of active users in a community, and boosts posts from less-active communities to the top. Additionally there is a new &lt;a href="https://github.com/LemmyNet/lemmy/pull/3205"&gt;controversial sort&lt;/a&gt; which brings posts and comments to the top that have similar amounts of upvotes and downvotes. Lemmy's sorts are detailed &lt;a href="https://join-lemmy.org/docs/users/03-votes-and-ranking.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Instance Blocks for Users&lt;/h3&gt;
&lt;p&gt;Users can now &lt;a href="https://github.com/LemmyNet/lemmy/pull/3869"&gt;block instances&lt;/a&gt;. Similar to community blocks, it means that any posts from communities which are hosted on that instance are hidden. However the block doesn't affect users from the blocked instance, their posts and comments can still be seen normally in other communities.&lt;/p&gt;
&lt;h3&gt;Two-Factor-Auth Rework&lt;/h3&gt;
&lt;p&gt;Previously 2FA was enabled in a single step which made it easy to lock yourself out. This is now fixed by &lt;a href="https://github.com/LemmyNet/lemmy/pull/3959"&gt;using a two-step process&lt;/a&gt;, where the secret is generated first, and then 2FA is enabled by entering a valid 2FA token. It also fixes the problem where 2FA can be disabled without passing any 2FA token. As part of this change, 2FA is disabled for all users. This allows users who are locked out to get into their account again.&lt;/p&gt;
&lt;h3&gt;New Federation Queue&lt;/h3&gt;
&lt;p&gt;Outgoing federation actions are processed through a &lt;a href="https://github.com/LemmyNet/lemmy/pull/3605"&gt;new persistent queue&lt;/a&gt;. This means that actions don't get lost if Lemmy is restarted. It is also much more performant, with separate senders for each target instance. This avoids problems when instances are unreachable. Additionally it supports horizontal scaling across different servers. The endpoint &lt;code&gt;/api/v3/federated_instances&lt;/code&gt; contains &lt;a href="https://github.com/LemmyNet/lemmy/pull/4104"&gt;details about federation state&lt;/a&gt; of each remote instance.&lt;/p&gt;
&lt;h3&gt;Remote Follow&lt;/h3&gt;
&lt;p&gt;Another new feature is &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/1875"&gt;support for remote follow&lt;/a&gt;. When browsing another instance where you don't have an account, you can click the subscribe button and enter the domain of your home instance in the popup dialog. It will automatically redirect you to your home instance where it fetches the community and presents a subscribe button. &lt;a href="https://github.com/LemmyNet/lemmy-ui/pull/1875#issuecomment-1727790414"&gt;Here is a video showing how it works&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Authentication via Header or Cookie&lt;/h3&gt;
&lt;p&gt;Previous Lemmy versions used to send authentication tokens as part of the parameters. This was a leftover from websocket, which doesn't have any separate fields for this purpose. Now that we are using HTTP, &lt;a href="https://github.com/LemmyNet/lemmy/pull/3725"&gt;authentication can finally be passed via &lt;code&gt;jwt&lt;/code&gt; cookie or via header&lt;/a&gt; &lt;code&gt;Authorization: Bearer &amp;lt;jwt&amp;gt;&lt;/code&gt;. The old authentication method is not supported anymore to simplify maintenance. A major benefit of this change is that Lemmy can now send cache-control headers depending on authentication state. API responses with login have &lt;code&gt;cache-control: private&lt;/code&gt;, those without have &lt;code&gt;cache-control: public, max-age=60&lt;/code&gt;. This means that &lt;a href="https://github.com/LemmyNet/lemmy-ansible/issues/195"&gt;responses can be cached in Nginx&lt;/a&gt; which reduces server load.&lt;/p&gt;
&lt;h3&gt;Moderation&lt;/h3&gt;
&lt;p&gt;Reports are now &lt;a href="https://github.com/LemmyNet/lemmy/pull/3871"&gt;resolved automatically&lt;/a&gt; when the associated post/comment is marked as deleted. This reduces the amount of work for moderators. There is a new &lt;a href="https://github.com/LemmyNet/lemmy/pull/3927"&gt;log for image uploads&lt;/a&gt; which stores uploader. For now it is used to delete all user uploads when an account is purged. Later the list can be used for other purposes and made available through the API.&lt;/p&gt;
&lt;h3&gt;Cursor based pagination&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;0.19&lt;/code&gt; adds support for &lt;a href="https://github.com/LemmyNet/lemmy/pull/3872"&gt;cursor based pagination&lt;/a&gt; on the &lt;code&gt;/api/v3/post/list&lt;/code&gt; endpoint. This is more efficient for the database. Instead of a query parameter &lt;code&gt;?page=3&lt;/code&gt;, listing responses now include a field &lt;code&gt;&amp;quot;next_page&amp;quot;: &amp;quot;Pa46c&amp;quot;&lt;/code&gt; which needs to be passed as &lt;code&gt;?page_cursor=Pa46c&lt;/code&gt;. The existing pagination method is still supported for backwards compatibility, but will be removed in the next version.&lt;/p&gt;
&lt;h3&gt;User data export/import&lt;/h3&gt;
&lt;p&gt;Users can now &lt;a href="https://github.com/LemmyNet/lemmy/pull/3976"&gt;export their data&lt;/a&gt; (community follows, blocklists, profile settings), and import it again on another instance. This can be used for account migrations and also as a form of backup. The export format is designed to remain unchanged for a long time. You can make regular exports, and if the instance becomes unavailable, register a new account and import the data. This way you can continue using Lemmy seamlessly.&lt;/p&gt;
&lt;h3&gt;Time zone handling&lt;/h3&gt;
&lt;p&gt;Lemmy didn't have any support for timezones, which led to bugs when federating with other platforms. This is now &lt;a href="https://github.com/LemmyNet/lemmy/pull/3496"&gt;fixed by using UTC timezone for all timestamps&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;ARM64 Support&lt;/h3&gt;
&lt;p&gt;Thanks to help from @raskyld and @kroese, there are now offical Lemmy releases for ARM64 available.&lt;/p&gt;
&lt;h3&gt;Activity now includes voters&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Previously, site and community activity counts were only based on people who commented, or posted. &lt;a href="https://github.com/LemmyNet/lemmy/pull/4235"&gt;Those counts now include anyone who voted on a comment or post as well.&lt;/a&gt; Thanks to @Ategon for this change.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;. The upgrade should take less than 30 minutes.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Pict-rs 0.5 is also close to releasing. The upgrade takes a while due to a database migration, so read the &lt;a href="https://git.asonix.dog/asonix/pict-rs#user-content-04-to-05-migration-guide"&gt;migration guide&lt;/a&gt; to speed it up. Note that Lemmy 0.19 still works perfectly with pict-rs 0.4.&lt;/p&gt;
&lt;h2&gt;Thanks to everyone&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;, as well as &lt;a href="https://join-lemmy.org/donate"&gt;donations from individual users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This month we are running a funding drive with the goal of increasing recurring donations from currently €4.000 to at least €12.000. With this amount @dessalines and @nutomic can each receive a yearly salary of €50.000 which is in line with median developer salaries. It will also allow one additional developer to work fulltime on Lemmy and speed up development.&lt;/p&gt;
&lt;p&gt;Read more details in the &lt;a href="https://join-lemmy.org/news/2023-10-31_-_Join-Lemmy_Redesign_and_Funding_Drive"&gt;funding drive announcement&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;API&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Our HTTP API docs are at https://join-lemmy.org/api/
&lt;ul&gt;
&lt;li&gt;These are auto-generated directly from our rust type definitions, using &lt;a href="https://github.com/Aleph-Alpha/ts-rs"&gt;ts-rs&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.18.0-rc.1...0.19.0"&gt;A comparison from the last release&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Config&lt;/h3&gt;
&lt;p&gt;You can see the current config options &lt;a href="https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson"&gt;here.&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New option &lt;code&gt;cache_external_link_previews&lt;/code&gt; &lt;a href="https://github.com/LemmyNet/lemmy/pull/3897"&gt;[1]&lt;/a&gt; &lt;a href="https://github.com/LemmyNet/lemmy/pull/4148"&gt;[2]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;New option &lt;code&gt;cors_origin&lt;/code&gt; to permit &lt;a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin"&gt;cross-origin requests&lt;/a&gt; &lt;a href="https://github.com/LemmyNet/lemmy/pull/3421"&gt;[1]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Default database connections increased from 5 to 95 &lt;a href="https://github.com/LemmyNet/lemmy/commit/9bb99bec5ee850c34276a1ffbce74400f9df3aef"&gt;[1]&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Sort by post id in post view (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4270"&gt;#4270&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Debug random test failure (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4275"&gt;#4275&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Create comment in transaction. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3741"&gt;#3741&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4265"&gt;#4265&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Making login case-insensitive. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4272"&gt;#4272&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4273"&gt;#4273&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;Minor CI improvements (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4266"&gt;#4266&lt;/a&gt;)&amp;quot; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4271"&gt;#4271&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Optimizing sql format check. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4268"&gt;#4268&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Minor CI improvements (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4266"&gt;#4266&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a retry on a few fetches. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4267"&gt;#4267&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading lemmy-js-client to 0.19.0 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4260"&gt;#4260&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Quick fix for Peertube federation (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4261"&gt;#4261&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4264"&gt;#4264&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;federate-less-noisy (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4263"&gt;#4263&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Correctly combine sorts in post view cursor-based pagination (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4247"&gt;#4247&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reenable API tests that were accidentally skipped (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4259"&gt;#4259&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Second attempt to make command line options more consistent (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4249"&gt;#4249&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade pictrs to 0.5.0-rc.2, remove cargo unstable flags (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4258"&gt;#4258&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add test for fixed deleted post filter (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4256"&gt;#4256&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove moderator_view field from PostQuery (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4255"&gt;#4255&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing metadata endpoint. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4257"&gt;#4257&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update mod.rs (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4240"&gt;#4240&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;See if different SQL query fixes performance regression (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4246"&gt;#4246&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Speed up GET /api/v3/site endpoint (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4245"&gt;#4245&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont use test.png image for api tests (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4254"&gt;#4254&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade dependencies (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4248"&gt;#4248&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Set explicit limit for getPosts/getComments in tests (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4250"&gt;#4250&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add CI check for ignored files (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4252"&gt;#4252&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show federated posts on user profile. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4228"&gt;#4228&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4229"&gt;#4229&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont allow blocking local instance (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4241"&gt;#4241&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4242"&gt;#4242&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make command line options consistent (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4243"&gt;#4243&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add voters to active users (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4235"&gt;#4235&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Extend sitemap span (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4231"&gt;#4231&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Print version to log (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4226"&gt;#4226&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Revert debug auth (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4232"&gt;#4232&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont set duplicate context for activities (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4233"&gt;#4233&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Enable missing code for prometheus actix-web stats (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4230"&gt;#4230&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Some changes to help debug auth problems on lemmy.ml (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4220"&gt;#4220&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix cors_origin wildcard (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4214"&gt;#4214&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4221"&gt;#4221&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only allow distinguishing own comments (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4216"&gt;#4216&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4222"&gt;#4222&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing cookie secure check. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4213"&gt;#4213&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove httpOnly requirement. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4212"&gt;#4212&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Registrations and Reports should sort by New when viewing unresolved / unread. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4207"&gt;#4207&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade deps, fix issue with wrong diesel-async in Cargo.lock (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4211"&gt;#4211&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing rust-analyzer suggestions on rss feeds. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4210"&gt;#4210&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix:&lt;a href="https://github.com/LemmyNet/lemmy/issues/4197"&gt;#4197&lt;/a&gt;: validate post title must be shorter than 200 letters (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4198"&gt;#4198&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update diesel-async (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4203"&gt;#4203&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix entrypoint in Dockerfile (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4202"&gt;#4202&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Cross-compilation to ARM64 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4142"&gt;#4142&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove pictrs config section &lt;code&gt;old_db&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4199"&gt;#4199&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade pictrs to 0.5.0-beta.2 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4194"&gt;#4194&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading deps. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4196"&gt;#4196&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Setting rank column defaults to a small number. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4178"&gt;#4178&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4191"&gt;#4191&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Users can view their own posts after removal (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4186"&gt;#4186&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4192"&gt;#4192&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add API tests for purge user and purge post (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4183"&gt;#4183&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix remote community posts appearing in local listing (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4180"&gt;#4180&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4181"&gt;#4181&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Prevent purged user getting refetched from home instance (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3815"&gt;#3815&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4189"&gt;#4189&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing yarn-error.log (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4185"&gt;#4185&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding &lt;code&gt;creator_is_admin&lt;/code&gt; to &lt;code&gt;PersonView&lt;/code&gt;, &lt;code&gt;CommentView&lt;/code&gt;, and &lt;code&gt;PostView&lt;/code&gt;. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4165"&gt;#4165&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing issue with mods not being able to view reports. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4172"&gt;#4172&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4174"&gt;#4174&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Prevent random test failure (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4184"&gt;#4184&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix deleted posts so they can only be seen by creator (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4182"&gt;#4182&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use rust 1.74.0 in CI and move clippy lints to Cargo.toml (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4170"&gt;#4170&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix banning of remote user (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4169"&gt;#4169&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4171"&gt;#4171&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding Selectable and diesel postgres backend check. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4175"&gt;#4175&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade activitypub to &lt;code&gt;0.5.0-beta.5&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4179"&gt;#4179&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Include instance blocks in settings export (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4173"&gt;#4173&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix following local communities stuck on pending (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4160"&gt;#4160&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4161"&gt;#4161&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add upload_timeout to PictrsConfig (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4159"&gt;#4159&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add api tests for image endpoints (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4150"&gt;#4150&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use result instead of unwrap in apub tests (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4168"&gt;#4168&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix report count endpoint error (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4167"&gt;#4167&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Merge &lt;code&gt;/site_inbox&lt;/code&gt; into &lt;code&gt;/inbox&lt;/code&gt;, remove unique constraint for inboxes (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4138"&gt;#4138&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing an issue with timezone migration. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4153"&gt;#4153&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing show_new_post_notifs. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4158"&gt;#4158&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix cors wildcard (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/4095"&gt;#4095&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4156"&gt;#4156&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding skip_serializing_none to federation state. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4152"&gt;#4152&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing one other cache_remote_images. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4151"&gt;#4151&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rename cache_remote_images setting to cache_external_link_previews (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/4035"&gt;#4035&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4148"&gt;#4148&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove id column and use different primary key on some tables (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4093"&gt;#4093&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make import and export settings endpoints reachable (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4143"&gt;#4143&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont send comment reply to user who has community blocked. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3684"&gt;#3684&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4096"&gt;#4096&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont create auth cookie in backend (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4136"&gt;#4136&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing the desktop image on the README. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4135"&gt;#4135&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only check auth secure on release mode. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4127"&gt;#4127&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only keep sent and received activities for 7 days (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4113"&gt;#4113&lt;/a&gt;, fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4110"&gt;#4110&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4131"&gt;#4131&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add UI setting for collapsing bot comments. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3838"&gt;#3838&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4098"&gt;#4098&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;add federation queue state to get_federated_instances api (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4104"&gt;#4104&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Support signed fetch for federation (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/868"&gt;#868&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4125"&gt;#4125&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Also order reports by oldest first (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/4123"&gt;#4123&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4129"&gt;#4129&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding creator_is_moderator to CommentReplyView and PersonMentionView. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4126"&gt;#4126&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show oldest registration applications first (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/4122"&gt;#4122&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4123"&gt;#4123&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change logout endpoint to return SuccessResponse (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4121"&gt;#4121&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unused deps (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4111"&gt;#4111&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix hot_rank algorithm pushing downvoted content off the feed. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4085"&gt;#4085&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move usage of env::var to lemmy_utils, simplify db init (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/4095"&gt;#4095&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4108"&gt;#4108&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add link to githubs new issue button for security advisories. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3734"&gt;#3734&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4107"&gt;#4107&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding cors_origin to settings. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3665"&gt;#3665&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4095"&gt;#4095&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont allow bots to vote. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3940"&gt;#3940&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4100"&gt;#4100&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Resolve federated objects from other instances via redirect (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3129"&gt;#3129&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4073"&gt;#4073&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Include prometheus in default build, remove build feature (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3558"&gt;#3558&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4071"&gt;#4071&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hide private messages from blocked users. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4102"&gt;#4102&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading deps. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4103"&gt;#4103&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix issue with sending private messages to yourself. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3912"&gt;#3912&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4099"&gt;#4099&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Disable ansi coloring in logs. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3975"&gt;#3975&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4101"&gt;#4101&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hide public rss items for private instance. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3785"&gt;#3785&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4097"&gt;#4097&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix bug when leaving admin team, setting accepted application as true… (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4090"&gt;#4090&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont serialize karma. &lt;a href="https://github.com/LemmyNet/lemmy/issues/3393"&gt;#3393&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4089"&gt;#4089&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow Arabic and Cyrillic usernames/community names (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1764"&gt;#1764&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4083"&gt;#4083&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use starts_with for forbidden unicode (Fix &lt;a href="https://github.com/LemmyNet/lemmy/issues/3888"&gt;#3888&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4079"&gt;#4079&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow torrent magnet links as post urls. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3916"&gt;#3916&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4092"&gt;#4092&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing matrix id regex. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3431"&gt;#3431&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4091"&gt;#4091&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add creator_is_moderator to Comment and PostViews. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3347"&gt;#3347&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4087"&gt;#4087&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing problem with SaveUserSettings, when either the Person or Local… (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4077"&gt;#4077&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding /version route. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2914"&gt;#2914&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4059"&gt;#4059&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure my_vote is consistently missing if not voted. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3197"&gt;#3197&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4075"&gt;#4075&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Return status 401 on logout with invalid auth (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4081"&gt;#4081&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4082"&gt;#4082&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Avoid using proxy for pictrs requests (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3489"&gt;#3489&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4072"&gt;#4072&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hide deleted user accounts, add tests for PersonView (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3811"&gt;#3811&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4070"&gt;#4070&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Making mark post read fields optional. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4055"&gt;#4055&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding ts-rs directives for login_token. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4063"&gt;#4063&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix up convert more responses to SuccessResponse (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4066"&gt;#4066&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Convert more responses to SuccessResponse. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2860"&gt;#2860&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4058"&gt;#4058&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unused static (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4061"&gt;#4061&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Refactor rate limiter and improve rate limit bucket cleanup (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3937"&gt;#3937&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Handle invalid ban expires values (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4045"&gt;#4045&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4046"&gt;#4046&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;List distinguished comments first (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3843"&gt;#3843&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4050"&gt;#4050&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow marking multiple posts as read in single api call (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3963"&gt;#3963&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4048"&gt;#4048&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add validate_auth api endpoint (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3702"&gt;#3702&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4049"&gt;#4049&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Enable animated avatars setting (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4040"&gt;#4040&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Read community follower count from home instance (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1440"&gt;#1440&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4013"&gt;#4013&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Cleanup public api (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4047"&gt;#4047&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove empty API responses (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3993"&gt;#3993&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Ignore activities in remote communities without local followers (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4006"&gt;#4006&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Trying to fix export ci, try 1. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4038"&gt;#4038&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Cleanup checks for community actions (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2858"&gt;#2858&lt;/a&gt;, fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2868"&gt;#2868&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4028"&gt;#4028&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Convert titles for posts from Mastodon to plaintext (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3828"&gt;#3828&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4033"&gt;#4033&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Moving to debian-based docker image. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3972"&gt;#3972&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4004"&gt;#4004&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix legacy pagination for Subscribed feed (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4030"&gt;#4030&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only sanitize strings when generating RSS feeds and emails (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4003"&gt;#4003&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4024"&gt;#4024&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Implement user data import/export (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3976"&gt;#3976&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Wipe bio when user is banned with remove content (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/4012"&gt;#4012&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4032"&gt;#4032&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;add keyboard navigation setting (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3569"&gt;#3569&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add db table for login tokens which allows for invalidation (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3818"&gt;#3818&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make input length checks consistent with HTML maxlength attribute (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4009"&gt;#4009&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add comment to explain startup server (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/4005"&gt;#4005&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4022"&gt;#4022&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Specify password length limits in error (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3284"&gt;#3284&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4007"&gt;#4007&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont create :latest docker tag (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3996"&gt;#3996&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4016"&gt;#4016&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Return HTTP status 503 to all requests during startup (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3780"&gt;#3780&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4005"&gt;#4005&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Handle empty reason for registration application denial (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3485"&gt;#3485&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4008"&gt;#4008&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Mention max length for site name in config (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3006"&gt;#3006&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/4010"&gt;#4010&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change RELEASES.md to link to join-lemmy.org news (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3997"&gt;#3997&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase timeout for image upload to 30s (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3920"&gt;#3920&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3998"&gt;#3998&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Notify admin about registration application after email verification (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3024"&gt;#3024&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3995"&gt;#3995&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase default database connections (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3394"&gt;#3394&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3994"&gt;#3994&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix federation of admin actions (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3980"&gt;#3980&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3988"&gt;#3988&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rework the way 2FA is enabled/disabled (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3309"&gt;#3309&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3959"&gt;#3959&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Forgot to add ts export to pagination cursor. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3971"&gt;#3971&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make local federated instances use comnpose file for build (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3968"&gt;#3968&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;User can block instances (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2397"&gt;#2397&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3869"&gt;#3869&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing GetPostsResponse serialization. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3967"&gt;#3967&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix Posts List Performance + cursor-based pagination (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3872"&gt;#3872&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing high CPU usage on federation worker recheck. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3958"&gt;#3958&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Async scheduler (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3949"&gt;#3949&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Persistent, performant, reliable federation queue (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3605"&gt;#3605&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add ts(skip) attributes to fix js client code generation (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3952"&gt;#3952&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a scaled sort, to boost smaller communities. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3907"&gt;#3907&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Include domain in errors (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3944"&gt;#3944&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Bump ts_rs version (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3947"&gt;#3947&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Replace ammonia lib with manual html escaping (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3774"&gt;#3774&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3938"&gt;#3938&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add logging for pictrs uploads (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3927"&gt;#3927&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change AddAdmin to use person_id instead of local_user_id (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3941"&gt;#3941&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Auto resolve reports trigger (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3871"&gt;#3871&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Get rid of remaining Perform/SendActivity traits (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3670"&gt;#3670&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3926"&gt;#3926&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make use of variables less redundant and inconsistent in distinguish.rs (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3932"&gt;#3932&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove left joins and use only one call to select method in post_view.rs (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3865"&gt;#3865&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a new config flag to disable pictrs caching for thumbnails (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3897"&gt;#3897&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use Queryable instead of JoinView (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3917"&gt;#3917&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add ARM64 Docker image support (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3810"&gt;#3810&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a post_view mode. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3730"&gt;#3730&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3731"&gt;#3731&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Implement remote follow (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3738"&gt;#3738&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;update moderator view (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3820"&gt;#3820&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;replace &lt;code&gt;expect&lt;/code&gt; with &lt;code&gt;ErrorUnauthorized&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3915"&gt;#3915&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow passing auth via header or cookie (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3725"&gt;#3725&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make remove content optional during account deletion (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1617"&gt;#1617&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3817"&gt;#3817&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Sitemap - use UTC time (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3914"&gt;#3914&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix time zone handling (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3496"&gt;#3496&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move admin flag from person to local_user (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3060"&gt;#3060&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3403"&gt;#3403&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Lowercase domain on db query filters (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3849"&gt;#3849&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3873"&gt;#3873&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Sitemap (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3808"&gt;#3808&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: add client connect timeout to scheduled task (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3883"&gt;#3883&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add person name to PersonIsBannedFromSite error (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3786"&gt;#3786&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3855"&gt;#3855&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Replace Option(bool) with bool for PostQuery and CommentQuery (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3819"&gt;#3819&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3857"&gt;#3857&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update .woodpecker.yml use steps instead (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3858"&gt;#3858&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing woodpecker env var. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3854"&gt;#3854&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding 0.18.4 Release notes. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3853"&gt;#3853&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Automatically resolve report when post/comment is removed (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3850"&gt;#3850&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Speedup CI (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3852"&gt;#3852&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reorder woodpecker config to avoid ci failures (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3851"&gt;#3851&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Replace TypedBuilder with Default in update forms (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3814"&gt;#3814&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reduce amount of columns selected (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3755"&gt;#3755&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow filtering posts and comments by whether they were liked/disliked - fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3401"&gt;#3401&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3523"&gt;#3523&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow filtering PMs by sender (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3770"&gt;#3770&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix sanitize_html whitespaces (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3829"&gt;#3829&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;Attempt to fix CI building wrong commits (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3830"&gt;#3830&lt;/a&gt;)&amp;quot;&lt;/li&gt;
&lt;li&gt;Attempt to fix CI building wrong commits (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3830"&gt;#3830&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix ordering when doing a comment_parent type &lt;code&gt;list_comments&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3823"&gt;#3823&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unused db view options (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3787"&gt;#3787&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove form_id params (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3812"&gt;#3812&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update QUESTION.yml, remove UI (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3807"&gt;#3807&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing broken SQL migration formatting. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3800"&gt;#3800&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont use sha hash for password reset token (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3491"&gt;#3491&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3795"&gt;#3795&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rewrite remaining federation actions, get rid of PerformCrud trait (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3794"&gt;#3794&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding SQL format checking via &lt;code&gt;pg_format&lt;/code&gt; / pgFormatter (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3740"&gt;#3740&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Do not hide read posts when it is a user profile view (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3791"&gt;#3791&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only run slow CI checks for actual code changes (attempt 2) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3759"&gt;#3759&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove follow community traits (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3737"&gt;#3737&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Default imprementations for read and delete in Crud trait (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3707"&gt;#3707&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rewrite some federation actions to remove Perform/SendActivity (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/3670"&gt;#3670&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3758"&gt;#3758&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Enhanced testing of comments. Validate reply notifications, mentions (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3686"&gt;#3686&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix fetch instance software version from nodeinfo (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3772"&gt;#3772&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Correct logic to meet join-lemmy requirement, don't have closed signups. Allows Open and Applications. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3761"&gt;#3761&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;Only run slow CI checks for actual code changes (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3750"&gt;#3750&lt;/a&gt;)&amp;quot;&lt;/li&gt;
&lt;li&gt;Update CODEOWNERS (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3748"&gt;#3748&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Delete migrations_testing folder (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3751"&gt;#3751&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move entry from .rgignore to .gitignore (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3752"&gt;#3752&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rewrite some API handlers to remove Perform trait (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3735"&gt;#3735&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding 0.18.3 Release notes. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3753"&gt;#3753&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only run slow CI checks for actual code changes (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3750"&gt;#3750&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Restore markdown quotes after sanitize (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3708"&gt;#3708&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3749"&gt;#3749&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use same table join code for both read and list functions (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3663"&gt;#3663&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;remove n^2 part of person triggers, improve community aggregate trigger (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3739"&gt;#3739&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;remove performance-problematic and buggy duplicate site aggregates (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3732"&gt;#3732&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change readme installation link (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3736"&gt;#3736&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Federation tests replication round1 - demonstrate absent replication of comment deletes (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3657"&gt;#3657&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Omit local instance from federated instances list (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3712"&gt;#3712&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;add trigram index to search (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3719"&gt;#3719&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Sanitize html (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3708"&gt;#3708&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add moderator view parameter to list posts (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3176"&gt;#3176&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add controversial ranking (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3205"&gt;#3205&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make resolve_object not require auth &lt;a href="https://github.com/LemmyNet/lemmy/issues/3685"&gt;#3685&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3716"&gt;#3716&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Skip fragile API tests (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3723"&gt;#3723&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;UI Settings - Blur NSFW &amp;amp; Auto Expand (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3377"&gt;#3377&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Enable gzip for reqwest (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3696"&gt;#3696&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont authenticate user after successful password reset &lt;a href="https://github.com/LemmyNet/lemmy/issues/3714"&gt;#3714&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3715"&gt;#3715&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;detailed error message for blocked domains (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3698"&gt;#3698&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3701"&gt;#3701&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Bump version of dependency &amp;quot;webmention&amp;quot; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3711"&gt;#3711&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;prevent ordering by comment path without post filter (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3717"&gt;#3717&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update Dockerfile to run process as non-privileged user. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3709"&gt;#3709&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change logic for determining comment default language (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3451"&gt;#3451&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3672"&gt;#3672&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;disable rustfmt feature on rosetta-build (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3679"&gt;#3679&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix federation test errors with new lemmy-js-client (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3678"&gt;#3678&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding diesel migration check. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3676"&gt;#3676&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3677"&gt;#3677&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure comments are sorted by hot_rank, then score. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3667"&gt;#3667&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix process shutdown (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3673"&gt;#3673&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Ignore errors when fetching community mods (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3460"&gt;#3460&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3674"&gt;#3674&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade activitypub library to 0.4.6 (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3222"&gt;#3222&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3675"&gt;#3675&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3653"&gt;#3653&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing hot_ranks and scores to append a published sort. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3618"&gt;#3618&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Handle displaying of deleted and removed posts/comments (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2624"&gt;#2624&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3286"&gt;#3286&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use local_site.default_post_listing_type as the initial default listing type for new users (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3666"&gt;#3666&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont publish releases to crates.io (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3272"&gt;#3272&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3664"&gt;#3664&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove SendActivity and Perform traits, rely on channel (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3596"&gt;#3596&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't panic when scheduled tasks can't connect to database (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3634"&gt;#3634&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add http cache for webfingers (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3317"&gt;#3317&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;prepare-drone-federation-test.sh has some more echo output and note about the LEMMY_DATABASE_URL format (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3651"&gt;#3651&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Post remove delete federation outbound fix0 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3613"&gt;#3613&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add Japanese README (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3620"&gt;#3620&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Cache &amp;amp; Optimize Woodpecker CI (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3450"&gt;#3450&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove TypedBuilder from db_views and db_views_actor (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3637"&gt;#3637&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Optimize hot rank updates (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3617"&gt;#3617&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Split activity table into sent and received parts (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3103"&gt;#3103&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3583"&gt;#3583&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;work around race condition on community fetch (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3414"&gt;#3414&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make &lt;code&gt;lemmy_api_common&lt;/code&gt; wasm-compatible (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3587"&gt;#3587&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add dev profile to strip symbols and disable debug info (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/3610"&gt;#3610&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3611"&gt;#3611&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Check for dead federated instances (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2221"&gt;#2221&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3427"&gt;#3427&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix wrong SMTP port when TLS is being used (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3574"&gt;#3574&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3607"&gt;#3607&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add workaround for &lt;a href="https://github.com/LemmyNet/lemmy/issues/3102"&gt;#3102&lt;/a&gt; until cross-compile work complete (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3472"&gt;#3472&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Updated Lemmy Matrix Support link (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3599"&gt;#3599&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update RELEASES.md (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3593"&gt;#3593&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add infinite scroll user option (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3572"&gt;#3572&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use specific Rust nightly version for CI cargo fmt (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3467"&gt;#3467&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3577"&gt;#3577&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make functions work with both connection and pool (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3420"&gt;#3420&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Shrink capacity in &lt;code&gt;RateLimitStorage::remove_older_than&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3536"&gt;#3536&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix &lt;a href="https://github.com/LemmyNet/lemmy/issues/3366"&gt;#3366&lt;/a&gt;: Wrap plain-text error responses from the API in JSON (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3559"&gt;#3559&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix &lt;a href="https://github.com/LemmyNet/lemmy/issues/3501"&gt;#3501&lt;/a&gt; - Fix aggregation counts for elements removed and deleted (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3543"&gt;#3543&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only update site_aggregates for local site (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3516"&gt;#3516&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Error enum fixed (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3487"&gt;#3487&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding phiresky to codeowners. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3576"&gt;#3576&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade all dependencies (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3526"&gt;#3526&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use async email sender (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3554"&gt;#3554&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update RELEASES.md (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3556"&gt;#3556&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding v0.18.1 and v0.18.0 release notes. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3530"&gt;#3530&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Updating &lt;code&gt;login.rs&lt;/code&gt; with generic &lt;code&gt;incorrect_login&lt;/code&gt; response. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3549"&gt;#3549&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Improve api response times by doing send_activity asynchronously (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3493"&gt;#3493&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Upgrading lemmy-js-client. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2285"&gt;#2285&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure banned toast has correct user. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2281"&gt;#2281&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing link targets reloading page. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2275"&gt;#2275&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2276"&gt;#2276&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Moderation/content action overhaul (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2258"&gt;#2258&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing communityToChoice. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2231"&gt;#2231&lt;/a&gt; . Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2232"&gt;#2232&lt;/a&gt; . (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2271"&gt;#2271&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only generate manifest if it isn't already in memory (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2272"&gt;#2272&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a few promise.all concurrent fetches to FetchInitialData. &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2234"&gt;#2234&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2270"&gt;#2270&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Changing auth cookie name back to jwt. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2269"&gt;#2269&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Added aspect ratio to the video (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2268"&gt;#2268&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move lemmyClient generation into fetchInitialData functions. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2243"&gt;#2243&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2260"&gt;#2260&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix wrapped http client (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2267"&gt;#2267&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing cross-fetch issues. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2254"&gt;#2254&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing comments auto-collapsing. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2252"&gt;#2252&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2253"&gt;#2253&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Forgot to add yarn.lock.&lt;/li&gt;
&lt;li&gt;Disable post voting buttons when logged out. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2248"&gt;#2248&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2249"&gt;#2249&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Attempting to fix SSR. &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2243"&gt;#2243&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2247"&gt;#2247&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing instance blocking. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2245"&gt;#2245&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2246"&gt;#2246&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing QR code CSP, try 2. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2241"&gt;#2241&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2242"&gt;#2242&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix shutdown behaviour (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2239"&gt;#2239&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Multi-platform Dockerfile (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2235"&gt;#2235&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update deps (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2237"&gt;#2237&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading deps. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2233"&gt;#2233&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing follow from subscribe page. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2215"&gt;#2215&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2229"&gt;#2229&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding creator_is_admin and creator_is_mod, removing pointless functions (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2228"&gt;#2228&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update bs theme when site theme is changed (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2226"&gt;#2226&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Settings Import/export (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2223"&gt;#2223&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Auto focus search input when navigating to search page (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2224"&gt;#2224&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove previous button for PaginatorCursor (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2221"&gt;#2221&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix back button from posts going back twice instead of once (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2220"&gt;#2220&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing errors. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2216"&gt;#2216&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2219"&gt;#2219&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing QR code CSP. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2218"&gt;#2218&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade for lemmy js client &lt;code&gt;0.19.0-alpha.16&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2210"&gt;#2210&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Search page select fix (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2201"&gt;#2201&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixed markdown parsing error particularly with the spoiler tag. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2200"&gt;#2200&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;use improved notification system for all notification types (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2190"&gt;#2190&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make 2FA input play nicer with phone keyboards (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2199"&gt;#2199&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add code highlighting (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2195"&gt;#2195&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Updating for new v19 changes. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2191"&gt;#2191&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont hide reply box on other actions. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1968"&gt;#1968&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2189"&gt;#2189&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add curl for basic healthcheck (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2186"&gt;#2186&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Tweak 2fa (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2179"&gt;#2179&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add RTL/BIDI to post text (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1963"&gt;#1963&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Simplify favicon (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2176"&gt;#2176&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding cursor pagination. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2155"&gt;#2155&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2173"&gt;#2173&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Fix emoji picker custom emoji bug (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2175"&gt;#2175&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing broken docker build due to missing rxjs. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2174"&gt;#2174&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont push to :latest docker tag (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2171"&gt;#2171&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Prevent login screen from redirecting to signup (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2170"&gt;#2170&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat: Accomodate 2FA changes in UI&lt;/li&gt;
&lt;li&gt;Adding scaled sort to UI. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2156"&gt;#2156&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2169"&gt;#2169&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Fix notifications (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2132"&gt;#2132&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Smart url parsing (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2141"&gt;#2141&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Fix bug where old settings would linger on page until browser refresh (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2153"&gt;#2153&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Fix bug where user could not block person from profile page (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2151"&gt;#2151&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Husky fix for production build. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2150"&gt;#2150&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat: Block instance (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2144"&gt;#2144&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remote follow (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1875"&gt;#1875&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove auth from API request body params (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2140"&gt;#2140&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;refetch inbox when marking a message as read (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2131"&gt;#2131&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;allow limited markdown in spoiler summary (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2126"&gt;#2126&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Changed blocked instances to not be linked from instance page (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2121"&gt;#2121&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix purge submit button in post-listing (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2128"&gt;#2128&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase cache-control max-age to 60s (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2124"&gt;#2124&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't hide the 'show source' button for anonymous users (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2127"&gt;#2127&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Disable &amp;quot;Next&amp;quot; button in Paginator when the next page is empty (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2114"&gt;#2114&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add moderator view button (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1993"&gt;#1993&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix communities search bug (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2108"&gt;#2108&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Display more information why has the login failed (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2109"&gt;#2109&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix husky for yarn 2 . (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2110"&gt;#2110&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Report fix (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2089"&gt;#2089&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;always show community name with instance for easy copy-pasting to friends (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2073"&gt;#2073&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update spoiler icon to diamond shape. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2102"&gt;#2102&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Ensure markdown links have the noopener and nofollow rel tags as well. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2100"&gt;#2100&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move allowed and blocked instance tables to the column right of linked instance table (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2071"&gt;#2071&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Woodpecker updates. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2046"&gt;#2046&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Federate emoji sizing (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2063"&gt;#2063&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Moved title field to the top of post-form (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2039"&gt;#2039&lt;/a&gt;, &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2059"&gt;#2059&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2061"&gt;#2061&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Temp fix to modlog failing to render future dates (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2058"&gt;#2058&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move banned users to a separate admin tab. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2057"&gt;#2057&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing webpack build. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2042"&gt;#2042&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Frontend Settings - &amp;quot;Blur NSFW&amp;quot; and &amp;quot;Auto Expand&amp;quot; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1640"&gt;#1640&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add open links in new tab (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2032"&gt;#2032&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix comment insertion from context views. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2030"&gt;#2030&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2031"&gt;#2031&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix password autocomplete (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2033"&gt;#2033&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix suggested title &amp;quot; &amp;quot; spaces (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2037"&gt;#2037&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Lemmy 2515 controversial posts and comments (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1727"&gt;#1727&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update translation submodule (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2023"&gt;#2023&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Mark post as read when clicking &amp;quot;Expand here&amp;quot; on the preview image on the post listing page (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1600"&gt;#1600&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1978"&gt;#1978&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Expanded the RegEx to check if the title contains new line caracters. Should fix issue &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1962"&gt;#1962&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1965"&gt;#1965&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix document title of admin settings being overwritten by tagline and emoji forms (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2003"&gt;#2003&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading deps, running prettier. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1987"&gt;#1987&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;ES-Lint tweak (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/2001"&gt;#2001&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use proper modifier key in markdown text input on macOS (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1995"&gt;#1995&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing comment report showing dot. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1989"&gt;#1989&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure comment score color matches your vote. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1988"&gt;#1988&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow limited set of markdown in title rendering (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1977"&gt;#1977&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow selecting from all languages in person settings (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1971"&gt;#1971&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1985"&gt;#1985&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Separate final comment row + add classes (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1982"&gt;#1982&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow sorting on /communities (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1934"&gt;#1934&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix base.output (see &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1911"&gt;#1911&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1943"&gt;#1943&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add show/hide button to password fields (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1861"&gt;#1861&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix start_url and scope (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1931"&gt;#1931&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove lodash.merge dependency (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1911"&gt;#1911&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Set person_id to myId in handleLeaveModTeam (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1929"&gt;#1929&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove invalid default option from language list (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1919"&gt;#1919&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix CSP in dev mode (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1918"&gt;#1918&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add Toast Messages for Bad Logins (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1874"&gt;#1874&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Comment border tweak (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1820"&gt;#1820&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add nonce-based CSP header (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1907"&gt;#1907&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use the 'node' user instead of root when running. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1894"&gt;#1894&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add community name to featured post action in Modlog (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1891"&gt;#1891&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use canonical URLs (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1883"&gt;#1883&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add theme option for compact that respects browser default (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1870"&gt;#1870&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update post listing to prefer local image when available (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1858"&gt;#1858&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Disallow /modlog since it is not relevant for bots (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1850"&gt;#1850&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix XSS vuln (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1897"&gt;#1897&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;User inferno prompt instead of handrolled one (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1867"&gt;#1867&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Darkly tweak (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1811"&gt;#1811&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reopen PR 1420 Feature add three six and nine months options frontend (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1689"&gt;#1689&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update lemmy-js-client and lemmy-translations (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1848"&gt;#1848&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 15 Dec 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-12-15_-_Lemmy_Release_v0.19.0_-_Instance_blocking,_Scaled_sort,_and_Federation_Queue</guid>
    </item>
    <item>
      <title>Join-Lemmy Redesign and Funding Drive</title>
      <link>https://join-lemmy.org/news/2023-10-31_-_Join-Lemmy_Redesign_and_Funding_Drive</link>
      <description>&lt;h1&gt;Join-Lemmy Redesign and Funding Drive&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @nutomic and @dessalines, 2023-10-31&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Intro&lt;/h2&gt;
&lt;p&gt;Some months have passed on since the &lt;a href="https://join-lemmy.org/news/2023-06-17_-_Update_from_Lemmy_after_the_Reddit_blackout"&gt;Reddit blackout&lt;/a&gt; this June. It led to an explosive growth in Lemmy users, and lots of urgent work in scaling, bug fixes, user onboarding and more. Since then things have calmed down significantly, giving us breathing room and time to get more long-term work done.&lt;/p&gt;
&lt;p&gt;As of Nov. 2023, Lemmy is at &lt;strong&gt;~36k monthly active users&lt;/strong&gt; 🥳 (&lt;em&gt;those who have posted or commented within the last month&lt;/em&gt;). While user counts are not an explicit goal of ours, this is still a tremendous achievement, and one which we can all be proud to be a part of. It shows that people &lt;em&gt;truly do&lt;/em&gt; want alternatives to US tech companies, and will use them if they exist.&lt;/p&gt;
&lt;h2&gt;Join-Lemmy Redesign&lt;/h2&gt;
&lt;p&gt;Most recently we've been working on a redesign of join-lemmy.org to provide a better onboarding experience and cater towards new users. This includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A helpful new &lt;a href="http://join-lemmy.org/?showJoinModal=true"&gt;instance picker&lt;/a&gt; to reduce &lt;a href="https://thedecisionlab.com/reference-guide/psychology/choice-overload"&gt;choice overload&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;a href="http://join-lemmy.org/instances"&gt;instances page&lt;/a&gt; is now &lt;em&gt;filterable&lt;/em&gt;, based a set of topics and languages, as well as &lt;em&gt;sortable&lt;/em&gt; based on activity. The default sort is &lt;code&gt;Random&lt;/code&gt;, to encourage people to join smaller servers.&lt;/li&gt;
&lt;li&gt;The &lt;a href="http://join-lemmy.org/apps"&gt;apps&lt;/a&gt; page now has sections for Android, iOS, and web apps, as well as libraries. Feel free to do a pull request to add any apps that are missing.&lt;/li&gt;
&lt;li&gt;The &lt;a href="http://join-lemmy.org/donate"&gt;donate&lt;/a&gt; page now shows the total amount of monthly donations across all platforms. More details below.&lt;/li&gt;
&lt;li&gt;The technology used is Typescript with &lt;a href="https://tailwindcss.com/"&gt;tailwind&lt;/a&gt; and &lt;a href="https://daisyui.com/"&gt;daisyUI&lt;/a&gt; CSS frameworks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;For server admins&lt;/strong&gt;: If your instance isn't listed already, you must explicitly add your server topics and languages by doing a pull request to &lt;a href="https://github.com/LemmyNet/joinlemmy-site/blob/4bd4d7a0c450addb8696db22813796b7cf1de3c2/src/shared/components/instances-definitions.ts"&gt;this file&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As you may have noticed, texts on the website are unchanged, and images on the main page are still generic placeholders. We are hoping for your contributions to improve them. For the texts, edit &lt;a href="https://github.com/LemmyNet/joinlemmy-translations/blob/1bc69869fda7ee144ddfbc4d9fb29af3a0d4619e/translations/en.json"&gt;this file&lt;/a&gt;. Translations are managed via &lt;a href="https://weblate.join-lemmy.org/projects/lemmy/joinlemmy/"&gt;weblate&lt;/a&gt;. Images are located in &lt;a href="https://github.com/LemmyNet/joinlemmy-site/tree/main/src/assets/images"&gt;this folder&lt;/a&gt;. If you are good with AI tools, consider replacing &lt;code&gt;main_federation.webp&lt;/code&gt; and similar with more colorful images. More &lt;code&gt;main_screen_x.webp&lt;/code&gt; images with custom themes or alternative frontends would be nice too. In general feel free to open issues or pull requests for improvements to the site.&lt;/p&gt;
&lt;h2&gt;Funding Drive&lt;/h2&gt;
&lt;p&gt;Before the Reddit migration, our income was almost exclusively made up of generous donations from the &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;. This funding was based on getting paid for implementing new features, specified in advance.&lt;/p&gt;
&lt;p&gt;We've known that this funding could not last indefinitely, and that after several years of funding, NLnet's resources are better spent getting other projects up and running. Additionally, much of our time is spent on other equally important work: reviewing changes from community contributors, fixing bugs, doing support, and various organizational tasks.&lt;/p&gt;
&lt;p&gt;That is why we are launching our first &lt;strong&gt;annual funding drive&lt;/strong&gt;. The goal is to increase monthly, recurring donations from currently €4.000 to at least €12.000. With this amount @dessalines and @nutomic can each receive a yearly salary of €50.000 which is in line with &lt;a href="https://www.developersalary.com/"&gt;median developer salaries&lt;/a&gt;. It will also allow one additional developer to work fulltime on Lemmy and speed up development.&lt;/p&gt;
&lt;p&gt;Recurring donations from Lemmy users are the most sustainable solution for the future. It also means that we need to worry less about funding, and can focus more on improving Lemmy. And instead of being accountable to an external organization, we work &lt;strong&gt;directly for Lemmy's users&lt;/strong&gt;. While one-time donations are also welcome, they are too unpredictable for long-term planning.&lt;/p&gt;
&lt;p&gt;You can find available donation options on the &lt;a href="http://join-lemmy.org/donate"&gt;donate page&lt;/a&gt;. This page was also updated during the redesign to display current donations and funding goals. If each active Lemmy user donated &lt;strong&gt;~€0.33 per month&lt;/strong&gt; it would be enough for 3 full-time developers. So please consider donating if you use Lemmy every day. Our preferred donation platform is Liberapay because it doesn't have any payment fees or delays, and is itself open source.&lt;/p&gt;
&lt;p&gt;Besides Lemmy's developers, please consider donating to those who develop open-source apps or software for the Lemmy ecosystem, as well as server admins and moderation teams who are the backbone of the Lemmyverse. We would be happy to add donation links for the above to join-lemmy.org as well!&lt;/p&gt;
&lt;p&gt;If you have any suggestions in regards to the topics mentioned in this post, please let us know. We also want to use this opportunity to thank the countless contributors who are working on Lemmy now.&lt;/p&gt;
</description>
      <pubDate>Tue, 31 Oct 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-10-31_-_Join-Lemmy_Redesign_and_Funding_Drive</guid>
    </item>
    <item>
      <title>Lemmy v0.18.5 Release (2023-09-29)</title>
      <link>https://join-lemmy.org/news/2023-09-29_-_Lemmy_Release_v0.18.5_-_Fix_federation_for_Admin_Actions</link>
      <description>&lt;h1&gt;Lemmy v0.18.5 Release (2023-09-29)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @nutomic and @dessalines, 2023-09-29&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;p&gt;This release fixes a problem with federation of moderation actions performed by admin accounts. Specifically there is an check when receiving remote federation actions, which is incorrectly rejecting them in some cases. The problem is fixed by this release.&lt;/p&gt;
&lt;p&gt;There are no other changes.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;@dessalines and @nutomic are working full-time on Lemmy to integrate community contributions, fix bugs, optimize performance and much more. This work is funded exclusively through donations.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. No one likes recurring donations, but theyâ€™ve proven to be the only way that open-source software like Lemmy can stay independent and alive.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/donate"&gt;Cryptocurrency&lt;/a&gt; (scroll to bottom of page)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;. There are no config or API changes with this release.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/#lemmy-admin-support-topics:discuss.online"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;Lemmy&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fix federation of admin actions (&lt;a href="https://github.com/LemmyNet/lemmy/pull/3988"&gt;#3988&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 29 Sep 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-09-29_-_Lemmy_Release_v0.18.5_-_Fix_federation_for_Admin_Actions</guid>
    </item>
    <item>
      <title>Lemmy v0.18.4 Release (2023-08-08)</title>
      <link>https://join-lemmy.org/news/2023-08-08_-_Lemmy_Release_v0.18.4</link>
      <description>&lt;h1&gt;Lemmy v0.18.4 Release (2023-08-08)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @nutomic, 2023-08-08&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;p&gt;This version fixes the problem of comment context not loading properly. It also fixes a couple other bugs.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;@dessalines and @nutomic are working full-time on Lemmy to integrate community contributions, fix bugs, optimize performance and much more. This work is funded exclusively through donations.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. No one likes recurring donations, but they’ve proven to be the only way that open-source software like Lemmy can stay independent and alive.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/donate"&gt;Cryptocurrency&lt;/a&gt; (scroll to bottom of page)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;. There are no config or API changes with this release.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/#lemmy-admin-support-topics:discuss.online"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;Lemmy&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fix fetch instance software version from nodeinfo (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3772"&gt;#3772&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Correct logic to meet join-lemmy requirement, don't have closed signups. Allows Open and Applications. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3761"&gt;#3761&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix ordering when doing a comment_parent type &lt;code&gt;list_comments&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3823"&gt;#3823&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy-UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Mark post as read when clicking &amp;quot;Expand here&amp;quot; on the preview image on the post listing page (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1600"&gt;#1600&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1978"&gt;#1978&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update translation submodule (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2023"&gt;#2023&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix comment insertion from context views. Fixes #2030 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2031"&gt;#2031&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix password autocomplete (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2033"&gt;#2033&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix suggested title &amp;quot; &amp;quot; spaces (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2037"&gt;#2037&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Expanded the RegEx to check if the title contains new line caracters. Should fix issue #1962 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1965"&gt;#1965&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;ES-Lint tweak (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2001"&gt;#2001&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading deps, running prettier. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1987"&gt;#1987&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix document title of admin settings being overwritten by tagline and emoji forms (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2003"&gt;#2003&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use proper modifier key in markdown text input on macOS (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1995"&gt;#1995&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Tue, 08 Aug 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-08-08_-_Lemmy_Release_v0.18.4</guid>
    </item>
    <item>
      <title>Lemmy v0.18.3 Release (2023-07-28)</title>
      <link>https://join-lemmy.org/news/2023-07-28_-_Lemmy_Release_v0.18.3</link>
      <description>&lt;h1&gt;Lemmy v0.18.3 Release (2023-07-28)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2023-07-28&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;p&gt;This version brings major optimizations to the database queries, which significantly reduces CPU usage. There is also a change to the way federation activities are stored, which reduces database size by around 80%. Special thanks to @phiresky for their work on DB optimizations.&lt;/p&gt;
&lt;p&gt;The federation code now includes a check for dead instances which is used when sending activities. This helps to reduce the amount of outgoing POST requests, and also reduce server load.&lt;/p&gt;
&lt;p&gt;In terms of security, Lemmy now performs HTML sanitization on all messages which are submitted through the API or received via federation. Together with the tightened content-security-policy from 0.18.2, cross-site scripting attacks are now much more difficult.&lt;/p&gt;
&lt;p&gt;Other than that, there are numerous bug fixes and minor enhancements.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;@dessalines and @nutomic are working full-time on Lemmy to integrate community contributions, fix bugs, optimize performance and much more. This work is funded exclusively through donations.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. No one likes recurring donations, but they’ve proven to be the only way that open-source software like Lemmy can stay independent and alive.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://liberapay.com/Lemmy"&gt;Liberapay&lt;/a&gt; (preferred option)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opencollective.com/lemmy"&gt;Open Collective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/donate"&gt;Cryptocurrency&lt;/a&gt; (scroll to bottom of page)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;. There are no config or API changes with this release.&lt;/p&gt;
&lt;p&gt;You &lt;em&gt;may&lt;/em&gt; need to run &lt;code&gt;sudo chown 1000:1000 lemmy.hjson&lt;/code&gt; if you have any permissions errors.&lt;/p&gt;
&lt;p&gt;This upgrade takes ~5 minutes for the database migrations to complete.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/#lemmy-admin-support-topics:discuss.online"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;Lemmy&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Restore markdown quotes after sanitize (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3708"&gt;#3708&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3749"&gt;#3749&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;remove performance-problematic and buggy duplicate site aggregates (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3732"&gt;#3732&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;remove n^2 part of person triggers, improve community aggregate trigger (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3739"&gt;#3739&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;Add controversial ranking (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3205"&gt;#3205&lt;/a&gt;)&amp;quot;&lt;/li&gt;
&lt;li&gt;Omit local instance from federated instances list (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3712"&gt;#3712&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;add trigram index to search (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3719"&gt;#3719&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Federation tests replication round1 - demonstrate absent replication of comment deletes (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3657"&gt;#3657&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make resolve_object not require auth &lt;a href="https://github.com/LemmyNet/lemmy/issues/3685"&gt;#3685&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3716"&gt;#3716&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Sanitize html (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3708"&gt;#3708&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add controversial ranking (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3205"&gt;#3205&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Skip fragile API tests (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3723"&gt;#3723&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Enable gzip for reqwest (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3696"&gt;#3696&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont authenticate user after successful password reset &lt;a href="https://github.com/LemmyNet/lemmy/issues/3714"&gt;#3714&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3715"&gt;#3715&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Bump version of dependency &amp;quot;webmention&amp;quot; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3711"&gt;#3711&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;prevent ordering by comment path without post filter (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3717"&gt;#3717&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update Dockerfile to run process as non-privileged user. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3709"&gt;#3709&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont show removed comments to unauthenticated users (release branch) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3689"&gt;#3689&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add dev profile to strip symbols and disable debug info (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/3610"&gt;#3610&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3611"&gt;#3611&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont publish releases to crates.io (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3272"&gt;#3272&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3664"&gt;#3664&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change logic for determining comment default language (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3451"&gt;#3451&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3672"&gt;#3672&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Post remove delete federation outbound fix0 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3613"&gt;#3613&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;disable rustfmt feature on rosetta-build (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3679"&gt;#3679&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure comments are sorted by hot_rank, then score. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3667"&gt;#3667&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Ignore errors when fetching community mods (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3460"&gt;#3460&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3674"&gt;#3674&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade activitypub library to 0.4.6 (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3222"&gt;#3222&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3675"&gt;#3675&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3653"&gt;#3653&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing hot_ranks and scores to append a published sort. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3618"&gt;#3618&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use local_site.default_post_listing_type as the initial default listing type for new users (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3666"&gt;#3666&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't panic when scheduled tasks can't connect to database (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3634"&gt;#3634&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add http cache for webfingers (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3317"&gt;#3317&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Optimize hot rank updates (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3617"&gt;#3617&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Split activity table into sent and received parts (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3103"&gt;#3103&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3583"&gt;#3583&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;work around race condition on community fetch (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3414"&gt;#3414&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make &lt;code&gt;lemmy_api_common&lt;/code&gt; wasm-compatible (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3587"&gt;#3587&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Check for dead federated instances (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2221"&gt;#2221&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3427"&gt;#3427&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix wrong SMTP port when TLS is being used (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3574"&gt;#3574&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3607"&gt;#3607&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add infinite scroll user option (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3572"&gt;#3572&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Shrink capacity in &lt;code&gt;RateLimitStorage::remove_older_than&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3536"&gt;#3536&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix &lt;a href="https://github.com/LemmyNet/lemmy/issues/3501"&gt;#3501&lt;/a&gt; - Fix aggregation counts for elements removed and deleted (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3543"&gt;#3543&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy-UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fixing comment report showing dot. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1989"&gt;#1989&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure comment score color matches your vote. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1988"&gt;#1988&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow limited set of markdown in title rendering (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1977"&gt;#1977&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow selecting from all languages in person settings (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1971"&gt;#1971&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1985"&gt;#1985&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Separate final comment row + add classes (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1982"&gt;#1982&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix CSP in dev mode (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1918"&gt;#1918&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix base.output (see &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1911"&gt;#1911&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1943"&gt;#1943&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add show/hide button to password fields (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1861"&gt;#1861&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix start_url and scope (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1931"&gt;#1931&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove lodash.merge dependency (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1911"&gt;#1911&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Set person_id to myId in handleLeaveModTeam (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1929"&gt;#1929&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove invalid default option from language list (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1919"&gt;#1919&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Comment border tweak (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1820"&gt;#1820&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add Toast Messages for Bad Logins (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1874"&gt;#1874&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 28 Jul 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-07-28_-_Lemmy_Release_v0.18.3</guid>
    </item>
    <item>
      <title>Lemmy v0.18.2 Release</title>
      <link>https://join-lemmy.org/news/2023-07-11_-_Lemmy_Release_v0.18.2</link>
      <description>&lt;h1&gt;Lemmy v0.18.2 Release&lt;/h1&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;p&gt;This is an emergency release to fix the cross-site scripting vulnerability that was exploited yesterday. The attack used a bug in custom emoji code in order to exfiltrate admin login tokens. This release fixes the bug. Additionally it disallows inline Javascript using &lt;a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP"&gt;Content Security Policy&lt;/a&gt;. This should ensure that XSS vulnerabilities are impossible from now on.&lt;/p&gt;
&lt;p&gt;Special thanks to @makotech222 and @sunaruas for these fixes.&lt;/p&gt;
&lt;p&gt;Important note for instance admins: if your instance had any custom emojis configured, it is possible that the attacker has gained access to admin accounts. In order to invalidate all logins you need to execute the following command in PostgreSQL, and restart Lemmy afterwards.&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-sql"&gt;UPDATE secret SET jwt_secret = gen_random_uuid();
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/#lemmy-admin-support-topics:discuss.online"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for almost three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. No one likes recurring donations, but they've proven to be the only way that open-source software like Lemmy can stay independent and alive.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;Lemmy&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Improve api response times by doing send_activity asynchronously (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3493"&gt;#3493&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Updating &lt;code&gt;login.rs&lt;/code&gt; with generic &lt;code&gt;incorrect_login&lt;/code&gt; response. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3549"&gt;#3549&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use async email sender (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3554"&gt;#3554&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade all dependencies (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3526"&gt;#3526&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only update site_aggregates for local site (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3516"&gt;#3516&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy-UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Reopen PR 1420 Feature add three six and nine months options frontend (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1689"&gt;#1689&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add nonce-based CSP header (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1907"&gt;#1907&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use the 'node' user instead of root when running. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1894"&gt;#1894&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add community name to featured post action in Modlog (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1891"&gt;#1891&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use canonical URLs (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1883"&gt;#1883&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add theme option for compact that respects browser default (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1870"&gt;#1870&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update post listing to prefer local image when available (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1858"&gt;#1858&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Disallow /modlog since it is not relevant for bots (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1850"&gt;#1850&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix XSS vuln (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1897"&gt;#1897&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;User inferno prompt instead of handrolled one (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1867"&gt;#1867&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Darkly tweak (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1811"&gt;#1811&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update lemmy-js-client and lemmy-translations (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1848"&gt;#1848&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Tue, 11 Jul 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-07-11_-_Lemmy_Release_v0.18.2</guid>
    </item>
    <item>
      <title>Lemmy v0.18.1 Release</title>
      <link>https://join-lemmy.org/news/2023-07-07_-_Lemmy_Release_v0.18.1</link>
      <description>&lt;h1&gt;Lemmy v0.18.1 Release&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2023-07-07&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;p&gt;This release includes major improvements to performance, specifically optimizations of database queries. Special thanks to @phiresky, @ruud, @sunaurus and many others for investigating these. Additionally this version includes a fix for another cross-site scripting vulnerability. For these reasons instance admins should upgrade as soon as possible.&lt;/p&gt;
&lt;p&gt;As promised, captchas are supported again. And as usual there are countless bug fixes and minor improvements, many of them contributed by community members.&lt;/p&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/#lemmy-admin-support-topics:discuss.online"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for almost three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. No one likes recurring donations, but they've proven to be the only way that open-source software like Lemmy can stay independent and alive.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;API&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Added a few more post sorts, a &lt;code&gt;show_nsfw&lt;/code&gt; to &lt;code&gt;ListCommunities&lt;/code&gt;, and &lt;code&gt;open_links_in_new_tab&lt;/code&gt; to &lt;code&gt;SaveUserSettings&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Full list of changes &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.18.0...0.18.1"&gt;here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Revert &amp;quot;Make sure hot rank sorts for post and community filter by positive hot ranks. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3497"&gt;#3497&lt;/a&gt;)&amp;quot; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3521"&gt;#3521&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make hot rank not crash on future (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3517"&gt;#3517&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade crossbeam-channel (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3512"&gt;#3512&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update prettier to 3.0.0 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3509"&gt;#3509&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;improve admin and mod check to not do seq scans and return unnecessary data (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3483"&gt;#3483&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only allow http(s) scheme for urls (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/3505"&gt;#3505&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3508"&gt;#3508&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change security contact mail (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3506"&gt;#3506&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow cross-origin requests (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3421"&gt;#3421&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure hot rank sorts for post and community filter by positive hot ranks. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3497"&gt;#3497&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixes wrong community moderator ordering. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3495"&gt;#3495&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use fixed prettier version for CI (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3507"&gt;#3507&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;upgrade markdown-it to fix panic (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3490"&gt;#3490&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;improve performance of community followers inbox query (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3482"&gt;#3482&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Cache federation blocklist (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3486"&gt;#3486&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add Prometheus endpoint (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3456"&gt;#3456&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a person.admin index, and featured_local/community indexes. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3479"&gt;#3479&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add feature for enabling json logging (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3462"&gt;#3462&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix(posts/comments/search): return error on invalid community name (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3418"&gt;#3418&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Improved validation of display names (Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3436"&gt;#3436&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3437"&gt;#3437&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove not needed anymore http-signature-normalization-actix dependency (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3458"&gt;#3458&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;300 comment limit. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3306"&gt;#3306&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Do not decrement comment score twice when removing then deleting. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3196"&gt;#3196&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove excessive content_type header configuration (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3470"&gt;#3470&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding rest of community sorts. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3374"&gt;#3374&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3376"&gt;#3376&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont compare db string errors (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1393"&gt;#1393&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3424"&gt;#3424&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add Open links in new tab setting (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3318"&gt;#3318&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix awesome-lemmy owner (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3469"&gt;#3469&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add awesome-lemmy to LemmyNet? (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3413"&gt;#3413&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use serde(skip) instead of skip_serializing, add placeholder values (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3362"&gt;#3362&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Mark follow as pending when subscribing to remote community (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/3384"&gt;#3384&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3406"&gt;#3406&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix formatting for latest nightly (#ref 3467)&lt;/li&gt;
&lt;li&gt;Remove PerformApub trait (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3423"&gt;#3423&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix quoting of max-file in docker-compose.yml (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3442"&gt;#3442&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;don't strip, log trace if requested (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3425"&gt;#3425&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update federated posts to not cache sensitive images if not allow by local site (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3253"&gt;#3253&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix concatenation of audio captcha wav files (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3350"&gt;#3350&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Automatically manage database when running scripts/test.sh (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3389"&gt;#3389&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing release script. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3398"&gt;#3398&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Added gitattributes to normalize all files to lf (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3386"&gt;#3386&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update activitypub-federation crate to 0.4.5 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3379"&gt;#3379&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix cargo warnings (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3397"&gt;#3397&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix missing sorting types (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3370"&gt;#3370&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;docs(api): Add api-common info on generating TypeScript bindings (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3330"&gt;#3330&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove redundant calls to &lt;code&gt;Iterator::collect&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3365"&gt;#3365&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Run cargo update as part of release script (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3369"&gt;#3369&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2900"&gt;#2900&lt;/a&gt; - Checks slur regex to see if it is too permissive (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3146"&gt;#3146&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;add new flag to api (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3363"&gt;#3363&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat: re-added captcha checks (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3289"&gt;#3289&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Limit password resets (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3344"&gt;#3344&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing the release script. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3295"&gt;#3295&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Batch hot rank updates (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3175"&gt;#3175&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Feature add three six and nine months options backend (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3226"&gt;#3226&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fetch community outbox and moderators in parallel (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3360"&gt;#3360&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove networks from docker-compose.yml (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3356"&gt;#3356&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Item URL should point to post URL (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3345"&gt;#3345&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Site Metadata: resolve relative URLs for embedded images/videos (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3338"&gt;#3338&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use compression middleware (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3343"&gt;#3343&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove another unused dev dependency&lt;/li&gt;
&lt;li&gt;Adjust the config check to be a separate faster to compile binary (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3313"&gt;#3313&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unused actix_rt dependency&lt;/li&gt;
&lt;li&gt;Add Liftoff to README.md (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3357"&gt;#3357&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Respond with &lt;code&gt;Content-Type: application/activity+json&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3353"&gt;#3353&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix lemmy UI environment variable (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3299"&gt;#3299&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Leave no apk cache in Docker image (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3327"&gt;#3327&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow wildcard imports in schema.rs (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3293"&gt;#3293&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update DB local_user.theme type to text (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3266"&gt;#3266&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat: allow all admins to purge content (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3271"&gt;#3271&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add separate Post check for is_valid_body_field (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3263"&gt;#3263&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove DELETED_REPLACEMENT_URL&lt;/li&gt;
&lt;li&gt;Add support for sslmode=require for diesel-async DB connections (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3189"&gt;#3189&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove &lt;code&gt;actix_rt&lt;/code&gt; &amp;amp; use standard tokio spawn (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3158"&gt;#3158&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;feat: re-added captcha checks (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3249"&gt;#3249&lt;/a&gt;)&amp;quot; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3288"&gt;#3288&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing removed posts showing. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2875"&gt;#2875&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3279"&gt;#3279&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reversed requirement question logic (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3283"&gt;#3283&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat: re-added captcha checks (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3249"&gt;#3249&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add support for sslmode=require for diesel-async DB connections (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3189"&gt;#3189&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove &lt;code&gt;actix_rt&lt;/code&gt; &amp;amp; use standard tokio spawn (&lt;a href="https://github.com/LemmyNet/lemmy/issues/3158"&gt;#3158&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;after 30 days post deletion, replace comment.content and post.body with 'Permanently Deleted'&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Dark theme tweaks (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1840"&gt;#1840&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Adjust sidebar banner to wrap bellow the title (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1819"&gt;#1819&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;add ruby annotation support (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1831"&gt;#1831&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Fix mobile thumbnail being too small (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1814"&gt;#1814&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use Join Lemmy hostname as link text in footer (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1737"&gt;#1737&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Add focus ring color to post action buttons and markdown help link (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1816"&gt;#1816&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Fix focus ring styles for radio button toggles &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1772"&gt;#1772&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1773"&gt;#1773&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix toaster upon user settings change (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1802"&gt;#1802&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix home page not using site-level listing type &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1612"&gt;#1612&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1778"&gt;#1778&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat: Subtler user badge style (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1796"&gt;#1796&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix data-bs-theme (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1810"&gt;#1810&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Attempt to fix inability to logout from some instances (subdomains) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1809"&gt;#1809&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat(theme): Vaporwave (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1682"&gt;#1682&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Revert smaller text size (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1795"&gt;#1795&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Updated the regex for isAuthPath to reduce false positive hits (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1806"&gt;#1806&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Add focus border to markdown toolbar buttons&lt;/li&gt;
&lt;li&gt;fix: Add data-bs-theme attribute for user dark/light modes (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1782"&gt;#1782&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Break text on post titles so long words don't overflow&lt;/li&gt;
&lt;li&gt;fix: Fix comment collapse and vote buttons not having focus style (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1789"&gt;#1789&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add missing modlog reasons (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1787"&gt;#1787&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix search page breaking on initial load when logged in (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1781"&gt;#1781&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat: Add PR template (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1785"&gt;#1785&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix profile loading spinner&lt;/li&gt;
&lt;li&gt;fix: Move getRoleLabelPill to the only component that uses it&lt;/li&gt;
&lt;li&gt;fix: Remove unused hasBadges() function&lt;/li&gt;
&lt;li&gt;fix: Fix badge alignment and break out into component&lt;/li&gt;
&lt;li&gt;Move export to barrel file&lt;/li&gt;
&lt;li&gt;fix: Fix avatar image overlay aspect ratio&lt;/li&gt;
&lt;li&gt;fix: Fix circle image aspect ratio&lt;/li&gt;
&lt;li&gt;fix: Add some spacing between upload field and image; fix circle image aspect ratio&lt;/li&gt;
&lt;li&gt;Prevent JWT token from showing up on error page&lt;/li&gt;
&lt;li&gt;fix: Fix vote buttons not showing spinners while registering vote &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1761"&gt;#1761&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;fix: Fix joined button check color&lt;/li&gt;
&lt;li&gt;fix: Fix up filter row gaps and margins a little&lt;/li&gt;
&lt;li&gt;fix: Fix heading levels&lt;/li&gt;
&lt;li&gt;fix: Simplify row classes a bit&lt;/li&gt;
&lt;li&gt;fix: Fix some gaps in search filters&lt;/li&gt;
&lt;li&gt;fix: Fix row gap on search options&lt;/li&gt;
&lt;li&gt;fix: Add bottom margin to inbox controls&lt;/li&gt;
&lt;li&gt;fix: Small cleanup to search/inbox controls&lt;/li&gt;
&lt;li&gt;fix: Update comment to reflect new logic&lt;/li&gt;
&lt;li&gt;fix: Post expand button was not showing if body-only post&lt;/li&gt;
&lt;li&gt;fix: Fix vote buttons in list view variable width&lt;/li&gt;
&lt;li&gt;fix: Fix thumb buttons having gray background &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1754"&gt;#1754&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add metaKey to markdown-textarea, for macos&lt;/li&gt;
&lt;li&gt;Fix jwt cookie path&lt;/li&gt;
&lt;li&gt;Fix quotedText bugs in markdown editor&lt;/li&gt;
&lt;li&gt;Fix DM replies&lt;/li&gt;
&lt;li&gt;Add fallback date-fns locale import&lt;/li&gt;
&lt;li&gt;Fix date-fns locale import failing for some locales&lt;/li&gt;
&lt;li&gt;fix req.cookie nonexistent -.-&lt;/li&gt;
&lt;li&gt;Enforce SameSite=Strict (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1713"&gt;#1713&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix service worker path&lt;/li&gt;
&lt;li&gt;fix cache auth method&lt;/li&gt;
&lt;li&gt;Fix authorized route false flag&lt;/li&gt;
&lt;li&gt;Fix dev caching issue&lt;/li&gt;
&lt;li&gt;change max-age to 5 for non-authed responses&lt;/li&gt;
&lt;li&gt;Fix &lt;code&gt;PostListing&lt;/code&gt; mobile margin layout issue (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1706"&gt;#1706&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Cache static data for a day&lt;/li&gt;
&lt;li&gt;Try increasing node memory.&lt;/li&gt;
&lt;li&gt;Fix taglines on &lt;code&gt;Home&lt;/code&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1701"&gt;#1701&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use git hash to break cache (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1684"&gt;#1684&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix issue with thumbnails (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1695"&gt;#1695&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing site setup. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1694"&gt;#1694&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1697"&gt;#1697&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing unecessary timezone adjusting&lt;/li&gt;
&lt;li&gt;Allow audio captcha through CSP (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1690"&gt;#1690&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix formatting&lt;/li&gt;
&lt;li&gt;Fixing lints. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1686"&gt;#1686&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Search only communities by default when coming from communities page&lt;/li&gt;
&lt;li&gt;Add Security.txt (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1408"&gt;#1408&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing timezone issue with date-fns. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1680"&gt;#1680&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1681"&gt;#1681&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add error toast for 413 content too large response on image uploads (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1675"&gt;#1675&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add publicPath for static js (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1672"&gt;#1672&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix search page to stop &lt;code&gt;couldnt_find_object&lt;/code&gt; error (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1669"&gt;#1669&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add fixed width/height to &lt;code&gt;PostListing&lt;/code&gt; thumbnail parent (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1660"&gt;#1660&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Add user action buttons to post dropdown &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1653"&gt;#1653&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1655"&gt;#1655&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding nightly docker build. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1678"&gt;#1678&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Return appropriate error codes (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1665"&gt;#1665&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add i386 theme (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1662"&gt;#1662&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Set cache-control headers to reduce server load (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/412"&gt;#412&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1641"&gt;#1641&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;formatting&lt;/li&gt;
&lt;li&gt;make subscribe/unsub/pending button consistent&lt;/li&gt;
&lt;li&gt;Revert &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1463"&gt;#1463&lt;/a&gt;, markdown default lang select&lt;/li&gt;
&lt;li&gt;remove hard-coded text foreground color classes (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1658"&gt;#1658&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix subscribe and block community buttons not showing up on first load&lt;/li&gt;
&lt;li&gt;change me-2 to me-1, no need for me-2 width&lt;/li&gt;
&lt;li&gt;make mod shrunken label text-primary&lt;/li&gt;
&lt;li&gt;add @jsit advice&lt;/li&gt;
&lt;li&gt;fix weird borders when markdown textarea is disabled&lt;/li&gt;
&lt;li&gt;use span&lt;/li&gt;
&lt;li&gt;always show badge on mobile&lt;/li&gt;
&lt;li&gt;fix a few colors&lt;/li&gt;
&lt;li&gt;Reduce fetchLimit (40 -&amp;gt; 20) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1638"&gt;#1638&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Moving webpack-bundle-analyzer require inside mode check to fix docker.&lt;/li&gt;
&lt;li&gt;Fix allowed and blocked instances not being fetched for admin settings (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1627"&gt;#1627&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Restore mdNoImages import&lt;/li&gt;
&lt;li&gt;fix: Fix alignment of preview mini-overlay buttons on thumbs&lt;/li&gt;
&lt;li&gt;fix: Remove body preview&lt;/li&gt;
&lt;li&gt;fix: Move toggle button to its own function&lt;/li&gt;
&lt;li&gt;fix: Show metadata preview card on all post pages&lt;/li&gt;
&lt;li&gt;Fix feedback on banning an unbanning&lt;/li&gt;
&lt;li&gt;fix vote button alignment&lt;/li&gt;
&lt;li&gt;remove icon (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1618"&gt;#1618&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Indicate valid and invalid fields in signup form (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1450"&gt;#1450&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;capitalize button (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1616"&gt;#1616&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move password reset form to separate route, view (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1390"&gt;#1390&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat(UI): Reduce base font size (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1591"&gt;#1591&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix: missing semantic css classes and html elements (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1583"&gt;#1583&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;partially revert change&lt;/li&gt;
&lt;li&gt;chore(DX): Add prettier to eslint config for use with editors&lt;/li&gt;
&lt;li&gt;fix: Remove unnecessary class&lt;/li&gt;
&lt;li&gt;fix: Remove unnecessary classes&lt;/li&gt;
&lt;li&gt;fix: Restore removed classes&lt;/li&gt;
&lt;li&gt;fix: Remove wrapping li's&lt;/li&gt;
&lt;li&gt;fix: Remove extraneous classes&lt;/li&gt;
&lt;li&gt;fix: Move things back to where they were&lt;/li&gt;
&lt;li&gt;chore: Separate post mod buttons into functions&lt;/li&gt;
&lt;li&gt;remove hook entirely&lt;/li&gt;
&lt;li&gt;fix bug collapsing previews when voting&lt;/li&gt;
&lt;li&gt;fix: Remove unnecessary string interpolations&lt;/li&gt;
&lt;li&gt;fix: Remove smallavatars prop&lt;/li&gt;
&lt;li&gt;fix: Restore icon avatars; make smaller and roundrect&lt;/li&gt;
&lt;li&gt;fix: Use Bootstrap file upload form control styles&lt;/li&gt;
&lt;li&gt;Fix feedback on banning an unbanning&lt;/li&gt;
&lt;li&gt;fix vote button alignment&lt;/li&gt;
&lt;li&gt;remove icon (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1618"&gt;#1618&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Indicate valid and invalid fields in signup form (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1450"&gt;#1450&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;capitalize button (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1616"&gt;#1616&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move password reset form to separate route, view (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1390"&gt;#1390&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat(UI): Reduce base font size (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1591"&gt;#1591&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix: missing semantic css classes and html elements (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1583"&gt;#1583&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;chore(DX): Add prettier to eslint config for use with editors&lt;/li&gt;
&lt;li&gt;Only give child comments colored borders&lt;/li&gt;
&lt;li&gt;Associate NSFW label with its checkbox&lt;/li&gt;
&lt;li&gt;fix: Remove unnecessary string interpolations&lt;/li&gt;
&lt;li&gt;fix: Remove unnecessary class&lt;/li&gt;
&lt;li&gt;fix: Remove unnecessary classes&lt;/li&gt;
&lt;li&gt;fix: Restore removed classes&lt;/li&gt;
&lt;li&gt;fix: Remove wrapping li's&lt;/li&gt;
&lt;li&gt;fix: Remove extraneous classes&lt;/li&gt;
&lt;li&gt;fix: Move things back to where they were&lt;/li&gt;
&lt;li&gt;chore: Separate post mod buttons into functions&lt;/li&gt;
&lt;li&gt;remove toUpperCase since the translation is uppercase&lt;/li&gt;
&lt;li&gt;fix vote button alignment&lt;/li&gt;
&lt;li&gt;partially revert change&lt;/li&gt;
&lt;li&gt;Add space between cancel and ban button&lt;/li&gt;
&lt;li&gt;add tooltip&lt;/li&gt;
&lt;li&gt;Fix feedback on banning an unbanning&lt;/li&gt;
&lt;li&gt;make post creator badge stand out more&lt;/li&gt;
&lt;li&gt;remove icon (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1618"&gt;#1618&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Indicate valid and invalid fields in signup form (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1450"&gt;#1450&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;capitalize button (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1616"&gt;#1616&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move password reset form to separate route, view (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1390"&gt;#1390&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat(UI): Reduce base font size (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1591"&gt;#1591&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix: missing semantic css classes and html elements (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1583"&gt;#1583&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;remove hook entirely&lt;/li&gt;
&lt;li&gt;run prettier&lt;/li&gt;
&lt;li&gt;add darkly-pureblack theme&lt;/li&gt;
&lt;li&gt;chore(DX): Add prettier to eslint config for use with editors&lt;/li&gt;
&lt;li&gt;fix bug collapsing previews when voting&lt;/li&gt;
&lt;li&gt;Associate NSFW label with its checkbox&lt;/li&gt;
&lt;li&gt;fix: Remove unused comment&lt;/li&gt;
&lt;li&gt;fix: Fix image/title wrapping on small&lt;/li&gt;
&lt;li&gt;fix: Fix post listing vote/image/title widths&lt;/li&gt;
&lt;li&gt;fix: Fix a too-small thumbnail column&lt;/li&gt;
&lt;li&gt;fix: Set max height on post listing thumbnails&lt;/li&gt;
&lt;li&gt;fix: Remove unnecessary string interpolations&lt;/li&gt;
&lt;li&gt;fix: Tidy up divs&lt;/li&gt;
&lt;li&gt;fix: Make navbar container full screen width &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1536"&gt;#1536&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;feat: Use plus/minus expand button in title for showing body/preview&lt;/li&gt;
&lt;li&gt;fix: Remove unnecessary class&lt;/li&gt;
&lt;li&gt;fix: Remove unnecessary classes&lt;/li&gt;
&lt;li&gt;fix: Restore removed classes&lt;/li&gt;
&lt;li&gt;fix: Remove wrapping li's&lt;/li&gt;
&lt;li&gt;fix: Remove extraneous classes&lt;/li&gt;
&lt;li&gt;fix: Move things back to where they were&lt;/li&gt;
&lt;li&gt;chore: Separate post mod buttons into functions&lt;/li&gt;
&lt;li&gt;feat(UI): Fix some link hover colors&lt;/li&gt;
&lt;li&gt;feat(UI): Hide avatars on listings&lt;/li&gt;
&lt;li&gt;feat(UI): Always put post body behind togggle on post listings (home/community) &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1595"&gt;#1595&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Only give child comments colored borders&lt;/li&gt;
&lt;li&gt;Update post-listing.tsx&lt;/li&gt;
&lt;li&gt;CSP should allow data urls for media-src or the audio captcha won't work&lt;/li&gt;
&lt;li&gt;fix(UI): Make max-width wider, and make sidebar narrower on wide screens &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1536"&gt;#1536&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Use spae instead of margin&lt;/li&gt;
&lt;li&gt;Fix search request being called twice on search page&lt;/li&gt;
&lt;li&gt;Add margin to new comment text&lt;/li&gt;
&lt;li&gt;handle embedded iframe content better&lt;/li&gt;
&lt;li&gt;fix lint error&lt;/li&gt;
&lt;li&gt;fix error on prod&lt;/li&gt;
&lt;li&gt;chore: Empty commit to re-trigger Woodpecker&lt;/li&gt;
&lt;li&gt;chore(a11y): Remove a11y eslint overrides, as there are (almost) no more violations&lt;/li&gt;
&lt;li&gt;fix(a11y): Change the look and behavior of some file upload fields&lt;/li&gt;
&lt;li&gt;fix: Add type=button to buttons&lt;/li&gt;
&lt;li&gt;fix: Fix some classes on private message collapse/expand button&lt;/li&gt;
&lt;li&gt;chore(a11y): Remove now-passing jsx-a11y tests from exemptions&lt;/li&gt;
&lt;li&gt;fix(a11y): Change divs and links to buttons&lt;/li&gt;
&lt;li&gt;fix: Remove invalid class&lt;/li&gt;
&lt;li&gt;chore: Empty commit to re-trigger Woodpecker&lt;/li&gt;
&lt;li&gt;fix: Fix some Bootstrap 5 font classes&lt;/li&gt;
&lt;li&gt;fix: Fix some Bootstrap 5 font classes&lt;/li&gt;
&lt;li&gt;fix(a11y): Restore aria-activedescendant&lt;/li&gt;
&lt;li&gt;chore: Empty commit to re-trigger Woodpecker&lt;/li&gt;
&lt;li&gt;fix(a11y): Make foreground of 'remove image button' white&lt;/li&gt;
&lt;li&gt;fix(a11y): Add alt text to emojis form&lt;/li&gt;
&lt;li&gt;fix(a11y): Fix some a11y markup in Searchable Select component&lt;/li&gt;
&lt;li&gt;fix(a11y): Change image remove button to true button element&lt;/li&gt;
&lt;li&gt;fix: Ignore rule for clickaway div; 'Esc' works for this&lt;/li&gt;
&lt;li&gt;fix(a11y): Fix non-list item being inside ul list in navbar&lt;/li&gt;
&lt;li&gt;fix: Fix non-unique ID attribute on re-used element&lt;/li&gt;
&lt;li&gt;fix: Fix another class&lt;/li&gt;
&lt;li&gt;fix: Fix some Bootstrap 5 font classes&lt;/li&gt;
&lt;li&gt;fix: Fix some emoji escape logic&lt;/li&gt;
&lt;li&gt;fix: Button doesn't need tabindex&lt;/li&gt;
&lt;li&gt;fix: Fix incorrect function reference&lt;/li&gt;
&lt;li&gt;fix: Empty commit to re-trigger Woodpecker&lt;/li&gt;
&lt;li&gt;fix: Emoji picker can be closed with escape key, other a11y fixes&lt;/li&gt;
&lt;li&gt;fix: Fix some a11y issues on jump to content button&lt;/li&gt;
&lt;li&gt;fix: Fix up some interface language logic and design&lt;/li&gt;
&lt;li&gt;fix: Clarify a comment&lt;/li&gt;
&lt;li&gt;Remove federation worker count&lt;/li&gt;
&lt;li&gt;fix: Add triangle alert icon to language warning&lt;/li&gt;
&lt;li&gt;added litely-compact&lt;/li&gt;
&lt;li&gt;changed where custom compact code goes&lt;/li&gt;
&lt;li&gt;added darkly-compact - issue 552&lt;/li&gt;
&lt;li&gt;Refactor first load handling&lt;/li&gt;
&lt;li&gt;Fix issue when navigating awat from settings&lt;/li&gt;
&lt;li&gt;Give function better name&lt;/li&gt;
&lt;li&gt;Make date distance format use correct verbiage&lt;/li&gt;
&lt;li&gt;Extract date fns setup&lt;/li&gt;
&lt;li&gt;Remove unused dep&lt;/li&gt;
&lt;li&gt;Replace momentjs with date-fns&lt;/li&gt;
&lt;li&gt;Cache post listings and restore listing state when using browser back navigation buttons.&lt;/li&gt;
&lt;li&gt;Fix homepage &lt;code&gt;scrollTo(0, 0)&lt;/code&gt; failing when document size changes.&lt;/li&gt;
&lt;li&gt;Moved &lt;code&gt;!isBrowser()&lt;/code&gt; check to &lt;code&gt;FirstLoadServer.isFirstLoad&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fix server-side rendering after first load.&lt;/li&gt;
&lt;li&gt;fix: Add aria-describedby for language warning&lt;/li&gt;
&lt;li&gt;Update src/shared/components/common/markdown-textarea.tsx&lt;/li&gt;
&lt;li&gt;Fix comments expanding when they're not supposed to (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1540"&gt;#1540&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update src/shared/components/common/markdown-textarea.tsx&lt;/li&gt;
&lt;li&gt;fix: Disable save button if no text is entered&lt;/li&gt;
&lt;li&gt;fix: Fix some more private message form stuff&lt;/li&gt;
&lt;li&gt;Remove federation worker count&lt;/li&gt;
&lt;li&gt;feat: Clean up the Create Private Message page a bit&lt;/li&gt;
&lt;li&gt;Fix emojis being unable to save&lt;/li&gt;
&lt;li&gt;fix: Use simpler syntax for languageId array&lt;/li&gt;
&lt;li&gt;fix: Add triangle alert icon to language warning&lt;/li&gt;
&lt;li&gt;fix: Fix language selection bug&lt;/li&gt;
&lt;li&gt;fix: Use Interface Language instead&lt;/li&gt;
&lt;li&gt;Refactor first load handling&lt;/li&gt;
&lt;li&gt;fix: Add aria-describedby for language warning&lt;/li&gt;
&lt;li&gt;Fix issue when navigating awat from settings&lt;/li&gt;
&lt;li&gt;Give function better name&lt;/li&gt;
&lt;li&gt;Cache post listings and restore listing state when using browser back navigation buttons.&lt;/li&gt;
&lt;li&gt;fix: Specify vote content type so buttons work for both comments and posts&lt;/li&gt;
&lt;li&gt;Fix homepage &lt;code&gt;scrollTo(0, 0)&lt;/code&gt; failing when document size changes.&lt;/li&gt;
&lt;li&gt;Moved &lt;code&gt;!isBrowser()&lt;/code&gt; check to &lt;code&gt;FirstLoadServer.isFirstLoad&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Fix server-side rendering after first load.&lt;/li&gt;
&lt;li&gt;fix!: Try to get Vote Buttons component working in Comments&lt;/li&gt;
&lt;li&gt;fix: Remove unused prop&lt;/li&gt;
&lt;li&gt;Change function name&lt;/li&gt;
&lt;li&gt;Make date distance format use correct verbiage&lt;/li&gt;
&lt;li&gt;Extract date fns setup&lt;/li&gt;
&lt;li&gt;Fix homepage &lt;code&gt;scrollTo(0, 0)&lt;/code&gt; failing when document size changes.&lt;/li&gt;
&lt;li&gt;fix: Rework some vote buttons architecture&lt;/li&gt;
&lt;li&gt;Remove unused dep&lt;/li&gt;
&lt;li&gt;Replace momentjs with date-fns&lt;/li&gt;
&lt;li&gt;fix: Undo some other extraneous changes&lt;/li&gt;
&lt;li&gt;fix: Undo some extraneous changes&lt;/li&gt;
&lt;li&gt;fix: Remove tippy duplicate functions&lt;/li&gt;
&lt;li&gt;fix: Revert to old mobile vote style&lt;/li&gt;
&lt;li&gt;feat: Move vote buttons to separate component&lt;/li&gt;
&lt;li&gt;feat: Default language dropdowns to user's primary language&lt;/li&gt;
&lt;li&gt;added litely-compact&lt;/li&gt;
&lt;li&gt;changed where custom compact code goes&lt;/li&gt;
&lt;li&gt;added darkly-compact - issue 552&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 07 Jul 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-07-07_-_Lemmy_Release_v0.18.1</guid>
    </item>
    <item>
      <title>Lemmy v0.18 Release (2023-06-23)</title>
      <link>https://join-lemmy.org/news/2023-06-23_-_Lemmy_Release_v0.18.0</link>
      <description>&lt;h1&gt;Lemmy v0.18 Release (2023-06-23)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2023-06-23&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;h3&gt;HTTP API instead of Websocket&lt;/h3&gt;
&lt;p&gt;Until now Lemmy-UI used websocket for all API requests. This has &lt;a href="https://github.com/LemmyNet/lemmy/issues/2841#issuecomment-1535469357"&gt;many disadvantages&lt;/a&gt;, like making the code harder to maintain, and causing live updates to the site which many users dislike. Most importantly, it requires keeping a connection open between server and client at all times, which causes increased load and makes scaling difficult. That's why we decided to rip out websocket entirely, and switch to HTTP instead. This change was made much more urgent by the sudden influx of new users. &lt;a href="https://lemmygrad.ml/u/CannotSleep420"&gt;@CannotSleep420&lt;/a&gt; and &lt;a href="https://lemmy.ml/u/dessalines"&gt;@dessalines&lt;/a&gt; have been working hard for the past weeks to implement this change in lemmy-ui.&lt;/p&gt;
&lt;p&gt;HTTP on its own is already more lightweight than websocket. Additionally it also allows for caching of server responses which can decrease load on the database. Here is an &lt;a href="https://github.com/LemmyNet/lemmy-ansible/pull/75"&gt;experimental nginx config&lt;/a&gt; which enables response caching. Note that Lemmy doesn't send any cache-control headers yet, so there is a chance that private data gets cached and served to other users. Test carefully and use at your own risk.&lt;/p&gt;
&lt;h3&gt;Two-Factor Authentication&lt;/h3&gt;
&lt;p&gt;New support for two-factor authentication. Use an app like &lt;a href="https://f-droid.org/es/packages/org.shadowice.flocke.andotp/"&gt;andOTP&lt;/a&gt; or &lt;a href="https://f-droid.org/packages/me.jmh.authenticatorpro/"&gt;Authenticator Pro&lt;/a&gt; to store a secret for your account. This secret needs to be entered every time you login. It ensures that an attacker can't access your account with the password alone.&lt;/p&gt;
&lt;h3&gt;Custom Emojis&lt;/h3&gt;
&lt;p&gt;Instance admins can add different images as emojis which can be referenced by users when posting.&lt;/p&gt;
&lt;h3&gt;Other changes&lt;/h3&gt;
&lt;h4&gt;Progressive Web App&lt;/h4&gt;
&lt;p&gt;Lemmy's web client can now be installed on browsers that support PWAs, both on desktop and mobile. It will use an instance's icon and name for the app if they are set, making it look like a given instance is an app.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note for desktop Firefox users&lt;/strong&gt;: the desktop version of Firefox does not have built in support for PWAs. If you would like to use a Lemmy instance as a PWA, use &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/pwas-for-firefox/"&gt;use this extension&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Error Pages&lt;/h4&gt;
&lt;p&gt;Lemmy's web client now has error pages that include resources to use if the problem persists. This should be much less jarring for users than displaying a white screen with the text &amp;quot;404 &lt;em&gt;error message here&lt;/em&gt;&amp;quot;.&lt;/p&gt;
&lt;h4&gt;Route Changes&lt;/h4&gt;
&lt;p&gt;Pages that took arguments in the route now take query parameters instead. For example, a link to lemmy.ml's home page with a few options used to look like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;https://lemmy.ml/home/data_type/Post/listing_type/All/sort/Active/page/1
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The new route would look like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;https://lemmy.ml?listingType=All
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Note that you now only have to specify parameters you want instead of all of them.&lt;/p&gt;
&lt;h4&gt;Searchable select redesign&lt;/h4&gt;
&lt;p&gt;The searchable selects, such as those used on the search page, have a new look and feel. No more inexplicable green selects when using the lightly themes!&lt;/p&gt;
&lt;h4&gt;Share button&lt;/h4&gt;
&lt;p&gt;Posts on the web client now have a share button on supported browsers. This can be used to share posts to other applications quickly and easily.&lt;/p&gt;
&lt;h4&gt;Lemmy-UI Overall look and feel&lt;/h4&gt;
&lt;p&gt;lemmy-ui is now upgraded to bootstrap 5, and every component is now much cleaner.&lt;/p&gt;
&lt;p&gt;Special thanks to &lt;a href="https://github.com/SleeplessOne1917"&gt;sleepless&lt;/a&gt;, &lt;a href="https://github.com/alectrocute"&gt;alectrocute&lt;/a&gt;, &lt;a href="https://github.com/jsit"&gt;jsit&lt;/a&gt;, and many others for their great work on improving and re-organizing lemmy-ui.&lt;/p&gt;
&lt;h4&gt;Database optimizations&lt;/h4&gt;
&lt;p&gt;Special thanks to &lt;a href="https://github.com/johanndt"&gt;johanndt&lt;/a&gt;, for suggesting improvements to Lemmy's database queries. Some of these suggestions have already been implemented, and more are on the way.&lt;/p&gt;
&lt;p&gt;Query speed is Lemmy's main performance bottleneck, so we really appreciate any help database experts can provide.&lt;/p&gt;
&lt;h4&gt;Captchas&lt;/h4&gt;
&lt;p&gt;Captchas are not available in this version, as they need to be reimplemented in a different way. They will be back in 0.18.1, so wait with upgrading if you rely on them.&lt;/p&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;The installation instructions have been slightly updated. However there are no breaking changes, other than removing websocket.&lt;/p&gt;
&lt;p&gt;Follow the upgrade instructions for &lt;a href="https://github.com/LemmyNet/lemmy-ansible#upgrading"&gt;ansible&lt;/a&gt; or &lt;a href="https://join-lemmy.org/docs/en/administration/install_docker.html#updating"&gt;docker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/#lemmy-admin-support-topics:discuss.online"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for almost three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. No one likes recurring donations, but they've proven to be the only way that open-source software like Lemmy can stay independent and alive.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;API&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Our HTTP API docs are at https://join-lemmy.org/api/
&lt;ul&gt;
&lt;li&gt;These are now auto-generated directly from our rust type definitions, using &lt;a href="https://github.com/Aleph-Alpha/ts-rs"&gt;ts-rs&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.17.0-rc.1...0.18.0-rc.1"&gt;A comparison from the last release&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;There are two breaking changes since the last release:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/api/interfaces/GetSiteResponse.html#taglines"&gt;GetSite.taglines&lt;/a&gt; is now required, and is an empty array.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;SortType&lt;/code&gt; and &lt;code&gt;ListingType&lt;/code&gt; are now numbered enums, rather than strings in some places, and numbers in others.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Config&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;No changes, but you can see the current config options &lt;a href="https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson"&gt;here.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Speedup cargo check in CI (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3239"&gt;#3239&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Correct error messages if user registers with taken user/email (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3093"&gt;#3093&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing cross_post duplicates. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/3233"&gt;#3233&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3234"&gt;#3234&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add test to check reading and listing posts return my_vote (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3215"&gt;#3215&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reduce memory usage of rate limiting (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3111"&gt;#3111&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding current domain from settings to CORs. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3231"&gt;#3231&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;remove debugging println (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3227"&gt;#3227&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing comment_view unit tests. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3224"&gt;#3224&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix parameter ordering for new_report_subject string (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3210"&gt;#3210&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move cors default to source code (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3219"&gt;#3219&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing tag deploys. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3216"&gt;#3216&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Feature add hours as sorting options backend (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3161"&gt;#3161&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't check verified email when an admin logs in (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3209"&gt;#3209&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: add CORS origin environment variable (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3191"&gt;#3191&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;make embedded pict-rs port configurable (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3201"&gt;#3201&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move connection creation into scheduler. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3120"&gt;#3120&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Calculate initial hot_rank and hot_rank_active for posts and comments from other instances (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3131"&gt;#3131&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Changed github issue template to align logically with the question asked (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3135"&gt;#3135&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update README.md (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3137"&gt;#3137&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove e-mail verification success e-mails (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3124"&gt;#3124&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix Hidden communities showing in community list (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3094"&gt;#3094&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update all dependencies (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3091"&gt;#3091&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Prevent making an instance private if federation is enabled. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3074"&gt;#3074&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Handle scheduled task errors (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3090"&gt;#3090&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix unapproved users being able to log in after registration mode set to closed. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3096"&gt;#3096&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Link tafkars in readme (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3087"&gt;#3087&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;doc: Added pythorhead library in readme (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3114"&gt;#3114&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only create ltree postgres extension in migration if doesn't already exist (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3092"&gt;#3092&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;add issue template yml from lemmy-ui (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3086"&gt;#3086&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix Issue &lt;a href="https://github.com/LemmyNet/Lemmy/issues/3075"&gt;#3075&lt;/a&gt; by using None for local fields instead of Some(false) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3088"&gt;#3088&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;stop requiring superuser to run migrations (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3002"&gt;#3002&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1884"&gt;#1884&lt;/a&gt; - Support Spoiler Tags (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3018"&gt;#3018&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix compilation&lt;/li&gt;
&lt;li&gt;Align default DB password with documentation (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3068"&gt;#3068&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update RSS url (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3053"&gt;#3053&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Docker yaml anchors and docker logs (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3027"&gt;#3027&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix ports used by docker (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3012"&gt;#3012&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add limit and pagination to feeds (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2980"&gt;#2980&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade activitypub-federation to 0.4.1 (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3039"&gt;#3039&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding Lemmy-Swift-Client to README.md (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3026"&gt;#3026&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;use usize::MAX for line wrap length, since lettre does it for us (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3034"&gt;#3034&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;update doku (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3003"&gt;#3003&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix contributing link (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/3015"&gt;#3015&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Better issue templates. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2991"&gt;#2991&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;allow specifying db uri in config file (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2956"&gt;#2956&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding hot_rank columns in place of function sorting. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2952"&gt;#2952&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;make shebangs posix compliant (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2974"&gt;#2974&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix private message e-mail notification subject and body (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2963"&gt;#2963&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add comment depth check (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2940"&gt;#2940&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;lemmyexternalproxy&lt;/code&gt; to &lt;code&gt;lemmy&lt;/code&gt; so that it can talk to the internet (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2960"&gt;#2960&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix translation build error (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2967"&gt;#2967&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2968"&gt;#2968&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Activitypub breaking changes for Lemmy 0.18 (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2705"&gt;#2705&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add db index for post.url column (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2929"&gt;#2929&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fall back to String for Comment::path when not using the full feature (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2941"&gt;#2941&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;update diesel to 2.1.0 and diesel-async to 0.3.0 (issue &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2882"&gt;#2882&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2895"&gt;#2895&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix dev setups. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2944"&gt;#2944&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Set version name for crates.io release (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2928"&gt;#2928&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix handling of follows addressed to single value (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2920"&gt;#2920&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove chatserver (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2919"&gt;#2919&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding taglines to SiteResponse. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2925"&gt;#2925&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2926"&gt;#2926&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix &lt;em&gt;All&lt;/em&gt; reports not showing. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2902"&gt;#2902&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2903"&gt;#2903&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;README updates (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2913"&gt;#2913&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Filter empty username strings from Mastodon (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2886"&gt;#2886&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2887"&gt;#2887&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update humane tech badge to point to new repo (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2898"&gt;#2898&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update to fix nginx proxy config for Docker Installs (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2908"&gt;#2908&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove jaeger, opentelemetry from docker-compose (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2894"&gt;#2894&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Replace remmel with Mlem. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2890"&gt;#2890&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add CORS support for debug mode. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2884"&gt;#2884&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't filter comments of posts from blocked community when viewing post detail (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2880"&gt;#2880&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove websocket code (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2878"&gt;#2878&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont return error in case optional auth is invalid (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2879"&gt;#2879&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unnecessary clone (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2874"&gt;#2874&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove GetCommunityResponse.default_post_language (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2867"&gt;#2867&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont refetch post url metadata when post is received again&lt;/li&gt;
&lt;li&gt;Dont retry outgoing HTTP requests (ref &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2865"&gt;#2865&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Force enable undetermined language (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2851"&gt;#2851&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix typo that caused error (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2861"&gt;#2861&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Prettier check (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2855"&gt;#2855&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Downgrade postgres for CI to 15.2 (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2857"&gt;#2857&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2859"&gt;#2859&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make volumes used in docker compose work when running on machines with SELinux enabled (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2853"&gt;#2853&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Set attribute &lt;code&gt;deny_unknown_fields&lt;/code&gt; for Lemmy config (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2852"&gt;#2852&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing empty req issue. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2849"&gt;#2849&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade api_test deps (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2850"&gt;#2850&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding comments to all API related types. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2846"&gt;#2846&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2848"&gt;#2848&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding typescript generation for API. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2824"&gt;#2824&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2827"&gt;#2827&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Addressing slow profile queries. &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2777"&gt;#2777&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2830"&gt;#2830&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reverting to older non-multi-arch dockerfile. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2832"&gt;#2832&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2833"&gt;#2833&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;to&lt;/code&gt; field in follow activities for better compatibility (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2829"&gt;#2829&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use older git clone for woodpecker. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2831"&gt;#2831&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove last Option&amp;lt;Vec.. from API. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2820"&gt;#2820&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2822"&gt;#2822&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding cross_post fetching to GetPost. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2127"&gt;#2127&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2821"&gt;#2821&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use Dockerfile.multiarch as Dockerfile (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2818"&gt;#2818&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding diesel enums for SortType and ListingType (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2808"&gt;#2808&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make path to local lemmy-ui use correct relative path (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2817"&gt;#2817&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add lemmy-bot to README libraries list (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2816"&gt;#2816&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Separate federated_instances into its own endpoint. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1931"&gt;#1931&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2813"&gt;#2813&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use official rust image and clean up Dockerfiles (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2804"&gt;#2804&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Temporary fix for hiding deleted posts. &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2624"&gt;#2624&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2811"&gt;#2811&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Leave modded communities on account deletion. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2560"&gt;#2560&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2810"&gt;#2810&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding check to description and body length fields. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2805"&gt;#2805&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix &amp;amp; Optimize CI config (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2802"&gt;#2802&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Making the chat server an actor. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2793"&gt;#2793&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use pretty print for federation json responses (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2801"&gt;#2801&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix listing type default value (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2796"&gt;#2796&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add woodpecker ci (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2789"&gt;#2789&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unused dependencies (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2795"&gt;#2795&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Optimize federated language updates to avoid unnecessary db writes (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2786"&gt;#2786&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Added identifier to context (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2791"&gt;#2791&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Activitypub crate rewrite (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2782"&gt;#2782&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add Custom Emojis Support (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2616"&gt;#2616&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding deadpool timeouts. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2775"&gt;#2775&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding TOTP / 2FA to lemmy (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2741"&gt;#2741&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Get rid of Safe Views, use serde_skip (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2767"&gt;#2767&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show deleted and removed posts for profile views. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2624"&gt;#2624&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2729"&gt;#2729&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont upsert Instance row every apub fetch (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2771"&gt;#2771&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing broken websockets. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2770"&gt;#2770&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Ignore undetermined language when calculating post default language (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2769"&gt;#2769&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Switch from bb8 to deadpool. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2765"&gt;#2765&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2768"&gt;#2768&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a vector indexing check to prevent panics. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2753"&gt;#2753&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2754"&gt;#2754&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Cleaning up person_view sorts (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2760"&gt;#2760&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add default attribute for webfinger properties (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2756"&gt;#2756&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2759"&gt;#2759&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Include type information with webfinger responses (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2037"&gt;#2037&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2746"&gt;#2746&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing issue with saving site language. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2748"&gt;#2748&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2749"&gt;#2749&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Proper permission check for federated comment distinguish (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2697"&gt;#2697&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Implement separate mod activities for feature, lock post (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2716"&gt;#2716&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix case in activitypub context (ref &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2734"&gt;#2734&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2743"&gt;#2743&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Separate comment distinguish (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2740"&gt;#2740&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding instance software and version. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2222"&gt;#2222&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2733"&gt;#2733&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing slow joins to post_read, post_saved, and comment_saved . (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2738"&gt;#2738&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove lemmur since its deprecated. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2742"&gt;#2742&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Combine prod and dev docker setups using build-arg (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2739"&gt;#2739&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Organize utils into separate files. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2295"&gt;#2295&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2736"&gt;#2736&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing checking permissions when editing posts and comments. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2727"&gt;#2727&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing updated form fields. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2724"&gt;#2724&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2725"&gt;#2725&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only let top admin purge. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2731"&gt;#2731&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2732"&gt;#2732&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix writing of &lt;code&gt;removeData&lt;/code&gt; in apub context (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2734"&gt;#2734&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2735"&gt;#2735&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a site option to email admins for new reports. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2730"&gt;#2730&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Sort community search by active_monthly by default. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2728"&gt;#2728&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix post titles being cut off (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2718"&gt;#2718&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2720"&gt;#2720&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Improved error message when attempting to fetch non-local object (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2715"&gt;#2715&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2717"&gt;#2717&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Convert HTML from titles into markdown (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2709"&gt;#2709&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;In apub post receive, check posting restricted to mods (ref &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2702"&gt;#2702&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2704"&gt;#2704&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix docker federation setup (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2706"&gt;#2706&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix data fetching from Peertube (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2689"&gt;#2689&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2703"&gt;#2703&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add a ntfy notif on a tag deploy success. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2701"&gt;#2701&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Disable pictrs feature in CI to make it faster (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2698"&gt;#2698&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing admin application email subject. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2688"&gt;#2688&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2695"&gt;#2695&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing person block views. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2693"&gt;#2693&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2694"&gt;#2694&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing GetPosts active sort index. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2683"&gt;#2683&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2684"&gt;#2684&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;More explicit upgrade instructions.&lt;/li&gt;
&lt;li&gt;Fix yerbate.ml -&amp;gt; join-lemmy.org links&lt;/li&gt;
&lt;li&gt;Publish without verify (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2681"&gt;#2681&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix paths in release script, update crate versions (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2680"&gt;#2680&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;fix(tabs): Fix tab semantics and a11y (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1382"&gt;#1382&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Remove Bootstrap JS in sidebars (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1434"&gt;#1434&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Store manifest in memory so it does not need to be generated for every page request (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1433"&gt;#1433&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Com create post (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1431"&gt;#1431&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Small adjustments to create post form&lt;/li&gt;
&lt;li&gt;fix: Fix Communities search/filter header &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1417"&gt;#1417&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix mobile navbar bug (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1428"&gt;#1428&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat: Hide 'comments' in post listing comments button; icon and title text is clear&lt;/li&gt;
&lt;li&gt;feat: Drop dependency for tsconfig-paths-webpack-plugin&lt;/li&gt;
&lt;li&gt;fix main.css vars (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1424"&gt;#1424&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat: Bootstrap 5 (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1378"&gt;#1378&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add scripts to make managing translations easier (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1414"&gt;#1414&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix redirect after successful password reset&lt;/li&gt;
&lt;li&gt;fix: Shrink and normalize some post action button colors and sizes&lt;/li&gt;
&lt;li&gt;fix: Litely Red was importing the wrong vars&lt;/li&gt;
&lt;li&gt;fix: Always show advanced post buttons dropdown&lt;/li&gt;
&lt;li&gt;Fixing missing class for language select.&lt;/li&gt;
&lt;li&gt;feat(post): Move post domain beneath post title (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1363"&gt;#1363&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Updated link to lemmy-repo as direct link to issues&lt;/li&gt;
&lt;li&gt;feat(css): make vertical rhythm more consistent for post listings&lt;/li&gt;
&lt;li&gt;fix(post): Fix missing labels on block/report buttons in new dropdown&lt;/li&gt;
&lt;li&gt;fix: Add compiled theme stylesheets&lt;/li&gt;
&lt;li&gt;fix: Fix too-intense hr color between posts&lt;/li&gt;
&lt;li&gt;fix: Fix post creator text alignment&lt;/li&gt;
&lt;li&gt;fix: Prettier ignore generated themes, as they aren't written by humans&lt;/li&gt;
&lt;li&gt;feat: Badge-ify NSFW and removed by mod title info&lt;/li&gt;
&lt;li&gt;fix: Fix display inline of post title&lt;/li&gt;
&lt;li&gt;fix: Only post title should be inside h5, not the additional metadata icons&lt;/li&gt;
&lt;li&gt;fix: Use btn-sm for advanced menu dropdown buttons&lt;/li&gt;
&lt;li&gt;fix: Remove some extra classes on flag/report buttons&lt;/li&gt;
&lt;li&gt;fix: Fix vertical alignment and border radius of advanced dropdown menu items&lt;/li&gt;
&lt;li&gt;fix(a11y): Add aria-controls for advanced button dropdown&lt;/li&gt;
&lt;li&gt;fix: Fix some button labels and tippy text&lt;/li&gt;
&lt;li&gt;feat: Move advanced post menu into dropdown&lt;/li&gt;
&lt;li&gt;Always allow users to control whether they see NSFW content&lt;/li&gt;
&lt;li&gt;fix: Fix display inline of post title&lt;/li&gt;
&lt;li&gt;fix: Use btn-sm for advanced menu dropdown buttons&lt;/li&gt;
&lt;li&gt;fix: Remove some extra classes on flag/report buttons&lt;/li&gt;
&lt;li&gt;fix: Fix vertical alignment and border radius of advanced dropdown menu items&lt;/li&gt;
&lt;li&gt;fix(a11y): Add aria-controls for advanced button dropdown&lt;/li&gt;
&lt;li&gt;fix: Fix some button labels and tippy text&lt;/li&gt;
&lt;li&gt;feat: Move advanced post menu into dropdown&lt;/li&gt;
&lt;li&gt;fix: Fix some small style issues&lt;/li&gt;
&lt;li&gt;feat(a11y): Add eslint-plugin-jsx-a11y&lt;/li&gt;
&lt;li&gt;fix: Fix Trending sidebar card too&lt;/li&gt;
&lt;li&gt;fix(a11y): Fix some mobile styles for Sidebar Cards&lt;/li&gt;
&lt;li&gt;fix(a11y): Apply same accordion/collapse markup to Subscribed Communities sidebar card&lt;/li&gt;
&lt;li&gt;fix: Add .accordion wrapper around sidebar to obtain negative bottom margin&lt;/li&gt;
&lt;li&gt;fix(a11y): Fix some a11y issues in Site Sidebar and use native Bootstrap Collapse and Card classes&lt;/li&gt;
&lt;li&gt;fix(a11y): Add aria-label to fetaured pins&lt;/li&gt;
&lt;li&gt;fix: Only post title should be inside h5, not the additional metadata icons&lt;/li&gt;
&lt;li&gt;fix: Fix some references to ; they should refer to a specific gray in case changes&lt;/li&gt;
&lt;li&gt;fix: Move var to grays area&lt;/li&gt;
&lt;li&gt;fix: Fix broken theme overrides; group theme variable files by variable type&lt;/li&gt;
&lt;li&gt;fix accidental changes&lt;/li&gt;
&lt;li&gt;remove comments&lt;/li&gt;
&lt;li&gt;fix merge conflicts&lt;/li&gt;
&lt;li&gt;Add default profile picture for users who do not set one (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1339"&gt;#1339&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat(navbar): Add labels for navbar items on mobile (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1323"&gt;#1323&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Fix rounded top corners in markdown textarea&lt;/li&gt;
&lt;li&gt;fix: Fix input-bg for darkly theme&lt;/li&gt;
&lt;li&gt;chore: Fix a missing theme color&lt;/li&gt;
&lt;li&gt;chore: Fix vars&lt;/li&gt;
&lt;li&gt;chore: Remove some redundant Sass variable declarations and re-organize them&lt;/li&gt;
&lt;li&gt;fix: Fix imports&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;fix: Sass files don't need to refer to full node_modules path&amp;quot;&lt;/li&gt;
&lt;li&gt;fix: Sass files don't need to refer to full node_modules path&lt;/li&gt;
&lt;li&gt;fix: Remove inline styles and use Bootstrap classes&lt;/li&gt;
&lt;li&gt;fix: Fix missing prop&lt;/li&gt;
&lt;li&gt;fix: Vertically align icons in post listing&lt;/li&gt;
&lt;li&gt;fix: Add total users in site sidebar&lt;/li&gt;
&lt;li&gt;fix: Re-add 'number of communities' to site sidebar&lt;/li&gt;
&lt;li&gt;fix: Fix broken link&lt;/li&gt;
&lt;li&gt;fix: Fix rounded textarea in Markdown box&lt;/li&gt;
&lt;li&gt;feat: Fix some colors on dark mode&lt;/li&gt;
&lt;li&gt;feat: Redesign the format bar / textarea into a single bordered area with divider&lt;/li&gt;
&lt;li&gt;and of course, yarn.lock&lt;/li&gt;
&lt;li&gt;handle login failures correctly&lt;/li&gt;
&lt;li&gt;wrap login call in try/catch for error handling&lt;/li&gt;
&lt;li&gt;Fix first loads not working&lt;/li&gt;
&lt;li&gt;Remove extra div in post sidebar&lt;/li&gt;
&lt;li&gt;feat: Move text formatting bar above textarea&lt;/li&gt;
&lt;li&gt;Add a class to the more button on a comment node&lt;/li&gt;
&lt;li&gt;Switch navbar classes to ids&lt;/li&gt;
&lt;li&gt;break out browser and helper methods&lt;/li&gt;
&lt;li&gt;feat: Adds Jump to main content functionality&lt;/li&gt;
&lt;li&gt;chore: ensures validURL function does not throw exception&lt;/li&gt;
&lt;li&gt;break out all role utils&lt;/li&gt;
&lt;li&gt;Adding a few more 0.18.0 API changes. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1324"&gt;#1324&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use aside semantic HTML tag for sidebars&lt;/li&gt;
&lt;li&gt;Use article semantic HTML tag for posts/comments&lt;/li&gt;
&lt;li&gt;Use footer semantic HTML tag&lt;/li&gt;
&lt;li&gt;Add lemmy-site class for easier detection&lt;/li&gt;
&lt;li&gt;Add ID's and classes to sidebars&lt;/li&gt;
&lt;li&gt;Add clases and ID's to post form/listing&lt;/li&gt;
&lt;li&gt;Add classes to post and comment repy textareas&lt;/li&gt;
&lt;li&gt;Rename markdown-textarea ID's&lt;/li&gt;
&lt;li&gt;Add nav and footer ID's&lt;/li&gt;
&lt;li&gt;fix block community functionality in sidebar (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1316"&gt;#1316&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: fix loading custom themes with a custom LEMMY_UI_EXTRA_THEMES_FOLDER&lt;/li&gt;
&lt;li&gt;Admin Settings: Bugfixes (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1313"&gt;#1313&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;hardcoded node version due to bug &amp;quot;Text file busy&amp;quot; error introduced in node 20.3 (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1320"&gt;#1320&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;changed required checkbox (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1318"&gt;#1318&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;set loading state attribute to false if createPost fails (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1311"&gt;#1311&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make community IDs more easily selectable (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1306"&gt;#1306&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Re-arrange elements beneath markdown textarea &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1057"&gt;#1057&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1288"&gt;#1288&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Match more specific locales to supported ones (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1241"&gt;#1241&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;formatting&lt;/li&gt;
&lt;li&gt;refactor server, tidy up, use handlers/middleware/utils pattern&lt;/li&gt;
&lt;li&gt;Fixed color scheme variables of litely-red&lt;/li&gt;
&lt;li&gt;Improve the look of tables (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1299"&gt;#1299&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;feat(post-listing): Add link to post for mobile preview&lt;/li&gt;
&lt;li&gt;go back if last history action was push, fix bug preventing navigation to / working from login&lt;/li&gt;
&lt;li&gt;add user-scalable=no to meta tag&lt;/li&gt;
&lt;li&gt;Removed duplicated CSS rule&lt;/li&gt;
&lt;li&gt;Make comment border colors semi-transparent&lt;/li&gt;
&lt;li&gt;Add long polling to update unread counts in navbar. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1271"&gt;#1271&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;make button a tad smaller&lt;/li&gt;
&lt;li&gt;remove pictrsDeleteToast usage from PostForm, add delete image button, fix infinite loading bug if upload error occured&lt;/li&gt;
&lt;li&gt;Use http client (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1081"&gt;#1081&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Horizontally scrollable code blocks, instead of wrapping.&lt;/li&gt;
&lt;li&gt;Update BUG_REPORT.yml&lt;/li&gt;
&lt;li&gt;add checkboxes to feature requests&lt;/li&gt;
&lt;li&gt;required under label&lt;/li&gt;
&lt;li&gt;indent validations&lt;/li&gt;
&lt;li&gt;label array&lt;/li&gt;
&lt;li&gt;add checkboxes to issue template&lt;/li&gt;
&lt;li&gt;Fixed NSFW image blur spilling outside the preview&lt;/li&gt;
&lt;li&gt;Recompiled theme files using latest Bootstrap 4&lt;/li&gt;
&lt;li&gt;Added npm scripts to rebuild theme files&lt;/li&gt;
&lt;li&gt;Add title to pictrs-image&lt;/li&gt;
&lt;li&gt;Make the community title in the sidebar link to the local community. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1161"&gt;#1161&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix prompt component (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1223"&gt;#1223&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix mobile menu collapse bug (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1222"&gt;#1222&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Another try at sanitize. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1208"&gt;#1208&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;remove unused theme files (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1202"&gt;#1202&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;issue templates in yml format (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1211"&gt;#1211&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make preview button say &amp;quot;edit&amp;quot; when in preview mode (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1164"&gt;#1164&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add shortcut for submitting post (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1163"&gt;#1163&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix typo in post-listing.tsx (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1181"&gt;#1181&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only show 'saved' tab on own profile page&lt;/li&gt;
&lt;li&gt;Added Ctrl-K keybind&lt;/li&gt;
&lt;li&gt;Fix quotes (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1131"&gt;#1131&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Alternative way to sanitize isoData (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1129"&gt;#1129&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;chore: switched to enabling language warning by prop rather than disabling&lt;/li&gt;
&lt;li&gt;fix: Adds ability to hide language warning&lt;/li&gt;
&lt;li&gt;styles(&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1067"&gt;#1067&lt;/a&gt;): Run prettier&lt;/li&gt;
&lt;li&gt;fix(&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1067"&gt;#1067&lt;/a&gt;): Fix language not updating when editing post&lt;/li&gt;
&lt;li&gt;Fix isoData can contain user generated content (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1114"&gt;#1114&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add media-src * to Content-Security-Policy header&lt;/li&gt;
&lt;li&gt;Refactor lets to consts&lt;/li&gt;
&lt;li&gt;Fix aria-label for language select&lt;/li&gt;
&lt;li&gt;Add aria attribute to track toggle status of up/down votes. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1074"&gt;#1074&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make comment depth easier to track visually&lt;/li&gt;
&lt;li&gt;Make comments nested lists&lt;/li&gt;
&lt;li&gt;Fix CONTRIBUTING link&lt;/li&gt;
&lt;li&gt;Fix sorting help link&lt;/li&gt;
&lt;li&gt;Do not refresh when community is selected in create post (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1042"&gt;#1042&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Navbar fix 2 (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1038"&gt;#1038&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Lint fix (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1035"&gt;#1035&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Changes to language tag&lt;/li&gt;
&lt;li&gt;Hopefully stop lint command from erroring&lt;/li&gt;
&lt;li&gt;Always replace host with internal host&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;User HTTP instead of HTTPS when fetching icon in docker internal network&amp;quot;&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;Add debug statement.&amp;quot;&lt;/li&gt;
&lt;li&gt;Add debug statement.&lt;/li&gt;
&lt;li&gt;User HTTP instead of HTTPS when fetching icon in docker internal network&lt;/li&gt;
&lt;li&gt;Add error message paragraph&lt;/li&gt;
&lt;li&gt;Make error code always display&lt;/li&gt;
&lt;li&gt;Navbar hide menu fix (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1033"&gt;#1033&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show parent comment for comment link. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1030"&gt;#1030&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1032"&gt;#1032&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add heading tag to rate limit form&lt;/li&gt;
&lt;li&gt;Remove console log&lt;/li&gt;
&lt;li&gt;Include forgotten translation&lt;/li&gt;
&lt;li&gt;Remove console logs&lt;/li&gt;
&lt;li&gt;Add web share for browsers that have it enabled (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1029"&gt;#1029&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show language on posts and comments (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1026"&gt;#1026&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow user to submit rate limit changes&lt;/li&gt;
&lt;li&gt;Put rate limit options in its own tab&lt;/li&gt;
&lt;li&gt;Refactor tabs into reuseable component&lt;/li&gt;
&lt;li&gt;Replace link to issue tracker with proper support spaces&lt;/li&gt;
&lt;li&gt;Fix isoData bug&lt;/li&gt;
&lt;li&gt;Refactor how error data is passed from server to client&lt;/li&gt;
&lt;li&gt;Make admin UI for allowing/blocking instances easier to work with (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1012"&gt;#1012&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Get rid or forced error&lt;/li&gt;
&lt;li&gt;Changing all bigints to numbers&lt;/li&gt;
&lt;li&gt;Upgrade lemmy-js-client to work with bigints. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1018"&gt;#1018&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1022"&gt;#1022&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Redirect from pages that require auth on logout (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1016"&gt;#1016&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix things not working in production build&lt;/li&gt;
&lt;li&gt;Fix error page not showing when site not fetched and adjust styles&lt;/li&gt;
&lt;li&gt;Handle error when site not returned&lt;/li&gt;
&lt;li&gt;Use node env instead of version for environment specific logic&lt;/li&gt;
&lt;li&gt;Redirect to login and remove duplicated code&lt;/li&gt;
&lt;li&gt;Fix server redirect error&lt;/li&gt;
&lt;li&gt;Set up logic for handling errors&lt;/li&gt;
&lt;li&gt;Extract helper function&lt;/li&gt;
&lt;li&gt;Dont preselect new post language (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1008"&gt;#1008&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update JS client to version with fixed JSON serialization (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1017"&gt;#1017&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Redirect fomr pages that require auth on logout&lt;/li&gt;
&lt;li&gt;Remove &amp;quot;banned&amp;quot; badge from posts and comments (fixes 899) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1011"&gt;#1011&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add support for PWA (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1005"&gt;#1005&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Using auto-generated types from ts-rs. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1003"&gt;#1003&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing some outdated docs links. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1006"&gt;#1006&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1007"&gt;#1007&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading deps. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/1004"&gt;#1004&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Prettier css (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/995"&gt;#995&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add content warning to modlog and fix modlog routing bug (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/994"&gt;#994&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Get rid of &amp;quot;No Results&amp;quot; showing while search is still loading. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/997"&gt;#997&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add SleeplessOne1917 to Codeowners.&lt;/li&gt;
&lt;li&gt;Handle when logged out (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/986"&gt;#986&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make pages use query params instead of route params where appropriate (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/977"&gt;#977&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Multiple image upload (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/971"&gt;#971&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;I18 quality of life change (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/973"&gt;#973&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Optimize Tagline Form page (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/972"&gt;#972&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't show icons / banners for banned users and removed communities. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/962"&gt;#962&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Fix undefined showing up in markdown (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/970"&gt;#970&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;refactor: update UI to use new client uploadImage function (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/967"&gt;#967&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add woodpecker ci (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/964"&gt;#964&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix: Make search screen able to change type, listing type, and sort when there is no query (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/966"&gt;#966&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding 2FA support. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/938"&gt;#938&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/939"&gt;#939&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add Custom Emoji Support&lt;/li&gt;
&lt;li&gt;Only show the determined warning for multiple. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/952"&gt;#952&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading deps (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/951"&gt;#951&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding ban_from_community to be more clear. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/872"&gt;#872&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/943"&gt;#943&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Let any mod feature and lock posts. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/875"&gt;#875&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/944"&gt;#944&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a warning for deselecting the undetermined language. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/945"&gt;#945&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing line formatting. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/947"&gt;#947&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Do local community checks for buttons. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/918"&gt;#918&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/948"&gt;#948&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Check to make sure post is correct. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/934"&gt;#934&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/949"&gt;#949&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove buggy navbar search. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/921"&gt;#921&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/950"&gt;#950&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix issue with empty markdown content not nulling DB. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/924"&gt;#924&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/925"&gt;#925&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding reports send email to admins option (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/932"&gt;#932&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;v0.17.1&lt;/li&gt;
&lt;li&gt;Fix comment box closing. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/904"&gt;#904&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/914"&gt;#914&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix showing crosspost dupes. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/900"&gt;#900&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/912"&gt;#912&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix live updating postres edit. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/908"&gt;#908&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/911"&gt;#911&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing extra themes. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/905"&gt;#905&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/910"&gt;#910&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing post setState error. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/902"&gt;#902&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/903"&gt;#903&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 23 Jun 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-06-23_-_Lemmy_Release_v0.18.0</guid>
    </item>
    <item>
      <title>Update from Lemmy after the Reddit blackout</title>
      <link>https://join-lemmy.org/news/2023-06-17_-_Update_from_Lemmy_after_the_Reddit_blackout</link>
      <description>&lt;h1&gt;Update from Lemmy after the Reddit blackout&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2023-06-17&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If you are reading this then you most likely know about the recent news from reddit. As a result of these events, Lemmy has grown immensely in the last two weeks. The number of &lt;a href="https://the-federation.info/lemmy"&gt;monthly active users&lt;/a&gt; has increased over 25 times, from 1.000 to 27.000 at time of writing. Suddenly Lemmy has become one of the largest Fediverse projects, ahead of Peertube and Pleroma.&lt;/p&gt;
&lt;p&gt;We are proud of this network growth, because it means that people want to take control of their social media into their own hands, as well as see the benefits of software made to serve human need, rather than the private profits of a few US tech giants.&lt;/p&gt;
&lt;p&gt;However such growth can't happen without problems. Users were confused, servers became overloaded, and countless bugs were reported that no one noticed before. For us maintainers (dessalines and nutomic), it has resulted in an endless stream of questions and notifications, which is impossible to keep up with. Previously there were 5 - 10 Github notifications per day; now they have risen to over 100 daily.&lt;/p&gt;
&lt;p&gt;Additionally, discussions on Matrix and Lemmy are also extremely active. Understandably, our focus has shifted to programming to make Lemmy better, rather than answering an ever-increasing backlog of questions.&lt;/p&gt;
&lt;p&gt;At the moment we are urgently working to solve major issues, such as optimizing slow database queries, ripping out the inefficient websocket API, and fixing a major security vulnerability (big thanks to deadcade). In addition we suddenly have to manage dozens of pull requests. To give us time to work on these priorities, it would be very beneficial if users could refrain from interacting with issue trackers when possible. Before opening an issue, make sure that it hasn't been reported before. And when writing comments, make sure that they actually contribute to solving the issue at hand. Generally it is better to move discussions to Lemmy if possible. We are very thankful to everyone who contributes by writing code, hosting instances, moderating communities, and answering questions.&lt;/p&gt;
&lt;p&gt;At the same time, we are seeing lots of requests to implement major new features, such as migration between instances, or combining similar communities. As described above, we are completely overloaded with work, and definitely won't have time to implement these in the near future. If there is a feature you want to see implemented, you will likely need to work on it yourself, or find someone who can.&lt;/p&gt;
&lt;p&gt;On another topic, there are rumors circulating that we are fascists or supported genocide. These claims are completely false, and like most viral twitter threads, are coming from a single Mastodon user on a personal vendetta who didn't provide any sources. Such slander doesn't deserve any response and is best left ignored. If you want to know the truth then read the following pages (both from 2021):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://join-lemmy.org/docs/en/users/07-history-of-lemmy.html"&gt;History of Lemmy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://lemmy.ml/post/70280"&gt;What is lemmy.ml&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As you can see we are not a faceless corporation that is accomodating to everyone. We are individuals with our own opinions. If you disagree with these, it is no problem! You can still freely use the Lemmy software on different instances. If you host your own instance, we have no control over it at all and are unable to censor what users say. For more details read the documentation on &lt;a href="https://join-lemmy.org/docs/en/users/05-censorship-resistance.html"&gt;censorship resistance&lt;/a&gt;. In practice, the &lt;a href="https://join-lemmy.org/instances"&gt;instance list&lt;/a&gt; already contains various instances whose content would be banned from lemmy.ml immediately.&lt;/p&gt;
&lt;p&gt;Regarding development, we are happy to collaborate with anyone who is willing to put in the work, regardless of politics. The only condition is to follow the &lt;a href="https://join-lemmy.org/docs/en/code_of_conduct.html"&gt;rules&lt;/a&gt; when posting in development spaces. Essentially, be respectful.&lt;/p&gt;
&lt;p&gt;For the past three years dessalines and I have been funded to work on Lemmy full-time by generous support from the &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;.
These donations are paid out when we implement certain new features. But now we are busy answering questions, reviewing pull requests and urgently fixing problems. That means we are unable to work on the milestones agreed with NLnet, and won't receive payments from them. We are increasingly reliant on user donations to pay our bills. These donations currently add up to 1500 Euros per month, which is not even enough to pay minimum wage for the two of us. Hopefully more users can consider &lt;a href="https://join-lemmy.org/donate"&gt;donating&lt;/a&gt;, so that we can put our full attention to making Lemmy better for everyone, and possibly add more developers to our worker co-op in the future.&lt;/p&gt;
&lt;p&gt;Again, we'd like to thank everyone for their support and assistance, and we remain hopeful that together, as a federation, the fediverse and all its projects collectively, can win the battle for the internet, and create a better, more enjoyable experience than the one forced upon us by these nefarious tech giants.&lt;/p&gt;
</description>
      <pubDate>Sat, 17 Jun 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-06-17_-_Update_from_Lemmy_after_the_Reddit_blackout</guid>
    </item>
    <item>
      <title>Lemmy v0.17.0 Release (2023-01-31)</title>
      <link>https://join-lemmy.org/news/2023-01-31_-_Lemmy_Release_v0.17.0</link>
      <description>&lt;h1&gt;Lemmy v0.17.0 Release (2023-01-31)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2023-01-31&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;h3&gt;Language Tags&lt;/h3&gt;
&lt;p&gt;Content can now be tagged to indicate the language it is written in. These tags can be used to filter content, so that you only see posts in languages which you actually understand. Instances and communities can also specify which languages are allowed, and prevent posting in other languages.&lt;/p&gt;
&lt;p&gt;In the future this will also allow for integrated translation tools.&lt;/p&gt;
&lt;h3&gt;Comment trees&lt;/h3&gt;
&lt;p&gt;Lemmy has changed the way it stores comments, in order to be able to properly limit the comments shown to a maximum depth.&lt;/p&gt;
&lt;p&gt;Included are proper comment links (&lt;code&gt;/comment/id&lt;/code&gt;), where you can see its children, a count of its hidden children, and a &lt;em&gt;context&lt;/em&gt; button to view its parents, or the post.&lt;/p&gt;
&lt;h3&gt;Featured posts&lt;/h3&gt;
&lt;p&gt;Admins and mods can now &amp;quot;feature&amp;quot; (this used to be called &amp;quot;sticky&amp;quot; ala reddit) posts to the top of either a community, or the top of the front page. This makes possible announcement and bulletin-type posts.&lt;/p&gt;
&lt;p&gt;Special thanks to @makotech for adding this feature.&lt;/p&gt;
&lt;h3&gt;Federation&lt;/h3&gt;
&lt;p&gt;Lemmy users can now be followed. Just visit a user profile from another platform like Mastodon, and click the follow button, then you will receive new posts and comments in the timeline.&lt;/p&gt;
&lt;p&gt;Votes are now federated as private. This prevents other platforms from showing who voted on a given post, and it also means that Lemmy now counts votes from Mastodon.&lt;/p&gt;
&lt;p&gt;This release also improves compatibility with Pleroma. If you previously had trouble interacting between Pleroma and Lemmy, give it another try.&lt;/p&gt;
&lt;p&gt;We've extracted the main federation logic into its own library, &lt;a href="https://github.com/LemmyNet/activitypub-federation-rust"&gt;activitypub-federation-rust&lt;/a&gt;. It is open source and can be used by other projects to implement Activitypub federation, without having to reinvent the wheel. The library helps with handling HTTP signatures, sending and receiving activities, fetching remote objects and more.&lt;/p&gt;
&lt;h3&gt;Other changes&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Admins can now purge content and pictures from the database.&lt;/li&gt;
&lt;li&gt;Mods can &lt;em&gt;distinguish&lt;/em&gt; a comment, &amp;quot;stickying&amp;quot; it to the top of a post. Useful for mod messages and announcements.&lt;/li&gt;
&lt;li&gt;Number of new / unread comments are now shown for each post.&lt;/li&gt;
&lt;li&gt;Lemmy now automatically embeds videos from Peertube, Youtube and other sites which provide an embed link via Opengraph attribute.&lt;/li&gt;
&lt;li&gt;You can give your site &amp;quot;taglines&amp;quot;, short markdown messages, which are shown at the top of your front page. Thanks to @makotech for adding this.&lt;/li&gt;
&lt;li&gt;You can now report private messages.&lt;/li&gt;
&lt;li&gt;Most settings have been moved from the config file into the database. This means they can be updated much easier, and apply immediately without a restart.&lt;/li&gt;
&lt;li&gt;When setting up a new Lemmy instance, it doesn't create a default community anymore. Instead this needs to be done manually.&lt;/li&gt;
&lt;li&gt;Admins can choose to receive emails for new registration applications.&lt;/li&gt;
&lt;li&gt;An upgrade of diesel to v2.0, our rust -&amp;gt; postgres layer.&lt;/li&gt;
&lt;li&gt;Too many bugfixes to count, they are listed below.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade instructions&lt;/h2&gt;
&lt;p&gt;This upgrade requires a newer version of postgres, which &lt;strong&gt;must be done manually&lt;/strong&gt;. Do not try to use Ansible.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cd&lt;/code&gt; to your lemmy docker directory and run this helper script:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sudo wget https://raw.githubusercontent.com/LemmyNet/lemmy/main/scripts/postgres_12_to_15_upgrade.sh
sudo sh postgres_12_to_15_upgrade.sh
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This script saves a copy of your old database as &lt;code&gt;12_15.dump.sql&lt;/code&gt;. &lt;strong&gt;Do not delete this file until you've followed all the instructions below, and the upgrade is complete.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Next, &lt;strong&gt;manually edit&lt;/strong&gt; your &lt;a href="https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson"&gt;lemmy.hjson&lt;/a&gt; to account for a few breaking changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;pictrs_url&lt;/code&gt; is removed, and the pictrs config is now a block. If using docker, it should look like:&lt;pre&gt;&lt;code&gt;pictrs: {
    url: &amp;quot;http://pictrs:8080/&amp;quot;
    # api_key: &amp;quot;API_KEY&amp;quot;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;rate_limit&lt;/code&gt;, &lt;code&gt;federation&lt;/code&gt;, &lt;code&gt;captcha&lt;/code&gt;, and &lt;code&gt;slur_filter&lt;/code&gt; blocks should be removed, as they are now in the database, and can be updated through the UI.&lt;/li&gt;
&lt;li&gt;The site setup has removed a few fields.&lt;/li&gt;
&lt;li&gt;See the link above for every setting.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Next, edit your &lt;code&gt;docker-compose.yml&lt;/code&gt; file to use the newer version of lemmy and lemmy-ui.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;image&lt;/code&gt; lines should look like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;image: dessalines/lemmy:0.17.0&lt;/code&gt; for lemmy&lt;/li&gt;
&lt;li&gt;&lt;code&gt;image: dessalines/lemmy-ui:0.17.0&lt;/code&gt; for lemmy-ui&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;lemmy-ui&lt;/code&gt; environment variables have changed, and should now look like:&lt;pre&gt;&lt;code&gt;  environment:
    - LEMMY_UI_LEMMY_INTERNAL_HOST=lemmy:8536
    - LEMMY_UI_LEMMY_EXTERNAL_HOST={{ domain }}
    - LEMMY_UI_HTTPS=true
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;You can always find the latest version &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/VERSION"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Ensure that postgres is &lt;code&gt;postgres:15-alpine&lt;/code&gt; (the upgrade script above should have already set this correctly)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you're having any problems, your docker-compose.yml should look similar to &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/docker-compose.yml"&gt;the one from the lemmy-ansible repo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Finally, run &lt;code&gt;sudo docker-compose up -d&lt;/code&gt;, and wait for lemmy to start up.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note&lt;/em&gt;: On production databases with thousands of comments, this upgrade &lt;strong&gt;takes several hours&lt;/strong&gt;. If your system has problems upgrading, or you'd like to speed up the upgrade, consider tuning your postgres database using the &lt;a href="https://github.com/LemmyNet/lemmy/blob/main/docker/dev/docker-compose.yml#L88"&gt;instructions here&lt;/a&gt;. If not, just wait for the database migrations to complete, as this large migration of the &lt;code&gt;comment&lt;/code&gt; table only ever needs to be run once.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note&lt;/em&gt;: If you have any issues upgrading, you can restore your old database using the &lt;a href="https://join-lemmy.org/docs/en/administration/backup_and_restore.html"&gt;backup and restore instructions here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need help with the upgrade, you can ask in our &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;support forum&lt;/a&gt; or on the &lt;a href="https://matrix.to/#/!BZVTUuEiNmRcbFeLeI:matrix.org"&gt;Matrix Chat&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for almost three years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. No one likes recurring donations, but they've proven to be the only way that open-source software like Lemmy can stay independent and alive.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;API&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.16.4...0.17.0-rc.62"&gt;lemmy-js-client 0.16.4 -&amp;gt; 0.17.0 API changes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Config&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson"&gt;lemmy.hjson&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Speeding up comment-ltree migration, fixing index creation. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2664"&gt;#2664&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add feature to embed pictrs in lemmy binary (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2627"&gt;#2627&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2633"&gt;#2633&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update post_aggregates indexes to account for featured_local and featured_community columns. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2661"&gt;#2661&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Post creation from Mastodon (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2590"&gt;#2590&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2651"&gt;#2651&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade to postgres 15. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2659"&gt;#2659&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add reddit -&amp;gt; lemmy importer to readme. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2662"&gt;#2662&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Some script improvements (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2654"&gt;#2654&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use enum for registration mode setting (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2604"&gt;#2604&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing sniptt/monads for lemmy-js-client. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2644"&gt;#2644&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix historical post fetching. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2640"&gt;#2640&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2643"&gt;#2643&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding the go client. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2629"&gt;#2629&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Point to !lemmy_support for support questions (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2638"&gt;#2638&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add documentation for using Lemmy API from Rust (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2639"&gt;#2639&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Improve application question check (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2628"&gt;#2628&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix user following (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2623"&gt;#2623&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow embedding Lemmy, fix setup error (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2618"&gt;#2618&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing missing forms, incorrect user discussion_languages (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2580"&gt;#2580&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add support for Featured Posts (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2585"&gt;#2585&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove federation backwards compatibility with 0.16.x (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2183"&gt;#2183&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rework websocket (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2598"&gt;#2598&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add SendActivity trait so that api crates compile in parallel with lemmy_apub&lt;/li&gt;
&lt;li&gt;Move code to generate apub urls into lemmy_api_common&lt;/li&gt;
&lt;li&gt;Builds lemmy_routes in parallel with lemmy_apub&lt;/li&gt;
&lt;li&gt;Merge websocket crate into api_common&lt;/li&gt;
&lt;li&gt;Check user accepted before sending jwt in password reset (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2591"&gt;#2591&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2597"&gt;#2597&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Relax honeypot check (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2595"&gt;#2595&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2596"&gt;#2596&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use audience field to federate items in groups (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2464"&gt;#2464&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2584"&gt;#2584&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Federate group moderators using attributedTo field (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2588"&gt;#2588&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Set cargo home in ci to avoid redownloading deps between steps (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2587"&gt;#2587&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add some more clippy lints (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2586"&gt;#2586&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use release docker image for nightly build (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2583"&gt;#2583&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Implement federated user following (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/752"&gt;#752&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2577"&gt;#2577&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade activitypub_federation to 0.3.4 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2581"&gt;#2581&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade activitypub_federation crate to 0.3.3 (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/2511"&gt;#2511&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2578"&gt;#2578&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove federation settings, rely on sensible defaults instead (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2574"&gt;#2574&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix clippy lints. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2572"&gt;#2572&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add support for Taglines (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2548"&gt;#2548&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Various pedantic clippy fixes (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2568"&gt;#2568&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Sort vecs before assert to avoid random test failures (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2569"&gt;#2569&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Display build status badge from drone.join-lemmy.org (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2564"&gt;#2564&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Specify dependencies and metadata for entire workspace (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2565"&gt;#2565&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use enum_delegate crate (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2554"&gt;#2554&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Live reload settings (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2508"&gt;#2508&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2543"&gt;#2543&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix activity list test (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2562"&gt;#2562&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;When announcing incoming activities, keep extra fields (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2550"&gt;#2550&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Mobilizon federation (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2544"&gt;#2544&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update doku dependency for easier formatting of defaults.hjson (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2553"&gt;#2553&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Translated README.md to Chinese (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2549"&gt;#2549&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add diesel_async, get rid of blocking function (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2510"&gt;#2510&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use urlencoding for db url params (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2532"&gt;#2532&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2537"&gt;#2537&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont serve apub json for removed objects (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/2522"&gt;#2522&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2538"&gt;#2538&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix password length check (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2536"&gt;#2536&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove explicit panic from db connection code (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2533"&gt;#2533&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2535"&gt;#2535&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Send error message when rate limit is reached (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2527"&gt;#2527&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Mark own private messages as read in api (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2484"&gt;#2484&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2531"&gt;#2531&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Mark objects as not deleted when received via apub (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2507"&gt;#2507&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2528"&gt;#2528&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Group imports dess (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2526"&gt;#2526&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix invalid config in docker/prod (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2520"&gt;#2520&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2524"&gt;#2524&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix local site images. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2519"&gt;#2519&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix 2455: Check auth for pictrs when instance is private. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2477"&gt;#2477&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix limit_languages to operate on correct instance (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2496"&gt;#2496&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2518"&gt;#2518&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Image improvements (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2513"&gt;#2513&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make verify apub url function async (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2514"&gt;#2514&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Moving settings to Database. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2492"&gt;#2492&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Enable lto, strip symbols via cargo.toml (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2512"&gt;#2512&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix docker dev build (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2509"&gt;#2509&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Federate votes as private (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2501"&gt;#2501&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont try to send activities if federation is disabled (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2499"&gt;#2499&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2500"&gt;#2500&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Return empty vec when reading all languages (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2495"&gt;#2495&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2497"&gt;#2497&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update clippy to use Rust 1.64 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2498"&gt;#2498&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only allow authenticated users to fetch remote objects (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2493"&gt;#2493&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;More real-world prod config, separate lemmy config (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2487"&gt;#2487&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix check for federated mod actions (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2489"&gt;#2489&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make docker-compose more clear and explicit (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2469"&gt;#2469&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;implement language tags for site/community in db and api (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2434"&gt;#2434&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change description in readme (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2481"&gt;#2481&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use compat mode when signing outgoing activities (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1984"&gt;#1984&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2473"&gt;#2473&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Check to make sure comment isnt deleted / removed for unread count. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2472"&gt;#2472&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont show deleted users or communities on profile page. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2450"&gt;#2450&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding email admins for new applications. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2271"&gt;#2271&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2390"&gt;#2390&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Showing # of unread comments for posts. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2134"&gt;#2134&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2393"&gt;#2393&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Convert emails to lowercase (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2462"&gt;#2462&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2463"&gt;#2463&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unnecessary show_deleted_and_removed comments for a profile. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2458"&gt;#2458&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove pointless language joins. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2451"&gt;#2451&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix rate limit error messages. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2428"&gt;#2428&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2449"&gt;#2449&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix missing local user from post queries. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2447"&gt;#2447&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Diesel 2.0.0 upgrade (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2452"&gt;#2452&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow filtering out of deleted and removed comments when getting person details (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2446"&gt;#2446&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Implement reports for private messages (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2433"&gt;#2433&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Check for slurs in account creation. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2443"&gt;#2443&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;The language id is crucial for front ends. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2437"&gt;#2437&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update docker version to 0.16.6. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2435"&gt;#2435&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2438"&gt;#2438&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding job to drop phantom ccnew indexes. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2431"&gt;#2431&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2432"&gt;#2432&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't search for community descriptions, search for user display_name. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2430"&gt;#2430&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase default search rate limit. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2424"&gt;#2424&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;fix clippy&lt;/li&gt;
&lt;li&gt;dont set default user languages in api code (already done in db)&lt;/li&gt;
&lt;li&gt;dont test with all features&lt;/li&gt;
&lt;li&gt;clippy fixes&lt;/li&gt;
&lt;li&gt;api changes for comment language tagging&lt;/li&gt;
&lt;li&gt;add test for comment view languages&lt;/li&gt;
&lt;li&gt;fix tests&lt;/li&gt;
&lt;li&gt;Add language tags for comments&lt;/li&gt;
&lt;li&gt;Pass LocalUser to PostQuery etc, instead of separate params (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2413"&gt;#2413&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Tag posts and comments with language (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/440"&gt;#440&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2269"&gt;#2269&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rejected federated pm from blocked users (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2398"&gt;#2398&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2408"&gt;#2408&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding distinguish comment. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2002"&gt;#2002&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2391"&gt;#2391&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix pictrs routing (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2407"&gt;#2407&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add postgres auto-explain for dev testing. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2399"&gt;#2399&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add Modlog Filters (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2313"&gt;#2313&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Accept Image objects in attachments (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2394"&gt;#2394&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Tweaking postgres upgrade script (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2389"&gt;#2389&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use typed-builder crate for queries (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2379"&gt;#2379&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use doku release version (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/2343"&gt;#2343&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2386"&gt;#2386&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;First pass at adding comment trees. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2362"&gt;#2362&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update apub examples to remove &lt;code&gt;to&lt;/code&gt; field (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/2380"&gt;#2380&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2382"&gt;#2382&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Handle Like, Undo/Like activities from Mastodon, add tests (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2378"&gt;#2378&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2380"&gt;#2380&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix a few form options for diesel. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2287"&gt;#2287&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2376"&gt;#2376&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove docker/pleroma/ folder (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2381"&gt;#2381&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove listing type community. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2361"&gt;#2361&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2377"&gt;#2377&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont allow login if account is banned or deleted (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2372"&gt;#2372&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2374"&gt;#2374&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Send websocket message on accepted follow. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2369"&gt;#2369&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2375"&gt;#2375&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix panics in search_by_apub_id() (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2371"&gt;#2371&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2373"&gt;#2373&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix follow being stuck as pending after accept (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2366"&gt;#2366&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding 0.16.6 release&lt;/li&gt;
&lt;li&gt;Change config pictrs key name (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2360"&gt;#2360&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Config changes, remove unused image purge function (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2343"&gt;#2343&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix problem where actors can have empty public key (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2347"&gt;#2347&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2348"&gt;#2348&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;remove parking_lot (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2350"&gt;#2350&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Revert &amp;quot;Use correct url for activitystreams protocol context (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2326"&gt;#2326&lt;/a&gt;)&amp;quot; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2351"&gt;#2351&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding check for requests with no id or name, adding max limit. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2265"&gt;#2265&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont allow blocking admin (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2340"&gt;#2340&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix wrong clippy warning in ci (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2339"&gt;#2339&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Be more explicit about returning deleted actors or not (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2335"&gt;#2335&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Specify minimum Rust version 1.57 (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2333"&gt;#2333&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2334"&gt;#2334&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove update and read site config. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2306"&gt;#2306&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2329"&gt;#2329&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't create or initially follow a default community. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2317"&gt;#2317&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2328"&gt;#2328&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase RSS fetch limit to 20. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2319"&gt;#2319&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2327"&gt;#2327&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Expose pending 2 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2282"&gt;#2282&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use correct url for activitystreams protocol context (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2326"&gt;#2326&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move setting http_fetch_retry_limit into federation block (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2314"&gt;#2314&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix length of post_report.original_post_name db field (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2311"&gt;#2311&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2315"&gt;#2315&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding admin purging of DB items and pictures. &lt;a href="https://github.com/LemmyNet/lemmy/issues/904"&gt;#904&lt;/a&gt; &lt;a href="https://github.com/LemmyNet/lemmy/issues/1331"&gt;#1331&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1809"&gt;#1809&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix: Use correctly parseable JSON-LD context (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2299"&gt;#2299&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix lemmy version in prod docker-compose.yml (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2304"&gt;#2304&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade activitypub_federation to 0.2.0, add setting federation.debug (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2300"&gt;#2300&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unused setup config vars (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2302"&gt;#2302&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add pub use for db crates in api_common (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2305"&gt;#2305&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add link to Matrix chat in readme (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2303"&gt;#2303&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Accept private like (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1968"&gt;#1968&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2301"&gt;#2301&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move different features drone check to below defaults.hjson check. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2296"&gt;#2296&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Bump lettre to 0.10.0-rc.7 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2297"&gt;#2297&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unused cargo.toml files (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2293"&gt;#2293&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Forbid outgoing requests in activitypub tests (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2289"&gt;#2289&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2294"&gt;#2294&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Embed Peertube videos (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2261"&gt;#2261&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Run cargo check for each crate with different features (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/2284"&gt;#2284&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2292"&gt;#2292&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove 0.15 federation compat code (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2131"&gt;#2131&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Extract Activitypub logic into separate library (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2288"&gt;#2288&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fixing requireapplication string. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/895"&gt;#895&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing PWA install. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/822"&gt;#822&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/893"&gt;#893&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing monads. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/884"&gt;#884&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/886"&gt;#886&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Sanitize article html. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/882"&gt;#882&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/883"&gt;#883&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;id&lt;/code&gt; to &lt;code&gt;App&lt;/code&gt; component (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/880"&gt;#880&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding Community Language fixes. &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/783"&gt;#783&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/868"&gt;#868&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add FeaturedPost Support (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/873"&gt;#873&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix csp header for svgs in firefox. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/869"&gt;#869&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/870"&gt;#870&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove federation strict_allowlist and retry_count. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/867"&gt;#867&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add Taglines support (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/854"&gt;#854&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix wrong comment link. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/714"&gt;#714&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/865"&gt;#865&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont render images in tippy. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/776"&gt;#776&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/864"&gt;#864&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move symbols to its own cacheable file. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/809"&gt;#809&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/862"&gt;#862&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hide post report images. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/824"&gt;#824&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/861"&gt;#861&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add inline markdown rendering for post titles. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/827"&gt;#827&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/860"&gt;#860&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show deleted on profile page. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/834"&gt;#834&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/859"&gt;#859&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure user is logged in for site creation. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/838"&gt;#838&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/858"&gt;#858&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix missing report shield. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/842"&gt;#842&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/855"&gt;#855&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase markdown field char limit to 50k. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/849"&gt;#849&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/850"&gt;#850&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding new site setup fields. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/840"&gt;#840&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix workaround for broken logout (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/836"&gt;#836&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Strip html from og descriptions. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/830"&gt;#830&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/831"&gt;#831&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Cleanup docker builds (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/829"&gt;#829&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix admin default listing type. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/797"&gt;#797&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/818"&gt;#818&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Search button and input style fixes (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/825"&gt;#825&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Support new video embed api format (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/709"&gt;#709&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/817"&gt;#817&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change for container divs to container-lg (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/813"&gt;#813&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove newline, save space for toast message.&lt;/li&gt;
&lt;li&gt;Avoid browser warning about leaving page, handle delete image fail and add user filenames to messages.&lt;/li&gt;
&lt;li&gt;Avoid browser warning about leaving page, handle delete image fail.&lt;/li&gt;
&lt;li&gt;Adding private message reporting. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/782"&gt;#782&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/806"&gt;#806&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding the email_admins for new application config. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/742"&gt;#742&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding new unread comments. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/749"&gt;#749&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix broken profile page, and missing sidebars. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/795"&gt;#795&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a loading indicator for post community searching. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/692"&gt;#692&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/794"&gt;#794&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix missing initial load of discussion languages. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/793"&gt;#793&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix posts pushed from blocked users/comms. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/697"&gt;#697&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/792"&gt;#792&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding post and comment language tagging. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/771"&gt;#771&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/781"&gt;#781&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hide create community (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/787"&gt;#787&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase fetch limit for user and community searches. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/756"&gt;#756&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/773"&gt;#773&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix private instance setting. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/769"&gt;#769&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/786"&gt;#786&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hide extra comment and post functionality from search page. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/752"&gt;#752&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/788"&gt;#788&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show create post even if not subscribed. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/768"&gt;#768&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/789"&gt;#789&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Cantarell for darkly/darkly-red. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/779"&gt;#779&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/784"&gt;#784&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding mod / admin distinguish. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/744"&gt;#744&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Disable CSP when in debug mode. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/743"&gt;#743&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reduce search minLength to 1. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/750"&gt;#750&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/751"&gt;#751&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add support for filtering mod logs&lt;/li&gt;
&lt;li&gt;Documenting and changing a few env vars. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/661"&gt;#661&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/739"&gt;#739&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing post_view glitch. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/740"&gt;#740&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/741"&gt;#741&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change CSP rule for connect-src (websocket) to wildcard (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/730"&gt;#730&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/737"&gt;#737&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Comment Tree paging (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/726"&gt;#726&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding block from community sidebar. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/690"&gt;#690&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/716"&gt;#716&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix suggested post title html. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/691"&gt;#691&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/717"&gt;#717&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix missing deny button. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/723"&gt;#723&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/728"&gt;#728&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix community filtering. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/729"&gt;#729&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;use zh-TW for language code, instead of zh_Hant. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/725"&gt;#725&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix Notification browser fetch&lt;/li&gt;
&lt;li&gt;Forgot to type a few Searches. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/718"&gt;#718&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/722"&gt;#722&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing linkify GC crash. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/715"&gt;#715&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;New communities fetch limit is 50. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/711"&gt;#711&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Clicking &amp;quot;subscribe pending&amp;quot; button performs unsubscribe (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/705"&gt;#705&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/706"&gt;#706&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix site setup and login. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/699"&gt;#699&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/702"&gt;#702&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding purging of comments, posts, communities, and users. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/459"&gt;#459&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing save and read config hjson. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/695"&gt;#695&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/696"&gt;#696&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Expose pending 2 (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/662"&gt;#662&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding option types 2 (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/689"&gt;#689&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix NPE during new site startup (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/677"&gt;#677&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing CSP for iOS devices. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/669"&gt;#669&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/678"&gt;#678&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix issue with new notification trying to do a fetch.&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Tue, 31 Jan 2023 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2023-01-31_-_Lemmy_Release_v0.17.0</guid>
    </item>
    <item>
      <title>First release of LemmyBB, a federated bulletin board written in Rust</title>
      <link>https://join-lemmy.org/news/2022-11-02_-_First_release_of_LemmyBB</link>
      <description>&lt;h1&gt;First release of LemmyBB, a federated bulletin board written in Rust&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @nutomic, 2022-09-14&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We are excited to announce the release of lemmyBB. This is an alternative frontend for Lemmy, based on the design of &lt;a href="https://www.phpbb.com/"&gt;phpBB&lt;/a&gt;. It turns Lemmy from a link aggregator with upvotes and image previews into a traditional forum, or bulletin board.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://lemmy.ml/pictrs/image/8d2509c3-d508-4d18-a735-4196d62dbd12.png" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/LemmyNet/lemmy"&gt;Lemmy&lt;/a&gt; is a self-hosted discussion platform which supports Activitypub for federation with other servers. 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.&lt;/p&gt;
&lt;p&gt;By combining these projects, we get the benefits of both: a stable and performant backend which supports Activitypub federation, has an extensive API with mod tools and much more. Together with a classical frontend that is focused on text-based discussion, with no distraction of voting or overt number of image posts.&lt;/p&gt;
&lt;p&gt;The easiest way to try lemmyBB is by signing up on the flagship instance &lt;a href="https://fedibb.ml/"&gt;fedibb.ml&lt;/a&gt; and joining the discussion. You can also install your own instance by following &lt;a href="https://github.com/LemmyNet/lemmyBB#installation"&gt;these instructions&lt;/a&gt;. Resource usage is very low as everything is written in Rust (except the PostgreSQL database). Fedibb.ml uses about 70 MB of RAM and a negligible amount of CPU.&lt;/p&gt;
&lt;p&gt;There are still many things to work on, and some missing features need to be added. A lot of polishing also needs to be done. Contributions are more than welcome, so if this sounds interesting, &lt;a href="https://github.com/LemmyNet/lemmyBB"&gt;consider getting involved&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;LemmyBB can also serve as an example of Lemmy's potential as a generic backend for social media platforms. Instead of starting a project from scratch to write an API, database logic, authentication, federation etc, you could create a frontend for Lemmy. This can be written in your language of choice, and only needs to render HTML, and use the &lt;a href="https://join-lemmy.org/api/index.html"&gt;Lemmy API&lt;/a&gt;. This doesn't have to be a forum, a blogging platform or image gallery would also be possible.&lt;/p&gt;
&lt;p&gt;To be clear, lemmyBB is not meant to replace phpBB and it will never have all the same features. It was simply much easier to use this approach for someone like me who doesn't know much about frontend development. In that sense, I want to give a big thanks to the phpBB developers for publishing their work as open source, and making this project possible!&lt;/p&gt;
</description>
      <pubDate>Wed, 02 Nov 2022 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2022-11-02_-_First_release_of_LemmyBB</guid>
    </item>
    <item>
      <title>Lemmy v0.16.7 Release : Bug fixes (2022-09-14)</title>
      <link>https://join-lemmy.org/news/2022-09-14-_Lemmy_Release_v0.16.7_-_Bug_fixes</link>
      <description>&lt;h1&gt;Lemmy v0.16.7 Release : Bug fixes (2022-09-14)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2022-09-14&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;A few bug fixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix missing auth on new post refresh. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/764"&gt;#764&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change CSP rule for connect-src (websocket) to wildcard (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/730"&gt;#730&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/737"&gt;#737&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase default search rate limit. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2424"&gt;#2424&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rejected federated pm from blocked users (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2398"&gt;#2398&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2408"&gt;#2408&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Handle Like, Undo/Like activities from Mastodon, add tests (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2378"&gt;#2378&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2380"&gt;#2380&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont allow login if account is banned or deleted (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2372"&gt;#2372&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2374"&gt;#2374&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix panics in search_by_apub_id() (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2371"&gt;#2371&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2373"&gt;#2373&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Wed, 14 Sep 2022 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2022-09-14-_Lemmy_Release_v0.16.7_-_Bug_fixes</guid>
    </item>
    <item>
      <title>Lemmy v0.16.6 Release : bug fixes (2022-07-19)</title>
      <link>https://join-lemmy.org/news/2022-07-19_-_Lemmy_Release_v0.16.6_-_A_few_bug_fixes</link>
      <description>&lt;h1&gt;Lemmy v0.16.6 Release : bug fixes (2022-07-19)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2022-07-19&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;A few bug fixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix problem where actors can have empty public key (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2347"&gt;#2347&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2348"&gt;#2348&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Be more explicit about returning deleted actors or not (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2335"&gt;#2335&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont allow blocking admin (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2340"&gt;#2340&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase RSS fetch limit to 20. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2319"&gt;#2319&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2327"&gt;#2327&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix length of post_report.original_post_name db field (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2311"&gt;#2311&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2315"&gt;#2315&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add pub use for db crates in api_common (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2305"&gt;#2305&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Accept private like (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1968"&gt;#1968&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2301"&gt;#2301&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Tue, 19 Jul 2022 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2022-07-19_-_Lemmy_Release_v0.16.6_-_A_few_bug_fixes</guid>
    </item>
    <item>
      <title>Lemmy Release v0.16.4 - Peertube federation, Rust API and other improvements (2022-05-27)</title>
      <link>https://join-lemmy.org/news/2022-05-27_-_Lemmy_Release_v0.16.4_-_Peertube_federation,_Rust_API_and_other_improvements</link>
      <description>&lt;h1&gt;Lemmy Release v0.16.4 - Peertube federation, Rust API and other improvements (2022-05-27)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2022-05-27&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major changes&lt;/h2&gt;
&lt;p&gt;This version adds a new community setting &amp;quot;restricted&amp;quot;. If this is active, only moderators can post in the community (but anyone can comment). This can be useful for announcements or blogs.&lt;/p&gt;
&lt;p&gt;In your site settings there is a new field for legal information. This can be used to present terms of service, privacy policy etc.&lt;/p&gt;
&lt;p&gt;We've also added an admin setting for the default post listing type. This determines whether users without login, and newly registered users, will see the &lt;code&gt;Local&lt;/code&gt; or &lt;code&gt;All&lt;/code&gt; timeline by default.&lt;/p&gt;
&lt;p&gt;HTML tags are now disabled in markdown, as the were causing some issues.&lt;/p&gt;
&lt;h3&gt;Federation&lt;/h3&gt;
&lt;p&gt;Lemmy now federates with &lt;a href="https://joinpeertube.org/"&gt;Peertube&lt;/a&gt;! Be aware that this requires Peertube &lt;a href="https://github.com/Chocobozzz/PeerTube/releases/tag/v4.2.0-rc.1"&gt;v4.2.0-rc.1&lt;/a&gt; or later. You can now follow Peertube channels from Lemmy and comment on videos. If there is other functionality that you would like to see federated, please open an issue (the same goes for federation with other projects).&lt;/p&gt;
&lt;p&gt;When browsing remote Lemmy communities, you will now see the site description and rules in the sidebar. Some federated actions did not generate mod log entries previously, this has been fixed. Also, federation with Friendica was approved, Lemmy now correctly receives comments with hashtags. Additionally, the previous version had a check which rejected federation in case the domain of user avatars or banners didn't match the user's domain. This check broke federation with some instances, and was removed.&lt;/p&gt;
&lt;h3&gt;Rust API&lt;/h3&gt;
&lt;p&gt;If you are thinking of developing a Rust application which interacts with Lemmy, this is now much easier. The &lt;a href="https://crates.io/crates/lemmy_api_common"&gt;lemmy-api-common&lt;/a&gt; crate has a new feature which disables all heavy dependencies (like diesel) by default. You can add the crate to your project, and interact with Lemmy API using the exact same structs that Lemmy itself uses. For an example, have a look at &lt;a href="https://github.com/Nutomic/lemmyBB"&gt;lemmyBB&lt;/a&gt;. Its in a very early stage, so contributions are welcome!&lt;/p&gt;
&lt;p&gt;In other development news, our test instances (&lt;a href="https://ds9.lemmy.ml/"&gt;ds9.lemmy.ml&lt;/a&gt;, &lt;a href="https://voyager.lemmy.ml/"&gt;voyager.lemmy.ml&lt;/a&gt;, &lt;a href="https://enterprise.lemmy.ml/"&gt;enterprise.lemmy.ml&lt;/a&gt;) are now updated automatically every night with the latest development version. This should make it easier for admins and users to test new features before they are released. At the same time, &lt;a href="https://join-lemmy.org/"&gt;join-lemmy.org&lt;/a&gt; and its instance list are also updated automatically every night.&lt;/p&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;p&gt;Follow the &lt;a href="https://join-lemmy.org/docs/en/administration/administration.html"&gt;Docker or Ansible upgrade instructions here.&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for almost two years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;API&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.16.0-rc.1...0.16.4-rc.3"&gt;lemmy-js-client: 0.16.0 -&amp;gt; 0.16.4&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Add legal information (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/721"&gt;#721&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2273"&gt;#2273&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add drone task for nightly build (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2264"&gt;#2264&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing malformed rosetta translations. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2231"&gt;#2231&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Make opentelemetry dependency optional&lt;/li&gt;
&lt;li&gt;Remove check that avatars/banners are locally hosted (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2254"&gt;#2254&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2255"&gt;#2255&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Simplify building plain/html emails (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2251"&gt;#2251&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Federate with Peertube (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2244"&gt;#2244&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Derive default for api request structs, move type enums (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2245"&gt;#2245&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add cargo feature for building lemmy_api_common with mininum deps (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2243"&gt;#2243&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add restricted community field to CreateCommunity, UpdateCommunity (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/2235"&gt;#2235&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2242"&gt;#2242&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Implement restricted community (only mods can post) (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/187"&gt;#187&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2235"&gt;#2235&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update community statistics after post or comment is deleted by user (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2193"&gt;#2193&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Accept comments with hashtags from Friendica (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2236"&gt;#2236&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove unused dependencies (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2239"&gt;#2239&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix link metadata unit test (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2237"&gt;#2237&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont return &amp;quot;admin&amp;quot; for GET user when no id/name is provided (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1546"&gt;#1546&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2233"&gt;#2233&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Federation: dont overwrite local object from Announce activity (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2232"&gt;#2232&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Require registration application by default (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2229"&gt;#2229&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add default post listing type (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2195"&gt;#2195&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2209"&gt;#2209&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show deny reason to users after a failed login. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2191"&gt;#2191&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2206"&gt;#2206&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix allowlist / blocklist description location. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2214"&gt;#2214&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2215"&gt;#2215&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Split apart api files (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2216"&gt;#2216&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Changing default listing type to Local from Subscribed.&lt;/li&gt;
&lt;li&gt;Expose remote site info in GetCommunity API (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2208"&gt;#2208&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2210"&gt;#2210&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing unstable post sorts. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2188"&gt;#2188&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2204"&gt;#2204&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding lemmy_ui_debug for future debug testing. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2211"&gt;#2211&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing generate unique changeme (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2205"&gt;#2205&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change Person, Instance types (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2200"&gt;#2200&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Write mod log for federated sticky/lock post actions (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2203"&gt;#2203&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy-UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Adding Legal info (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/666"&gt;#666&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add nightly dev drone cron build. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/664"&gt;#664&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add LEMMY_UI_CUSTOM_SCRIPT env var. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/655"&gt;#655&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/656"&gt;#656&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Turn off html in markdown. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/650"&gt;#650&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/657"&gt;#657&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add posting restricted to mods (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/642"&gt;#642&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add default post listing (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/645"&gt;#645&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't render markdown for summaries. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/658"&gt;#658&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/659"&gt;#659&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Set content security policy http header for all responses (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/621"&gt;#621&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding site sidebar for remote communities. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/626"&gt;#626&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/640"&gt;#640&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Properly debouncing tribute mentions. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/633"&gt;#633&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/639"&gt;#639&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding litely-red and darkly-red themes. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/636"&gt;#636&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing initial loading of admin page. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/635"&gt;#635&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/638"&gt;#638&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing helmet theme bug. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/628"&gt;#628&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/629"&gt;#629&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding site ban from profile page. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/588"&gt;#588&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/627"&gt;#627&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding sidebar and subscribed collapse. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/609"&gt;#609&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/622"&gt;#622&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a LEMMY_UI_DEBUG flag for eruda debugging (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/624"&gt;#624&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adds OC (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/620"&gt;#620&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 27 May 2022 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2022-05-27_-_Lemmy_Release_v0.16.4_-_Peertube_federation,_Rust_API_and_other_improvements</guid>
    </item>
    <item>
      <title>Lemmy v0.16.3 Release: Federation Bug Fixes (2022-04-08)</title>
      <link>https://join-lemmy.org/news/2022-04-08_-_Lemmy_Release_v0.16.3_-_Federation_bug_fixes</link>
      <description>&lt;h1&gt;Lemmy v0.16.3 Release: Federation Bug Fixes (2022-04-08)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2022-04-08&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;p&gt;A full list of fixes is below, but this patch release includes federation compatibility and bug fixes, as well as fixing vulnerabilities in our websocket rate limiting.&lt;/p&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;p&gt;Besides the addition of a &lt;a href="https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L39"&gt;search rate limit to the lemmy.hjson&lt;/a&gt;, there are no config or API changes.&lt;/p&gt;
&lt;p&gt;Follow the &lt;a href="https://join-lemmy.org/docs/en/administration/administration.html"&gt;Docker or Ansible upgrade instructions here.&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for almost two years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;. If you would like to support our efforts, please consider &lt;a href="https://join-lemmy.org/donate"&gt;donating&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Federate user account deletion (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1284"&gt;#1284&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2199"&gt;#2199&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont federate initial upvote (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2196"&gt;#2196&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add missing mod log entries for federated actions (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1489"&gt;#1489&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2198"&gt;#2198&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure application questionaire is required. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2189"&gt;#2189&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix verify_mod_action check for remote admin actions (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2190"&gt;#2190&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Run cargo upgrade (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2176"&gt;#2176&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Migrate towards using page.attachment field for url (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/2144"&gt;#2144&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2182"&gt;#2182&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Exclude removed/deleted posts from community outbox (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2184"&gt;#2184&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fetch community outbox in parallel (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2180"&gt;#2180&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2181"&gt;#2181&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a ban expires update job. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2177"&gt;#2177&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add email translations (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2175"&gt;#2175&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add test files for Friendica federation (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2144"&gt;#2144&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2167"&gt;#2167&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Lowering search rate limit. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2153"&gt;#2153&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2154"&gt;#2154&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rate limit ws joins (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2171"&gt;#2171&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Delete unused diesel.toml file (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2166"&gt;#2166&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rate limit websocket joins. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2165"&gt;#2165&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Doing tests in sequential order. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2158"&gt;#2158&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2163"&gt;#2163&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont log errors when rate limit is hit (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2157"&gt;#2157&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2161"&gt;#2161&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix rate limit check for register. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2159"&gt;#2159&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;GNU social compatibility (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2100"&gt;#2100&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Consolidate and lower reqwest timeouts. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2150"&gt;#2150&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2151"&gt;#2151&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Check that config is valid before saving (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2152"&gt;#2152&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont log error if duplicate activity is received (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2146"&gt;#2146&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2148"&gt;#2148&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;WIP: Email localization (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/500"&gt;#500&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2053"&gt;#2053&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;If viewed actor isnt in db, fetch it from other instance (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2145"&gt;#2145&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show rate limit algorithm. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2136"&gt;#2136&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adjust retry interval for sending activities (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2141"&gt;#2141&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add jerboa link to readme. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2137"&gt;#2137&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Forbid remote URLs for avatars/banners (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1618"&gt;#1618&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2132"&gt;#2132&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove docker/prod unused files (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2086"&gt;#2086&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2133"&gt;#2133&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rework error handling (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1714"&gt;#1714&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2135"&gt;#2135&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont allow admin to add mod to remote community (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2129"&gt;#2129&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reject federated downvotes if downvotes are disabled (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2124"&gt;#2124&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2128"&gt;#2128&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Dont allow community urls like /c/{id} (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/611"&gt;#611&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/612"&gt;#612&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix loading indicator on search page (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/443"&gt;#443&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/606"&gt;#606&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade deps (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/604"&gt;#604&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove auth token from error message. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/600"&gt;#600&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/601"&gt;#601&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix error during new site setup (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/596"&gt;#596&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Differentiate between mods and admins in mod log (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/597"&gt;#597&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix comment fedilink (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/594"&gt;#594&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/595"&gt;#595&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 08 Apr 2022 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2022-04-08_-_Lemmy_Release_v0.16.3_-_Federation_bug_fixes</guid>
    </item>
    <item>
      <title>Free Lemmy instance hosting</title>
      <link>https://join-lemmy.org/news/2022-03-17_-_Free_Lemmy_instance_hosting</link>
      <description>&lt;h1&gt;Free Lemmy instance hosting&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @nutomic, 2022-03-17&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;Lemmy is a selfhosted 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.&lt;/p&gt;
&lt;p&gt;To see how it works in practice, you can &lt;a href="https://join-lemmy.org/instances"&gt;browse the list of existing Lemmy instances&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Free instance hosting&lt;/h2&gt;
&lt;p&gt;After two years of full-time development, Lemmy is in a very usable state. The main problem facing the project now is a lack of users, and low awareness of the project. To remedy this, we the Lemmy developers are launching a new promotion initiative. We will host selected instances for free, for one year. This can be about any topic, like video games, art, or a general forum for your country. The only exception is politics (there are many political instances already).&lt;/p&gt;
&lt;p&gt;The main purpose of this initiative is to promote the Lemmy project, so that more people will use it. For this reason, you should have a plan for growing and promoting the instance. For example, posting about it on your existing blog, posting on other forums, or inviting friends and colleagues. Paid advertising is unnecessary. Additionally, the topic should not be too narrow, but have relatively wide appeal.&lt;/p&gt;
&lt;p&gt;At this time, most existing Lemmy instances and users are concentrated in Europe and North America. For this reason, we especially want to encourage people from other parts of the world to apply, and create instances for their own regions. All languages can be used.&lt;/p&gt;
&lt;p&gt;If you are interested, send an email to contact@join-lemmy.org (in English) with a summary of the instance you want to create, how you plan to promote it, and some relevant details about yourself. The deadline is on 2022-04-18.&lt;/p&gt;
&lt;p&gt;If the application gets accepted, you will be an administrator, which involves a few responsibilities. First of all, you need a domain (the address under which the site can be reached, like &lt;code&gt;join-lemmy.org&lt;/code&gt;). Then you will have to configure the instance name, description, rules, and a few other settings. And finally, you will be responsible for the moderation, which means removing spam, banning trolls, and dealing with other unwanted content. As the number of users grows, it makes sense to add more administratos to help with these things. After one year (or earlier at your request), we will transfer all the data to you, so that you can run the instance yourself. Then you need a server to install Lemmy on (or find someone else to help).&lt;/p&gt;
&lt;p&gt;Remember, if your potential instance doesn't meet the criteria or is not accepted, you can always &lt;a href="https://join-lemmy.org/docs/en/administration/administration.html"&gt;setup your own&lt;/a&gt;. People will be happy to help with any problems in our &lt;a href="https://matrix.to/#/#lemmy:matrix.org"&gt;Matrix channel&lt;/a&gt; or &lt;a href="https://lemmy.ml/c/lemmy_support"&gt;/c/lemmy_support forum&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please consider sharing this announcement with others who might be interested.&lt;/p&gt;
</description>
      <pubDate>Thu, 17 Mar 2022 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2022-03-17_-_Free_Lemmy_instance_hosting</guid>
    </item>
    <item>
      <title>Lemmy v0.16.0 Release: Theming and Federation improvements (2022-03-08)</title>
      <link>https://join-lemmy.org/news/2022-03-08_-_Lemmy_Release_v0.16.0_-_Theming_and_Federation_improvements</link>
      <description>&lt;h1&gt;Lemmy v0.16.0 Release: Theming and Federation improvements (2022-03-08)&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2022-03-08&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;h3&gt;Theming&lt;/h3&gt;
&lt;p&gt;Customizing Lemmy is now much easier than before. Instance admins can select a default instance theme under &lt;code&gt;/admin&lt;/code&gt; which applies to all users who are not logged in, and those who haven't explicitly picked a theme.&lt;/p&gt;
&lt;p&gt;It is also possible now to add custom themes to an instance, without having to recompile lemmy-ui. When running with Docker, make sure that &lt;a href="https://github.com/LemmyNet/lemmy-ansible/pull/24/files"&gt;these lines&lt;/a&gt; are present in docker-compose.yml (Ansible will add them automatically if you updated the repo). Then put your .css file into &lt;code&gt;./volumes/lemmy-ui/extra_themes&lt;/code&gt;. The new theme can then be selected by users, or set as instance default.&lt;/p&gt;
&lt;p&gt;For native installation (without Docker), themes are loaded by lemmy-ui from &lt;code&gt;./extra_themes&lt;/code&gt; folder. A different path can be specified with &lt;code&gt;LEMMY_UI_EXTRA_THEMES_FOLDER&lt;/code&gt; environment variable.&lt;/p&gt;
&lt;p&gt;For instructions how to create a new theme, have a look at the &lt;a href="https://join-lemmy.org/docs/en/client_development/theming.html"&gt;documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Federation&lt;/h3&gt;
&lt;p&gt;@nutomic made many changes to federation to increase compatibility with other software. Lemmy can now receive deletions from [Pleroma], comments from [Friendica] and communities from &lt;a href="https://sr.ht/~vpzom/lotide/"&gt;lotide&lt;/a&gt;. Other actions were already compatible before. Mastodon can now display communities even when a user with identical name exists (but the user can't be viewed in that case). There were no breaking changes necessary, so federation is fully compatible with 0.15. If you notice something in another project that doesn't federate but should, please open an issue.&lt;/p&gt;
&lt;p&gt;Multiple users have pointed out that posts, comments and votes don't federate reliably. We first attempted to fix this in &lt;a href="https://lemmy.ml/post/184152"&gt;Lemmy 0.15.4&lt;/a&gt; a few days ago, but that didn't help much. Later @nutomic noticed that Lemmy was only sending out activities with 4 worker threads, which is not enough for a big instance like lemmy.ml. At the same time, many of those workers were taken up by sending to broken instances, trying to connect for a minute or more. This version adds a timeout and increases the number of workers.&lt;/p&gt;
&lt;h3&gt;Federated bans&lt;/h3&gt;
&lt;p&gt;Until now, only community bans were federated, and the &amp;quot;Remove content&amp;quot; option didn't work over federation. The new version fixes this behaviour, so that both site bans and community bans federate, including &amp;quot;Remove content&amp;quot; option and expiry. Note that this change only affects new bans, those which were issued before upgrading to 0.16 will not be federated.&lt;/p&gt;
&lt;h3&gt;Hide communities&lt;/h3&gt;
&lt;p&gt;@dayinjing implemented a funcionality for instance admins to hide controversial communities. A hidden community is only visible to those users who subscribe to it. This represents a milder alternative to removing a community. This functionality is not implemented in lemmy-ui yet, but admins can hide a community like this via command line:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;curl -X PUT https://example.com/api/v3/community/hide \
    -H &amp;quot;Content-Type: application/json&amp;quot; \
    -d \
    '{&amp;quot;community_id&amp;quot;:3,&amp;quot;hidden&amp;quot;:true,&amp;quot;reason&amp;quot;:&amp;quot;*reason for mod log*&amp;quot;,&amp;quot;auth&amp;quot;:&amp;quot;*admin jwt token*&amp;quot;}'
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Jerboa: a new android app&lt;/h3&gt;
&lt;p&gt;To help adoption, and since most people use social media through their smartphones nowadays, @dessalines has been working on a native android app for Lemmy called &lt;a href="https://github.com/LemmyNet/jerboa"&gt;Jerboa&lt;/a&gt;, which is now on &lt;a href="https://f-droid.org/packages/com.jerboa"&gt;F-Droid&lt;/a&gt; and &lt;a href="https://play.google.com/store/apps/details?id=com.jerboa"&gt;Google Play&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It is still at an alpha level, but is very usable. We'd love to have experienced android developers contribute to it.&lt;/p&gt;
&lt;p&gt;This now makes three smartphone apps for Lemmy: &lt;a href="https://join-lemmy.org/apps"&gt;Lemmur and Jerboa for Android, and Remmel for iOS&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;p&gt;Follow the &lt;a href="https://join-lemmy.org/docs/en/administration/administration.html"&gt;Docker or Ansible upgrade instructions here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are three lemmy.hjson config changes. See &lt;a href="https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson"&gt;defaults.hjson&lt;/a&gt; for comments and default values.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;changed boolean &lt;code&gt;email.use_tls&lt;/code&gt; to &lt;code&gt;email.tls_type&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;added &lt;code&gt;setup.default_theme&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;added &lt;code&gt;federation.worker_count&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;We (@dessalines and @nutomic) have been working full-time on Lemmy for almost two years. This is largely thanks to support from &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;. If you would like to support our efforts, please consider &lt;a href="https://join-lemmy.org/donate"&gt;donating&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;API&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.15.0-rc.34...0.16.0-rc.1"&gt;lemmy-js-client: 0.15.0 -&amp;gt; 0.16.0&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Config&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The config changes are &lt;a href="https://github.com/LemmyNet/lemmy/compare/0.15.2...main#diff-bcc84ad7bb4d0687c679cb6b3711052d8eba74a8188578c7516a8fdb5584d01a"&gt;here.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Make delete activities backwards compatible with 0.15 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2114"&gt;#2114&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make activity queue worker count configurable, log stats (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2113"&gt;#2113&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add timeout for sending activities (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2112"&gt;#2112&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Update &lt;code&gt;actix-*&lt;/code&gt; dependencies to stable v4.&lt;/li&gt;
&lt;li&gt;Show nsfw communities if you are logged in and searching communities (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2105"&gt;#2105&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix resending activities (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1282"&gt;#1282&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2109"&gt;#2109&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont hardcode site id in Site::update (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2110"&gt;#2110&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;send plain-text in email along with html (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2107"&gt;#2107&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add site option for default theme (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2104"&gt;#2104&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hide community v2 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2055"&gt;#2055&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reorganize federation tests (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2092"&gt;#2092&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add logging to debug federation issues (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/2096"&gt;#2096&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2099"&gt;#2099&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a reqwest timeout. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2089"&gt;#2089&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2097"&gt;#2097&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade to Rust 2021 edition (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2093"&gt;#2093&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Merge different delete activities for better compatibility (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2066"&gt;#2066&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2073"&gt;#2073&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Implement instance actor (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1798"&gt;#1798&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use doku(skip) for opentelemetry_url config value (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/2085"&gt;#2085&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2091"&gt;#2091&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Alpha-ordering community follows. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2062"&gt;#2062&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2079"&gt;#2079&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add federation tests for Friendica, improve parsing of source field (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/2057"&gt;#2057&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/2070"&gt;#2070&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Rename theme files from _.min.css to _.css (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/590"&gt;#590&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Custom themes (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/584"&gt;#584&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add option to set site default theme (fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/559"&gt;#559&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding nofollow to links. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/542"&gt;#542&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/543"&gt;#543&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix language names (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/580"&gt;#580&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move fedi link in post listing location. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/569"&gt;#569&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/583"&gt;#583&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't redirect on server error. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/570"&gt;#570&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/582"&gt;#582&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Smart select inner content after bold or italics. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/497"&gt;#497&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/577"&gt;#577&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix comment jumping. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/529"&gt;#529&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/576"&gt;#576&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add federated post and comment links. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/569"&gt;#569&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/575"&gt;#575&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix community comments iso fetch. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/572"&gt;#572&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/574"&gt;#574&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't allow transfer site. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/551"&gt;#551&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix report page bugs. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/558"&gt;#558&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/568"&gt;#568&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix post title link bug. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/547"&gt;#547&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/563"&gt;#563&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add markdown footnotes. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/561"&gt;#561&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/562"&gt;#562&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Tue, 08 Mar 2022 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2022-03-08_-_Lemmy_Release_v0.16.0_-_Theming_and_Federation_improvements</guid>
    </item>
    <item>
      <title>Lemmy Release v0.15.1: Private instances, New User Registrations, Email Verification, and Temporary Bans</title>
      <link>https://join-lemmy.org/news/2022-01-12_-_Lemmy_Release_v0.15.1_-_Private_instances,_New_User_Registrations,_Email_Verification,_and_Temporary_Bans</link>
      <description>&lt;h1&gt;Lemmy Release v0.15.1: Private instances, New User Registrations, Email Verification, and Temporary Bans&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2022-01-12&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Lemmy now has private instances, optional registration applications, optional email verification, and temporary bans! These are described in detail below.&lt;/p&gt;
&lt;p&gt;Special thanks to @asonix for adding &lt;a href="https://github.com/LemmyNet/Lemmy/issues/2003"&gt;tokio-console&lt;/a&gt; and &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1992"&gt;Jaeger + opentelemetry&lt;/a&gt; to our dev setups, so we can better identify performance bottlenecks.&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://join-lemmy.org/"&gt;Lemmy&lt;/a&gt; is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to communities you're interested in, post links and discussions, then vote and comment on them. Lemmy isn't just a reddit alternative; its a network of interconnected communities ran by different people and organizations, all combining to create a single, personalized front page of your favorite news, articles, and memes.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;h3&gt;Required email verification&lt;/h3&gt;
&lt;p&gt;Admins can turn this on, and new users will need to verify their emails. Current users will not have to do this.&lt;/p&gt;
&lt;h3&gt;Registration applications&lt;/h3&gt;
&lt;p&gt;Admins can now optionally make new users fill out an application to join your server. There is a new panel in their top bar where they can approve or deny pending applications.&lt;/p&gt;
&lt;p&gt;This works in conjunction with the &lt;em&gt;require_email&lt;/em&gt; field. If that is also turned on, the application will only be shown after their email has been verified. The user will receive an email when they have been accepted.&lt;/p&gt;
&lt;h3&gt;Closed / Private instances&lt;/h3&gt;
&lt;p&gt;The instance settings now includes a &lt;em&gt;private instance&lt;/em&gt; option, which if turned on, will only let logged in users view your site. Private instances was one of our first issues, and it was a large effort, so its great to finally have this completed.&lt;/p&gt;
&lt;h3&gt;Temporary Bans&lt;/h3&gt;
&lt;p&gt;When banning users from your site or community, moderators can now optionally give a number of days for the ban to last.&lt;/p&gt;
&lt;h3&gt;Allow comment replies from blocked users&lt;/h3&gt;
&lt;p&gt;It used to be that if a user blocked you, you couldn't respond to their public posts and comments. This is now fixed. They won't see your content, but others can.&lt;/p&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;p&gt;Follow the &lt;a href="https://join-lemmy.org/docs/en/administration/administration.html"&gt;Docker or Ansible upgrade instructions here.&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Support development&lt;/h2&gt;
&lt;p&gt;If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider &lt;a href="https://join-lemmy.org/donate"&gt;donating to support its development&lt;/a&gt;. We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;API&lt;/h3&gt;
&lt;p&gt;We've removed a list of banned users from &lt;code&gt;GetSite&lt;/code&gt;, added a few endpoints related to registration applications, made a few changes allowing temporary bans, site settings, made a few changes to the login response. These are non-destructive and current clients should work with this release.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.14.0-rc.1...0.15.0-rc.34"&gt;lemmy-js-client: 0.14.0 -&amp;gt; 0.15.0&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Config&lt;/h3&gt;
&lt;p&gt;There is a new rate limit for creating new comments in the &lt;a href="https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L36"&gt;config.hjson&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Adding temporary bans. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1423"&gt;#1423&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1999"&gt;#1999&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add console-subscriber (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2003"&gt;#2003&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Opentelemetry (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1992"&gt;#1992&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use correct encoding when fetching non-UTF-8 site metadata (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2015"&gt;#2015&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a banned endpoint for admins. Removing it from GetSite. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1806"&gt;#1806&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Prevent panic on InboxRequestGuard&lt;/li&gt;
&lt;li&gt;Case-insensitive webfinger response. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1955"&gt;#1955&lt;/a&gt; &amp;amp; &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1986"&gt;#1986&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/2005"&gt;#2005&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;First pass at invite-only migration. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1949"&gt;#1949&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading pictrs. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1996"&gt;#1996&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Trying out an upgraded version of html5ever. &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1964"&gt;#1964&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1991"&gt;#1991&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding min setup password length to the docs. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1989"&gt;#1989&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1990"&gt;#1990&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Test pleroma follow (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1988"&gt;#1988&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove awc (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1979"&gt;#1979&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Consolidate reqwest clients, use reqwest-middleware for tracing&lt;/li&gt;
&lt;li&gt;Don't drop error context when adding a message to errors (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1958"&gt;#1958&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change lemmur repo links (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1977"&gt;#1977&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;added deps - git and ca-certificates (for federation to work) and changed adduser to useradd so that user can be added non-interactively (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1976"&gt;#1976&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow comment replies from blocked users. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1793"&gt;#1793&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1969"&gt;#1969&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix retry infinite loops. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1964"&gt;#1964&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1967"&gt;#1967&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add lotide activities to tests&lt;/li&gt;
&lt;li&gt;Allow single item for to, cc, and @context&lt;/li&gt;
&lt;li&gt;Adding a captcha rate limit. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1755"&gt;#1755&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1941"&gt;#1941&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont send email notifications for edited comments (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1925"&gt;#1925&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix API dupes query. &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1878"&gt;#1878&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixing duped report view for admins. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1933"&gt;#1933&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1945"&gt;#1945&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a GetComment endpoint. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1919"&gt;#1919&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1944"&gt;#1944&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix min title char count for post titles. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1854"&gt;#1854&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1940"&gt;#1940&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding MarkPostAsRead to API. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1784"&gt;#1784&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1946"&gt;#1946&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;background-jobs 0.11 (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1943"&gt;#1943&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add tracing (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1942"&gt;#1942&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove pointless community follower sort. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1939"&gt;#1939&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use once_cell instead of lazy_static&lt;/li&gt;
&lt;li&gt;Adding unique constraint for activity ap_id. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1878"&gt;#1878&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1935"&gt;#1935&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Making public key required. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1934"&gt;#1934&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Change NodeInfo &lt;code&gt;links&lt;/code&gt; to an array&lt;/li&gt;
&lt;li&gt;Fixing fuzzy_search to escape like chars.&lt;/li&gt;
&lt;li&gt;Fix build error in &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1914"&gt;#1914&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix login ilike bug. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1920"&gt;#1920&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix Smithereen webfinger, remove duplicate webfinger impl (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1916"&gt;#1916&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont announce comments, edited posts to Pleroma/Mastodon followers&lt;/li&gt;
&lt;li&gt;Community outbox should only contain activities sent by community (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1916"&gt;#1916&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove HTTP signature compatibility mode (its not necessary)&lt;/li&gt;
&lt;li&gt;Implement rate limits on comments&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fixed an issue with post embeds not being pushed to a new line &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/544"&gt;#544&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adding as and lt languages, Updating translations.&lt;/li&gt;
&lt;li&gt;Temp bans (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/524"&gt;#524&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix banner. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/466"&gt;#466&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/534"&gt;#534&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Making the modlog badge stand out more. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/531"&gt;#531&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/539"&gt;#539&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add some fallback properties for display in older browsers (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/535"&gt;#535&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Private instances (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/523"&gt;#523&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add nord theme. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/520"&gt;#520&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/527"&gt;#527&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont receive post room comments from blocked users. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/516"&gt;#516&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Using console.error for error logs. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/517"&gt;#517&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix issue with websocket buffer.&lt;/li&gt;
&lt;li&gt;Switching to websocket-ts. &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/247"&gt;#247&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/515"&gt;#515&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix native language issue. (zh_Hant) (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/513"&gt;#513&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix tippy on component mount. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/509"&gt;#509&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/511"&gt;#511&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix docker latest (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/510"&gt;#510&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Enabling html tags in markdown. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/498"&gt;#498&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix comment scroll bug. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/492"&gt;#492&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixing error for null person_block. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/491"&gt;#491&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Trying to catch promise and json parse errors. &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/489"&gt;#489&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/490"&gt;#490&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Wed, 12 Jan 2022 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2022-01-12_-_Lemmy_Release_v0.15.1_-_Private_instances,_New_User_Registrations,_Email_Verification,_and_Temporary_Bans</guid>
    </item>
    <item>
      <title>Lemmy Release v0.14.0: Federation with Mastodon and Pleroma</title>
      <link>https://join-lemmy.org/news/2021-11-17_-_Lemmy_Release_v0.14.0_-_Federation_with_Mastodon_and_Pleroma</link>
      <description>&lt;h1&gt;Lemmy Release v0.14.0: Federation with Mastodon and Pleroma&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2021-11-17&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Today is an exciting day for the Lemmy project.&lt;/p&gt;
&lt;p&gt;Almost one year after &lt;a href="https://lemmy.ml/post/42833"&gt;first enabling federation&lt;/a&gt;, we now federate with other projects for the first time! According to some people's definition, this finally makes us part of the Fediverse.&lt;/p&gt;
&lt;p&gt;It took a lot of work to make this possible, so big thanks to &lt;a href="https://nlnet.nl/"&gt;NLnet&lt;/a&gt; for funding our full time work on Lemmy, and to &lt;a href="https://queer.hacktivis.me/users/lanodan"&gt;@lanodan&lt;/a&gt; and &lt;a href="https://masto.asonix.dog/@asonix"&gt;@asonix&lt;/a&gt; for helping to figure out how Pleroma and Mastodon federation works (it's difficult because they have almost no documentation).&lt;/p&gt;
&lt;h2&gt;What is Lemmy?&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://join-lemmy.org/"&gt;Lemmy&lt;/a&gt; is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to communities you're interested in, post links and discussions, then vote and comment on them. Lemmy isn't just a reddit alternative; its a network of interconnected communities ran by different people and organizations, all combining to create a single, personalized front page of your favorite news, articles, and memes.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;h3&gt;Federation code rewrite&lt;/h3&gt;
&lt;p&gt;The rewrite of the federation code started by @nutomic in August is now mostly complete. As a result, the code is much cleaner, and has tests to guarantee no breaking changes between Lemmy versions. As a side effect of this rewrite, it was now relatively easy to enable federation with other projects.&lt;/p&gt;
&lt;p&gt;Mastodon and Pleroma users can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;View Lemmy communities, user profiles, posts and comments&lt;/li&gt;
&lt;li&gt;Follow Lemmy communities to receive new posts and comments&lt;/li&gt;
&lt;li&gt;Replies (mentions) work in both directions, including notifications&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In addition, Pleroma users can exchange private messages with Lemmy users.&lt;/p&gt;
&lt;p&gt;Note that Pleroma and Mastodon rely on a compatibility mode in Lemmy, which means that they won't receive events like Deletes or Votes. Other projects whose federation works similar to Pleroma/Mastodon will likely also federate.&lt;/p&gt;
&lt;h3&gt;Hardcoded slur filter removed&lt;/h3&gt;
&lt;p&gt;Lemmy finally has essential moderation tools (reporting, user/community blocking), so the hardcoded filter isn't necessary anymore. If you want to keep using the slur filter, copy &lt;a href="https://github.com/LemmyNet/lemmy/blob/b18ea3e0cc620c3f97f9804c09b92f193809b846/config/config.hjson#L8-L12"&gt;these lines&lt;/a&gt; to your config file when upgrading, and adjust to your liking.&lt;/p&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;p&gt;If you installed Lemmy without Ansible, you need to edit the nginx config file &lt;a href="https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/nginx.conf#L63"&gt;to follow this example&lt;/a&gt;. Otherwise Mastodon won't be able to fetch objects or actors from Lemmy. Ansible applies this change automatically.&lt;/p&gt;
&lt;p&gt;No other changes are necessary for federation with Mastodon/Pleroma. Just make sure your allowlist/blocklist allows it. Then get started by searching the URL of a Lemmy user or Community in Mastodon.&lt;/p&gt;
&lt;p&gt;Note that Mastodon and Pleroma are much, much bigger than Lemmy at this point, with a combined 3 milion users and 4500 instances, compared to 20.000 users and 35 instances for Lemmy (&lt;a href="https://the-federation.info/"&gt;source&lt;/a&gt;). The existing mod tools in Lemmy might not be adequate to handle that at the moment.&lt;/p&gt;
&lt;p&gt;Be aware that if you have federation enabled in the Lemmy config, Mastodon and Pleroma users can now fetch all posts and comments, to view them and share with their followers. The Lemmy blocklist/allowlist can not prevent this, it only prevents posts/comments from blocked instances to be shown on your own instance. The only solution to this problem is disabling federation, or waiting for &lt;a href="https://github.com/LemmyNet/lemmy/issues/868"&gt;signed fetch&lt;/a&gt; to be implemented.&lt;/p&gt;
&lt;p&gt;If you want to use federation, but review new instances before federating with them, use the allowlist. You can switch from open federation to allowlist federation by pasting the output of the command below into &lt;code&gt;federation.allowed_instances&lt;/code&gt; in the Lemmy config.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;curl https://your-instance.com/api/v3/site | jq -c .federated_instances.linked
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The &lt;a href="https://github.com/LemmyNet/lemmy/blob/b18ea3e0cc620c3f97f9804c09b92f193809b846/config/config.hjson#L8-L12"&gt;&lt;code&gt;lemmy.hjson&lt;/code&gt; &lt;code&gt;additional_slurs&lt;/code&gt; field has changed its name to &lt;code&gt;slur_filter&lt;/code&gt;. &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Follow the &lt;a href="https://join-lemmy.org/docs/en/administration/administration.html"&gt;Docker or Ansible upgrade instructions here.&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Lemmy-Ansible&lt;/h2&gt;
&lt;p&gt;We've now separated our ansible install method (the preferred way to deploy Lemmy) into its own repo, &lt;a href="https://github.com/LemmyNet/lemmy-ansible"&gt;lemmy-ansible&lt;/a&gt;. Let us know if you need help migrating existing installations over to it.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;API&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;There is now a &lt;code&gt;GetUnreadCount&lt;/code&gt; in the API to check the count of your unread messages, replies, and mentions.&lt;/li&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.13.0...0.14.0-rc.1"&gt;lemmy-js-client: 0.13.0 -&amp;gt; 0.14.0-rc.1&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;More federation compat (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1894"&gt;#1894&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding clippy:unwrap to husky. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1892"&gt;#1892&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1893"&gt;#1893&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove header guard for activitypub routes&lt;/li&gt;
&lt;li&gt;Add federation test cases for Smithereen and Mastodon&lt;/li&gt;
&lt;li&gt;Reduce stack memory usage in apub code&lt;/li&gt;
&lt;li&gt;Remove ActivityFields trait, deserialize into another struct instead&lt;/li&gt;
&lt;li&gt;Check if post or comment are deleted first. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1864"&gt;#1864&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1867"&gt;#1867&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Correctly use and document check_is_apub_id_valid() param use_strict_allowlist&lt;/li&gt;
&lt;li&gt;Convert note.content and chat_message.content to html (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1871"&gt;#1871&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade background_jobs to 0.9.1 &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1820"&gt;#1820&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1875"&gt;#1875&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix husky fmt hook. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1868"&gt;#1868&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Renaming to slur_filter. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1773"&gt;#1773&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1801"&gt;#1801&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Three instance inbox bug (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1866"&gt;#1866&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove ansible from this repo. (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1829"&gt;#1829&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Rewrite collections to use new fetcher (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1861"&gt;#1861&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont blank out post or community info. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1813"&gt;#1813&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1841"&gt;#1841&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Format config/defaults.hjson before committing (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1860"&gt;#1860&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Breaking apub changes (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1859"&gt;#1859&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Pleroma federation2 (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1855"&gt;#1855&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Create a custom pre-commit hook, generates config/defaults.hjson (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1857"&gt;#1857&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add cargo metadata to all crates (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1853"&gt;#1853&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add both (De)Serialize to all models (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1851"&gt;#1851&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding GetUnreadCount to the API. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1794"&gt;#1794&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1842"&gt;#1842&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Federate reports (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1830"&gt;#1830&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix saved posts and hide read posts issue. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1839"&gt;#1839&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1840"&gt;#1840&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont allow posts to deleted / removed communities. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1827"&gt;#1827&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1828"&gt;#1828&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont swallow API errors (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1834"&gt;#1834&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1837"&gt;#1837&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix federation of initial post/comment vote (fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1824"&gt;#1824&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1835"&gt;#1835&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix clippy warnings added in nightly (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1833"&gt;#1833&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Admins can view all reports. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1810"&gt;#1810&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1825"&gt;#1825&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding a message_id to emails. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1807"&gt;#1807&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1826"&gt;#1826&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Generate config docs from code (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1786"&gt;#1786&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Trying a background_jobs fix. &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1820"&gt;#1820&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1822"&gt;#1822&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;mark parent as read on reply (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1819"&gt;#1819&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move code to apub library (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1795"&gt;#1795&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding honeypot to user and post creation. Fixes &lt;a href="https://github.com/LemmyNet/Lemmy/issues/1802"&gt;#1802&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1803"&gt;#1803&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add database host back into config file (&lt;a href="https://github.com/LemmyNet/Lemmy/issues/1805"&gt;#1805&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Updating translations.&lt;/li&gt;
&lt;li&gt;Fixing unload (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/487"&gt;#487&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix setup password. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/478"&gt;#478&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/484"&gt;#484&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding post comment scrolling hack. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/480"&gt;#480&lt;/a&gt; &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/486"&gt;#486&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Navbar links (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/476"&gt;#476&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Wed, 17 Nov 2021 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2021-11-17_-_Lemmy_Release_v0.14.0_-_Federation_with_Mastodon_and_Pleroma</guid>
    </item>
    <item>
      <title>Lemmy Release v0.13.0: Comment and Post reporting are here!</title>
      <link>https://join-lemmy.org/news/2021-09-30_-_Lemmy_Release_v0.13.0_-_Comment_and_Post_reporting_are_here!</link>
      <description>&lt;h1&gt;Lemmy Release v0.13.0: Comment and Post reporting are here!&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2021-09-30&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Since our last release earlier this month, we've had &lt;a href="https://github.com/LemmyNet/lemmy/compare/0.12.0...main"&gt;~30&lt;/a&gt; commits to Lemmy.&lt;/p&gt;
&lt;h2&gt;Major Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added comment and post reporting in the front end, and cleaned up the reporting API.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Note: these are local-only currently, reports are not yet federated.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The JWT secret is now auto-generated by the database.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Note: this will log out all users, so users will have to log in again.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Lots of smaller UI fixes listed below.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;h3&gt;Servers&lt;/h3&gt;
&lt;p&gt;If you'd like to make a DB backup before upgrading, follow &lt;a href="https://join.lemmy.ml/docs/en/administration/backup_and_restore.html"&gt;this guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To upgrade your instance to &lt;code&gt;v0.13.0&lt;/code&gt;, simply follow the instructions in the documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://join.lemmy.ml/docs/en/administration/install_docker.html#updating"&gt;Upgrade with manual Docker installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join.lemmy.ml/docs/en/administration/install_ansible.html"&gt;Upgrade with Ansible installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;h4&gt;General&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Adding a user agent. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1769"&gt;#1769&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ansible changes (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1781"&gt;#1781&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Clean up reporting (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1776"&gt;#1776&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Implement webmention support (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1395"&gt;#1395&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Move jwt secret from config to database (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1728"&gt;#1728&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Set a 10 char minimum password length.&lt;/li&gt;
&lt;li&gt;Dont pass accept-encoding header to pictrs (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/1734"&gt;#1734&lt;/a&gt;) (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1738"&gt;#1738&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;API&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;There are no breaking API changes, only the addition of reporting endpoints.&lt;/li&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.12.0...0.13.0"&gt;lemmy-js-client: 0.12.0 -&amp;gt; 0.13.0&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Federation&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Rewrite fetcher (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1792"&gt;#1792&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Adding bn, ml, and cs langs&lt;/li&gt;
&lt;li&gt;Reporting (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/434"&gt;#434&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Splitting login and signup pages. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/386"&gt;#386&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/431"&gt;#431&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing image in newtab. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/382"&gt;#382&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/430"&gt;#430&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Navigate away from login page if already logged in. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/429"&gt;#429&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add username validation message. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/387"&gt;#387&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/428"&gt;#428&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Password strength meter (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/427"&gt;#427&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix community display name overflow. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/390"&gt;#390&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/425"&gt;#425&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix logout bug. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/391"&gt;#391&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/424"&gt;#424&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix up post, profile and community forms. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/409"&gt;#409&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/423"&gt;#423&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding markdown audio and video embeds. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/420"&gt;#420&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/421"&gt;#421&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding Si simplifier (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/418"&gt;#418&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix profile paging. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/416"&gt;#416&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/417"&gt;#417&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use my fork of inferno-i18next. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/413"&gt;#413&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/415"&gt;#415&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add version to package.json . Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/411"&gt;#411&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 30 Sep 2021 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2021-09-30_-_Lemmy_Release_v0.13.0_-_Comment_and_Post_reporting_are_here!</guid>
    </item>
    <item>
      <title>Lemmy.ml now uses open federation</title>
      <link>https://join-lemmy.org/news/2021-09-04_-_Lemmy.ml_now_uses_open_federation</link>
      <description>&lt;h1&gt;Lemmy.ml now uses open federation&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines, 2021-09-04&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You no longer have to ask us to add you manually, you can subscribe and interact without the approval process.&lt;/p&gt;
</description>
      <pubDate>Sat, 04 Sep 2021 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2021-09-04_-_Lemmy.ml_now_uses_open_federation</guid>
    </item>
    <item>
      <title>Lemmy Release v0.12.0. User and Community blocking, lean federation, and a whole lot more</title>
      <link>https://join-lemmy.org/news/2021-09-03_-_Lemmy_Release_v0.12.0._User_and_Community_blocking,_lean_federation,_and_a_whole_lot_more</link>
      <description>&lt;h1&gt;Lemmy Release v0.12.0. User and Community blocking, lean federation, and a whole lot more&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2021-09-03&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Since our last release in April, we've had &lt;a href="https://github.com/LemmyNet/lemmy/compare/0.11.0...main"&gt;~80&lt;/a&gt; commits to Lemmy.&lt;/p&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;h4&gt;Major Changes&lt;/h4&gt;
&lt;p&gt;&lt;em&gt;Note: Issue links are below.&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;@nutomic did a major rewrite of the federation code. It is much simpler now, and reduced from 8000 lines of code to 6400. Functionality is mostly the same, but future changes will be much easier.&lt;/li&gt;
&lt;li&gt;You can now block users and communities, and their posts / comments won't show up in your feed.&lt;/li&gt;
&lt;li&gt;Removed IFramely: Lemmy can now fetch site metadata on its own.&lt;/li&gt;
&lt;li&gt;New API docs at: https://join-lemmy.org/api&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;General&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Fix prod deploy script and clippy (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1724"&gt;#1724&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix image uploads. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1725"&gt;#1725&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1734"&gt;#1734&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding more site setup vars. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/678"&gt;#678&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1718"&gt;#1718&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Dont append ? to url when cleaning it (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1716"&gt;#1716&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;User / community blocking. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/426"&gt;#426&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1604"&gt;#1604&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Swap out iframely (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1706"&gt;#1706&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding ModTransferCommunity to modlog in API. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1437"&gt;#1437&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Make sure bots aren't included in aggregate counts (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1705"&gt;#1705&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't allow deleted users to do actions. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1656"&gt;#1656&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1704"&gt;#1704&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;When banning a user, remove communities they've created (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1700"&gt;#1700&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Distribute Lemmy via crates.io&lt;/li&gt;
&lt;li&gt;Simplify config using macros (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1686"&gt;#1686&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Simplify lemmy_context() function (dont return errors)&lt;/li&gt;
&lt;li&gt;Blank out extra info for deleted or removed content. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1679"&gt;#1679&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1680"&gt;#1680&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add show_new_posts_notifs setting. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1664"&gt;#1664&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1665"&gt;#1665&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding shortname fetching for users and communities. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1662"&gt;#1662&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1663"&gt;#1663&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading deps, running clippy fix on nightly 1.55.0 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1638"&gt;#1638&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Running clippy --fix (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1647"&gt;#1647&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make captcha case-insensitive&lt;/li&gt;
&lt;li&gt;Remove tracking params from post url (fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/768"&gt;#768&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix IPv6 port setup for Nginx (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1636"&gt;#1636&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix --cert-name for certbot. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1631"&gt;#1631&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change join.lemmy.ml to join-lemmy.org (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1628"&gt;#1628&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrade pictrs. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1599"&gt;#1599&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1600"&gt;#1600&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Invalidate current logins on account deletion. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1602"&gt;#1602&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1603"&gt;#1603&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Upgrading api test deps (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1608"&gt;#1608&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix nsfw posts showing for non-logged in users. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1614"&gt;#1614&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1615"&gt;#1615&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add additional slurs configuration option. Closes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1464"&gt;#1464&lt;/a&gt;. (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1612"&gt;#1612&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Updating to rust 1.51.0 (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1598"&gt;#1598&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove brotli, zstd dependencies for faster compilation&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;API&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.11.0...0.12.0-rc.1"&gt;lemmy-js-client: 0.11.0 -&amp;gt; 0.12.0&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Federation&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Move resolving of activitypub objects to separate api endpoint (fixes #1584)&lt;/li&gt;
&lt;li&gt;Rewrite remaining activities (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1712"&gt;#1712&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Migrate comment inReplyTo field to single value (ref &lt;a href="https://github.com/LemmyNet/lemmy/issues/1454"&gt;#1454&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix issue with protocol string in actor id generation (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1668"&gt;#1668&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Integrating resolve_user into search. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/377"&gt;#377&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add lazy loading of images. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/329"&gt;#329&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/379"&gt;#379&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding vi, sk, mnc, and cy languages. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/378"&gt;#378&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Feature/user community block (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/362"&gt;#362&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Swapping out iframely. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/374"&gt;#374&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Adding mod transfer community (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/373"&gt;#373&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove content more (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/372"&gt;#372&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Scroll to comments on post's x comments button (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/312"&gt;#312&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove websocket connection messages. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/355"&gt;#355&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Center spinner, make smaller. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/203"&gt;#203&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix font issues. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/354"&gt;#354&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Have setting to disable notifs for new posts. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/132"&gt;#132&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/345"&gt;#345&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove max length constraints on actors. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/350"&gt;#350&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/351"&gt;#351&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix captcha replay bug. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/348"&gt;#348&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/349"&gt;#349&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Removing community and user routes in favor of shortnames. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/317"&gt;#317&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/343"&gt;#343&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't use default subscribed for communities page.&lt;/li&gt;
&lt;li&gt;Adding Listing type to communities page, default local. &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/190"&gt;#190&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/342"&gt;#342&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix language bug on mobile browsers&lt;/li&gt;
&lt;li&gt;Collapse sidebar on mobile. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/335"&gt;#335&lt;/a&gt; (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/340"&gt;#340&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Re-organized components folder. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/339"&gt;#339&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fixing too many large spinners (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/337"&gt;#337&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Moving comment link to top bar. Fixes #307 (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/336"&gt;#336&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix/ws error messages (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/334"&gt;#334&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make spinner bigger. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/203"&gt;#203&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix preview description html. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/110"&gt;#110&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Always show previous paginator, extract paginator component.&lt;/li&gt;
&lt;li&gt;Use better comment collapse icon, and add text. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/318"&gt;#318&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix symbols issue. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/319"&gt;#319&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Don't restore scroll position on page refresh. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/186"&gt;#186&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Insert triple backticks for 'code' button when multiple lines are selected. (&lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/311"&gt;#311&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Change join.lemmy-ui.ml to join-lemmy-ui.org&lt;/li&gt;
&lt;li&gt;Adding a comment here placeholder. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/301"&gt;#301&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix non-local community and person links. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/290"&gt;#290&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix navbar bug. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/289"&gt;#289&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Hide names of mods / admins without priveleges. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/285"&gt;#285&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adding URL search type. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/286"&gt;#286&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add a link to joinlemmy-ui on lemmy-ui.ml signup. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/235"&gt;#235&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix duped site description. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/281"&gt;#281&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;h3&gt;Servers&lt;/h3&gt;
&lt;p&gt;You may need to add this to your &lt;code&gt;lemmy.hjson&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;pictrs_url: &amp;quot;http://pictrs:8080&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you'd like to make a DB backup before upgrading, follow &lt;a href="https://join.lemmy.ml/docs/en/administration/backup_and_restore.html"&gt;this guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To upgrade your instance to &lt;code&gt;v0.12.0&lt;/code&gt;, simply follow the instructions in the documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://join.lemmy.ml/docs/en/administration/install_docker.html#updating"&gt;Upgrade with manual Docker installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join.lemmy.ml/docs/en/administration/install_ansible.html"&gt;Upgrade with Ansible installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Clients / Apps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.11.0...0.12.0-rc.1"&gt;lemmy-js-client: 0.11.0 -&amp;gt; 0.12.0&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Fri, 03 Sep 2021 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2021-09-03_-_Lemmy_Release_v0.12.0._User_and_Community_blocking,_lean_federation,_and_a_whole_lot_more</guid>
    </item>
    <item>
      <title>Promoting Lemmy</title>
      <link>https://join-lemmy.org/news/2021-08-09_-_Promoting_Lemmy</link>
      <description>&lt;h1&gt;Promoting Lemmy&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @nutomic, 2021-08-09&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I think most of us agree that the main problem which Lemmy has today is its lack of users. This is not for technical reasons, as we know it is quite stable and usable. The main cause is that the project is not widely known yet. In this post I will propose what we can do to change that.&lt;/p&gt;
&lt;p&gt;First, lets clarify why we should promote Lemmy. Clearly there are many different reasons, and every person prioritizes them differently. So I will just give some common examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Promote open source (and all the benefits that entails)&lt;/li&gt;
&lt;li&gt;No advertising or tracking&lt;/li&gt;
&lt;li&gt;Allow communities to manage themselves, instead of being controlled by corporations&lt;/li&gt;
&lt;li&gt;Making Lemmy more active, particularly if you would like to see more discussions on certain topics&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So how can we promote Lemmy?&lt;/p&gt;
&lt;p&gt;I think one of the most effective thing we can do at this point is to post about Lemmy in other communities where we are active. This has the benefit that other people already trust us to some degree. Open source projects looking to setup a forum might also be a good target. When doing this, we should consider which aspects of the project would be most important to the target audience, and emphasize those.&lt;/p&gt;
&lt;p&gt;Another option is to contact bloggers, video creators, podcasters or others, and suggest that they report about Lemmy. As above, it is important to adjust the message to the target audience. Because Lemmy is quite small, it is unlikely that major tech magazines or professional content creators would care about it. Instead we should focus on smaller creators. This will also lead to more sustainable growth, and give us some legitimacy in the eyes of bigger creators.&lt;/p&gt;
&lt;p&gt;In both cases, we should avoid doing anything that might be perceived as spam. It is better to create one or two high-quality messages, which will give a good impression of the project, rather than a dozen generic ones that tarnish the reputation.&lt;/p&gt;
&lt;p&gt;It is worth noting that some important features are still missing in Lemmy, particularly mod tools (we are going to implement them in the next ~12 months). There also aren't many different instances yet.&lt;/p&gt;
&lt;p&gt;When promoting Lemmy like this, please avoid linking to lemmy.ml directly. This instance is already too big relative to other instances, and it is not meant to be a &amp;quot;flagship instance&amp;quot; (&lt;a href="https://lemmy.ml/post/70280"&gt;What is lemmy.ml?&lt;/a&gt;). Instead you should try to find an appropriate instance on &lt;a href="https://join-lemmy.org/instances"&gt;join-lemmy.org&lt;/a&gt; and link to it, or link to the joinlemmy site directly. You can also explicitly encourage the creation of new instances.&lt;/p&gt;
&lt;p&gt;On a side note, it might be worth mentioning the many ways that people can contribute to Lemmy (again depending on the audience). There are the obvious ones, like writing code for lemmy and lemmy-ui, writing documentation or translating. There are also multiple interesting options to create new projects, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create an &lt;a href="https://join-lemmy.org/docs/en/client_development/custom_frontend.html"&gt;alternative frontend&lt;/a&gt;: nojs frontend like &lt;a href="https://github.com/IronOxidizer/lemmy-lite"&gt;lemmy-lite&lt;/a&gt;, a traditional forum frontend or something like stackoverflow&lt;/li&gt;
&lt;li&gt;Create a new client, be it for mobile, desktop or terminal.&lt;/li&gt;
&lt;li&gt;Gather instance statistics using &lt;a href="https://yerbamate.ml/LemmyNet/lemmy-stats-crawler"&gt;lemmy-stats-crawler&lt;/a&gt;, and build some nice graphs.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By the way, Lemmy is not just a Reddit alternative, so there is no reason to limit the promotion to Reddit.&lt;/p&gt;
&lt;p&gt;To help with these promotion efforts, &lt;a href="https://lemmy.ml/u/dessalines"&gt;@dessalines&lt;/a&gt; and I would be happy to give interviews via email (in English, German or Spanish). For that, they can get in touch by mailing contact@lemmy.ml.&lt;/p&gt;
</description>
      <pubDate>Mon, 09 Aug 2021 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2021-08-09_-_Promoting_Lemmy</guid>
    </item>
    <item>
      <title>Lemmy Release v0.11.0</title>
      <link>https://join-lemmy.org/news/2021-04-27_-_Lemmy_Release_v0.11.0</link>
      <description>&lt;h1&gt;Lemmy Release v0.11.0&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2021-04-27&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Since our last release this month, we've had &lt;a href="https://github.com/LemmyNet/lemmy/compare/0.10.0...main"&gt;~60&lt;/a&gt; commits to Lemmy.&lt;/p&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;h4&gt;Major Changes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Add option to disable strict allowlist ( &lt;a href="https://github.com/LemmyNet/lemmy/issues/1486"&gt;#1486&lt;/a&gt;) &lt;a href="https://join.lemmy.ml/docs/en/federation/administration.html"&gt;documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add option to limit community creation to admins only (&lt;a href="https://github.com/LemmyNet/lemmy/issues/1587"&gt;#1587&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Many search improvements:
&lt;ul&gt;
&lt;li&gt;Don't search for communities or users when the id is included.&lt;/li&gt;
&lt;li&gt;Add creator id to search.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;General&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Adding a user setting to show / hide scores. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1503"&gt;#1503&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add option to hide read posts. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1561"&gt;#1561&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mark accounts as bot, and hide bot posts/comments&lt;/li&gt;
&lt;li&gt;Adding a short site description, to be used for joinlemmy instance list&lt;/li&gt;
&lt;li&gt;Adding matrix id validation. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1520"&gt;#1520&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adding users active monthly for community sort. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1527"&gt;#1527&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Don't allow zero-space char in display name. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1317"&gt;#1317&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adding more rust captcha features. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1248"&gt;#1248&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixing slur filter regex. Fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1593"&gt;#1593&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;API&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;ChangePassword&lt;/code&gt; as a separate endpoint from &lt;code&gt;SaveUserSettings&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;No other breaking changes, but many fields that were previously required are now optional.&lt;/li&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.10.0...0.11.0-rc.13"&gt;lemmy-js-client: 0.10.0 -&amp;gt; 0.11.0&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Federation&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Implement federated bans fixes &lt;a href="https://github.com/LemmyNet/lemmy/issues/1298"&gt;#1298&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Remote mods can update/delete/undelete communities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Updating translations.&lt;/li&gt;
&lt;li&gt;Add UI version to UI via docker. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/263"&gt;#263&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add Korean language&lt;/li&gt;
&lt;li&gt;Add check for unused languages in update_translations.sh&lt;/li&gt;
&lt;li&gt;Validate matrix id on the front end. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/245"&gt;#245&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Communities page sorts by monthly active users. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/244"&gt;#244&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Correctly render HTML in popup notifications&lt;/li&gt;
&lt;li&gt;Fix html notif bug. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/254"&gt;#254&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixing issue with debounce. Fixes &lt;a href="https://github.com/LemmyNet/lemmy-ui/issues/236"&gt;#236&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;h3&gt;Servers&lt;/h3&gt;
&lt;p&gt;If you'd like to make a DB backup before upgrading, follow &lt;a href="https://join.lemmy.ml/docs/en/administration/backup_and_restore.html"&gt;this guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To upgrade your instance to &lt;code&gt;v0.11.0&lt;/code&gt;, simply follow the instructions in the documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://join.lemmy.ml/docs/en/administration/install_docker.html#updating"&gt;Upgrade with manual Docker installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join.lemmy.ml/docs/en/administration/install_ansible.html"&gt;Upgrade with Ansible installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Clients / Apps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.10.0...0.11.0-rc.13"&gt;lemmy-js-client: 0.10.0 -&amp;gt; 0.11.0&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Tue, 27 Apr 2021 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2021-04-27_-_Lemmy_Release_v0.11.0</guid>
    </item>
    <item>
      <title>Lemmy v0.10.0 Release</title>
      <link>https://join-lemmy.org/news/2021-04-05_-_Lemmy_v0.10.0_Release</link>
      <description>&lt;h1&gt;Lemmy v0.10.0 Release&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2021-04-05&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;Since our last release in February, we've had &lt;a href="https://github.com/LemmyNet/lemmy/compare/0.9.9...main"&gt;~150&lt;/a&gt; commits to Lemmy. The biggest changes, as we'll outline below, are a split of Lemmy's user tables into federated and local tables, necessitating a &lt;code&gt;v3&lt;/code&gt; of Lemmy's API, federated moderation, i18n support in join.lemmy.ml, and lots of back-end cleanup.&lt;/p&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;h4&gt;General&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Rewrote config implementation, finally allowing us to use newer Rust versions.&lt;/li&gt;
&lt;li&gt;Removed categories.&lt;/li&gt;
&lt;li&gt;Various refactors.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;API&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;A full list of the API changes can be seen on this diff of &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.9.9...0.10.0-rc.13"&gt;lemmy-js-client: 0.9.9 -&amp;gt; 0.10.0&lt;/a&gt; .&lt;/li&gt;
&lt;li&gt;Login invalidation on password change, thanks to @Mart-Bogdan&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Federation&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;It is now possible to add users from other instances as community mods.&lt;/li&gt;
&lt;li&gt;Federating Matrix ID.&lt;/li&gt;
&lt;li&gt;Many changes for better compatibility with ActivityPub standard.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Database&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Split the &lt;code&gt;user_&lt;/code&gt; into &lt;code&gt;person&lt;/code&gt; and &lt;code&gt;local_user&lt;/code&gt; tables.&lt;/li&gt;
&lt;li&gt;Strictly typed commonly used ID columns, to prevent DB errors using &lt;code&gt;i32&lt;/code&gt; as ids.&lt;/li&gt;
&lt;li&gt;Strictly typed URL fields, thanks to ajyoon.&lt;/li&gt;
&lt;li&gt;Created default DB forms, now used in all the unit tests.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Now using utf-8 emojis.&lt;/li&gt;
&lt;li&gt;Support for all the above changes to Lemmy.&lt;/li&gt;
&lt;li&gt;Typescript-safe i18n strings, thanks to @shilangyu.&lt;/li&gt;
&lt;li&gt;Added expandable post text (click on open book icon).&lt;/li&gt;
&lt;li&gt;Prettier cross-posting, which does smart quoting.&lt;/li&gt;
&lt;li&gt;Bugfixes for restoring scroll position on post page, custom site favicons, and autocomplete for login fields.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy Docs&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Gazconroy built an &lt;a href="https://join.lemmy.ml/api/index.html"&gt;Async API spec for Lemmy&lt;/a&gt;, that now serves as our main API docs.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;join.lemmy.ml&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Rewrote in inferno isomorphic, added i18n support via &lt;a href="https://weblate.yerbamate.ml/projects/lemmy/joinlemmy/"&gt;weblate&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added a section on the support page thanking contributors.&lt;/li&gt;
&lt;li&gt;Changed some page urls / titles&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Important&lt;/strong&gt;: there are multiple breaking changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Configuration via environment variables is not supported anymore, you must have all your config in the &lt;a href="https://github.com/LemmyNet/lemmy/blob/main/ansible/templates/config.hjson"&gt;lemmy.hjson&lt;/a&gt; file ( except for &lt;code&gt;LEMMY_CONFIG_LOCATION&lt;/code&gt; ).&lt;/li&gt;
&lt;li&gt;The config format for &lt;code&gt;allowed_instances&lt;/code&gt; and &lt;code&gt;blocked_instances&lt;/code&gt; has changed, and you need to adjust your config file manually:
&lt;ul&gt;
&lt;li&gt;before: &lt;code&gt;allowed_instances: ds9.lemmy.ml,enterprise.lemmy.ml&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;now: &lt;code&gt;allowed_instances: [&amp;quot;ds9.lemmy.ml&amp;quot;, &amp;quot;enterprise.lemmy.ml&amp;quot;]&lt;/code&gt; , and only one of the &lt;code&gt;allowed_instances&lt;/code&gt; or &lt;code&gt;blocked_instances&lt;/code&gt; blocks can be set.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The API has been upgraded from &lt;code&gt;v2&lt;/code&gt; to &lt;code&gt;v3&lt;/code&gt;, so all clients need to be updated: &lt;a href="https://github.com/LemmyNet/lemmy-js-client/compare/0.9.9...0.10.0-rc.13"&gt;lemmy-js-client: 0.9.9 -&amp;gt; 0.10.0&lt;/a&gt; .&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you'd like to make a DB backup before upgrading, follow &lt;a href="https://join.lemmy.ml/docs/en/administration/backup_and_restore.html"&gt;this guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To upgrade your instance to &lt;code&gt;v0.10.0&lt;/code&gt;, simply follow the instructions in the documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://join.lemmy.ml/docs/en/administration/install_docker.html#updating"&gt;Upgrade with manual Docker installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://join.lemmy.ml/docs/en/administration/install_ansible.html"&gt;Upgrade with Ansible installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Compilation time&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;v0.9.0 (Rust 1.47)&lt;/th&gt;
&lt;th&gt;v0.10.0 (Rust 1.47)&lt;/th&gt;
&lt;th&gt;v0.10.0 (Rust 1.51)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Clean&lt;/td&gt;
&lt;td&gt;140s&lt;/td&gt;
&lt;td&gt;146s&lt;/td&gt;
&lt;td&gt;119s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Incremental&lt;/td&gt;
&lt;td&gt;28s&lt;/td&gt;
&lt;td&gt;22s&lt;/td&gt;
&lt;td&gt;19s&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Despite ongoing efforts to speed up compilation, it has actually gotten slower when comparing with the same Rust version. Only thanks to improvements in newer Rust versions has our build process gotten faster. This could be simply because we added more code, while Lemmy v0.9.0 had 22.4k lines of Rust, v0.10.0 has 23.8k (an increase of 6%).&lt;/p&gt;
&lt;p&gt;v0.9.0 build graph:
&lt;img src="https://lemmy.ml/pictrs/image/GVBqFnrLqG.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;v0.10.0 build graph:
&lt;img src="https://lemmy.ml/pictrs/image/NllzjVEyNK.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;We extracted the crates &lt;code&gt;lemmy_api_crud&lt;/code&gt; and &lt;code&gt;lemmy_apub_receive&lt;/code&gt; from &lt;code&gt;lemmy_api&lt;/code&gt; and &lt;code&gt;lemmy_apub&lt;/code&gt;, respectively, and renamed &lt;code&gt;lemmy_structs&lt;/code&gt; to &lt;code&gt;lemmy_api_common&lt;/code&gt;. In the second graph you can see how parts of the api and apub crates are now built nicely in parallel, speeding up builds on multi-core systems.&lt;/p&gt;
&lt;p&gt;On the other hand, some crates have gotten much slower to compile, in particular &lt;code&gt;lemmy_db_queries&lt;/code&gt; (6.5s slower), &lt;code&gt;lemmy_apub&lt;/code&gt; (6.5s slower if we include &lt;code&gt;lemmy_apub_receive&lt;/code&gt;). And &lt;code&gt;lemmy_db_views&lt;/code&gt; is quite slow, just as before.&lt;/p&gt;
</description>
      <pubDate>Mon, 05 Apr 2021 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2021-04-05_-_Lemmy_v0.10.0_Release</guid>
    </item>
    <item>
      <title>Lemmy Release v0.9.0</title>
      <link>https://join-lemmy.org/news/2021-01-25_-_Lemmy_Release_v0.9.0</link>
      <description>&lt;h1&gt;Lemmy Release v0.9.0&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2021-01-25&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;Since our last release in October of last year, and we've had &lt;a href="https://github.com/LemmyNet/lemmy/compare/v0.8.0...main"&gt;~450&lt;/a&gt; commits.&lt;/p&gt;
&lt;p&gt;The biggest changes, as we'll outline below, are a re-work of Lemmy's database structure, a &lt;code&gt;v2&lt;/code&gt; of Lemmy's API, and activitypub compliance fixes. The new re-worked DB is much faster, easier to maintain, and &lt;a href="https://github.com/LemmyNet/lemmy/issues/1275"&gt;now supports hierarchical rather than flat objects in the new API&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We've also seen the first release of &lt;a href="https://github.com/krawieck/lemmur/releases/tag/v0.1.1"&gt;Lemmur&lt;/a&gt;, an android / iOS (soon) / windows / linux client, as well as &lt;a href="https://github.com/uuttff8/Lemmy-iOS"&gt;Lemmer&lt;/a&gt;, a native iOS client. Much thanks to @krawieck, @shilangyu, and @uuttff8 for making these great clients. If you can, please contribute to their &lt;a href="https://www.patreon.com/lemmur"&gt;patreon&lt;/a&gt; to help fund lemmur development.&lt;/p&gt;
&lt;h2&gt;LemmyNet projects&lt;/h2&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/1275"&gt;Moved views from SQL to Diesel&lt;/a&gt;. This was a spinal replacement for much of lemmy.
&lt;ul&gt;
&lt;li&gt;Removed all the old fast_tables and triggers, and created new aggregates tables.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Added a &lt;code&gt;v2&lt;/code&gt; of the API to support the hierarchical objects created from the above changes.&lt;/li&gt;
&lt;li&gt;Moved continuous integration to &lt;a href="https://cloud.drone.io/LemmyNet/lemmy/"&gt;drone&lt;/a&gt;, now includes formatting, clippy, and cargo build checks, unit testing, and federation testing. &lt;a href="https://hub.docker.com/r/dessalines/lemmy"&gt;Drone also deploys both amd64 and arm64 images to dockerhub.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Split out documentation into git submodule.&lt;/li&gt;
&lt;li&gt;Shortened slur filter to avoid false positives.&lt;/li&gt;
&lt;li&gt;Added query performance testing and comparisons. Added indexes to make sure every query is &lt;code&gt;&amp;lt; 30 ms&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Added compilation time testing.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Federation&lt;/h3&gt;
&lt;p&gt;This release includes some bug fixes for federation, and some changes to get us closer to compliance with the ActivityPub standard.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/1287"&gt;Community bans now federating&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/1302"&gt;Local posts sometimes got marked as remote&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/1325"&gt;Creator of post/comment was not notified about new child comments&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LemmyNet/lemmy/issues/1256"&gt;Community deletion now federated&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;None of these are breaking changes, so federation between 0.9.0 and 0.8.11 will work without problems.&lt;/p&gt;
&lt;h3&gt;Lemmy javascript / typescript client&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Updated the &lt;a href="https://github.com/LemmyNet/lemmy-js-client"&gt;lemmy-js-client&lt;/a&gt; to use the new &lt;code&gt;v2&lt;/code&gt; API. Our API docs now reference this project's files, to show what the http / websocket forms and responses should look like.&lt;/li&gt;
&lt;li&gt;Drone now handles publishing its &lt;a href="https://www.npmjs.com/package/lemmy-js-client"&gt;npm packages.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy-UI&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Updated it to use the &lt;code&gt;v2&lt;/code&gt; API via &lt;code&gt;lemmy-js-client&lt;/code&gt;, required changing nearly every component.&lt;/li&gt;
&lt;li&gt;Added a live comment count.&lt;/li&gt;
&lt;li&gt;Added drone deploying, and builds for ARM.&lt;/li&gt;
&lt;li&gt;Fixed community link wrapping.&lt;/li&gt;
&lt;li&gt;Community Titles are now used instead of names.&lt;/li&gt;
&lt;li&gt;Various other bug fixes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy Docs&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;We moved documentation into a separate git repository, and support translation for the docs now!&lt;/li&gt;
&lt;li&gt;Moved our code of conduct into the documentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrading&lt;/h2&gt;
&lt;p&gt;If you'd like to make a DB backup before upgrading, follow &lt;a href="https://lemmy.ml/docs/en/administration/backup_and_restore.html"&gt;this guide&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://lemmy.ml/docs/en/administration/install_docker.html#updating"&gt;Upgrade with manual Docker installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://lemmy.ml/docs/en/administration/install_ansible.html"&gt;Upgrade with Ansible installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Known issues&lt;/h2&gt;
&lt;p&gt;Some older self-comments are being marked as unread in your inbox, click &lt;code&gt;Mark all as read&lt;/code&gt; to resolve this.&lt;/p&gt;
</description>
      <pubDate>Mon, 25 Jan 2021 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2021-01-25_-_Lemmy_Release_v0.9.0</guid>
    </item>
    <item>
      <title>Lemmy Release v0.8.0 - Federation beta!</title>
      <link>https://join-lemmy.org/news/2020-10-20_-_Lemmy_Release_v0.8.0_-_Federation_beta!</link>
      <description>&lt;h1&gt;Lemmy Release v0.8.0 - Federation beta!&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2020-10-20&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;p&gt;We've been working at warp speed since our &lt;code&gt;v0.7.0&lt;/code&gt; release in June, adding over &lt;a href="https://github.com/LemmyNet/lemmy/compare/v0.7.0...main"&gt;870 commits&lt;/a&gt; since then. :sweat:&lt;/p&gt;
&lt;p&gt;Here are some of the bigger changes:&lt;/p&gt;
&lt;h3&gt;LemmyNet projects&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Created &lt;a href="https://github.com/LemmyNet"&gt;LemmyNet&lt;/a&gt;, where all lemmy-related projects live.&lt;/li&gt;
&lt;li&gt;Split out the frontend into a separete repository, &lt;a href="https://github.com/LemmyNet/lemmy-ui"&gt;lemmy-ui&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Created a &lt;a href="https://github.com/LemmyNet/lemmy-js-client"&gt;lemmy-js-client&lt;/a&gt;, for any js / typescript developers.&lt;/li&gt;
&lt;li&gt;Split out i18n &lt;a href="https://github.com/LemmyNet/lemmy-translations"&gt;lemmy-translations&lt;/a&gt;, that any app or site developers can import and use. Lemmy currently supports &lt;a href="https://weblate.yerbamate.dev/projects/lemmy/lemmy/"&gt;~30 languages!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Lemmy Server&lt;/h3&gt;
&lt;h4&gt;Federation&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;The first &lt;strong&gt;federation public beta release&lt;/strong&gt;, woohoo :fireworks:&lt;/li&gt;
&lt;li&gt;All Lemmy functionality now works over ActivityPub (except turning remote users into mods/admins)&lt;/li&gt;
&lt;li&gt;Instance allowlist and blocklist&lt;/li&gt;
&lt;li&gt;Documentation for &lt;a href="https://dev.lemmy.ml/docs/administration_federation.html"&gt;admins&lt;/a&gt; and &lt;a href="https://dev.lemmy.ml/docs/contributing_federation_overview.html"&gt;devs&lt;/a&gt; on how federation works&lt;/li&gt;
&lt;li&gt;Upgraded to newest versions of @asonix activitypub libraries&lt;/li&gt;
&lt;li&gt;Full local federation setup for manual testing&lt;/li&gt;
&lt;li&gt;Automated testing for nearly every federation action&lt;/li&gt;
&lt;li&gt;Many additional security checks&lt;/li&gt;
&lt;li&gt;Lots and lots of refactoring&lt;/li&gt;
&lt;li&gt;Asynchronous sending of outgoing activities&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;User Interface&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Separated the UI from the server code, in &lt;a href="https://github.com/LemmyNet/lemmy-ui"&gt;lemmy-ui&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The UI can now read with javascript disabled!&lt;/li&gt;
&lt;li&gt;It's now a fully isomorphic application using &lt;a href="https://infernojs.org/docs/guides/isomorphic"&gt;inferno-isomorphic&lt;/a&gt;. This means that page loads are now much faster, as the server does the work.&lt;/li&gt;
&lt;li&gt;The UI now also supports open-graph and twitter cards! Linking to lemmy posts (from whatever platform you use) looks pretty now: &lt;img src="https://i.imgur.com/6TZ2v7s.png" alt=""&gt;&lt;/li&gt;
&lt;li&gt;Improved the search page ( more features incoming ).&lt;/li&gt;
&lt;li&gt;The default view is now &lt;code&gt;Local&lt;/code&gt;, instead of &lt;code&gt;All&lt;/code&gt;, since all would show all federated posts.&lt;/li&gt;
&lt;li&gt;User settings are now shared across browsers ( a page refresh will pick up changes ).&lt;/li&gt;
&lt;li&gt;A much leaner mobile view.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Backend&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Re-organized the rust codebase into separate workspaces for backend and frontend.&lt;/li&gt;
&lt;li&gt;Removed materialized views, making the database &lt;strong&gt;a lot faster&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;New post sorts &lt;code&gt;Active&lt;/code&gt; (previously called hot), and &lt;code&gt;Hot&lt;/code&gt;. Active shows posts with recent comments, hot shows highly ranked posts.&lt;/li&gt;
&lt;li&gt;New sort for &lt;code&gt;Local&lt;/code&gt; ( meaning from local communities).&lt;/li&gt;
&lt;li&gt;Customizeable site, user, and community icons and banners.&lt;/li&gt;
&lt;li&gt;Added user preferred names / display names, bios, and cakedays.&lt;/li&gt;
&lt;li&gt;Visual / Audio captchas through the lemmy API.&lt;/li&gt;
&lt;li&gt;Lots of API field verifications.&lt;/li&gt;
&lt;li&gt;Upgraded to pictrs-v2 ( thanks to @asonix )&lt;/li&gt;
&lt;li&gt;Wayyy too many bugfixes to count.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;p&gt;We'd also like to thank both the &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt; for their support in allowing us to work full-time on Lemmy ( as well as their support for &lt;a href="https://nlnet.nl/project/current.html"&gt;other important open-source projects&lt;/a&gt; ), &lt;a href="https://dev.lemmy.ml/sponsors"&gt;those who sponsor us&lt;/a&gt;, and those who &lt;a href="https://weblate.yerbamate.dev/projects/lemmy/"&gt;help translate Lemmy&lt;/a&gt;. Every little bit does help. We remain committed to never allowing advertisements, monetizing, or venture-capital in Lemmy; software should be communal, and should benefit humanity, not a small group of company owners.&lt;/p&gt;
&lt;h2&gt;Upgrading&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.lemmy.ml/docs/administration_install_docker.html#updating"&gt;with manual Docker installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.lemmy.ml/docs/administration_install_ansible.html"&gt;with Ansible installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Testing Federation&lt;/h2&gt;
&lt;p&gt;Federation is finally ready in Lemmy, pending possible bugs or other issues. So for now we suggest to enable federation only on test servers, or try it on our own test servers ( &lt;a href="https://enterprise.lemmy.ml/"&gt;enterprise&lt;/a&gt;, &lt;a href="https://ds9.lemmy.ml/"&gt;ds9&lt;/a&gt;, &lt;a href="https://voyager.lemmy.ml/"&gt;voyager&lt;/a&gt; ).&lt;/p&gt;
&lt;p&gt;If everything goes well, after a few weeks we will enable federation on dev.lemmy.ml, at first with a limited number of trusted instances. We will also likely change the domain to https://lemmy.ml . Keep in mind that changing domains after turning on federation will break things.&lt;/p&gt;
&lt;p&gt;To enable on your instance, edit your &lt;a href="https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L60"&gt;lemmy.hjson&lt;/a&gt; federation section to &lt;code&gt;enabled: true&lt;/code&gt;, and restart.&lt;/p&gt;
&lt;h3&gt;Connecting to another server&lt;/h3&gt;
&lt;p&gt;The server https://ds9.lemmy.ml has open federation, so after either adding it to the &lt;code&gt;allowed_instances&lt;/code&gt; list in your &lt;code&gt;config.hjson&lt;/code&gt;, or if you have open federation, you don't need to add it explicitly.&lt;/p&gt;
&lt;p&gt;To federate / connect with a server, type in &lt;code&gt;!community_name@server.tld&lt;/code&gt;, in your server's search box &lt;a href="https://voyager.lemmy.ml/search/q/!main%40ds9.lemmy.ml/type/All/sort/TopAll/page/1"&gt;like so&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To connect with the &lt;code&gt;main&lt;/code&gt; community on ds9, the search is &lt;code&gt;!main@ds9.lemmy.ml&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;You can then click the community, and you will see a local version of the community, which you can subscribe to. New posts and comments from &lt;code&gt;!main@ds9.lemmy.ml&lt;/code&gt; will now show up on your front page, or &lt;code&gt;/c/All&lt;/code&gt;&lt;/p&gt;
</description>
      <pubDate>Tue, 20 Oct 2020 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2020-10-20_-_Lemmy_Release_v0.8.0_-_Federation_beta!</guid>
    </item>
    <item>
      <title>NLnet funding, and Lemmy v0.7.0 with new image hosting!</title>
      <link>https://join-lemmy.org/news/2020-06-23_-_NLnet_funding,_and_Lemmy_v0.7.0_with_new_image_hosting!</link>
      <description>&lt;h1&gt;NLnet funding, and Lemmy v0.7.0 with new image hosting!&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines and @nutomic, 2020-06-23&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Let's start with the biggest news first: Lemmy is receiving funding from the &lt;a href="https://nlnet.nl/"&gt;NLnet foundation&lt;/a&gt;! The funding is for a total amount of 45.000 €, which will allow &lt;a href="/u/dessalines"&gt;/u/dessalines&lt;/a&gt; and me (&lt;a href="/u/nutomic"&gt;/u/nutomic&lt;/a&gt; ) to work on Lemmy full-time for at least half a year.&lt;/p&gt;
&lt;p&gt;We have created various milestones for the work we are planning to do. Most of them are about getting ActivityPub federation ready for production. In addition, we will work on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;better accessibility&lt;/li&gt;
&lt;li&gt;private communities and instances&lt;/li&gt;
&lt;li&gt;reworking search&lt;/li&gt;
&lt;li&gt;creating a &lt;code&gt;joinlemmy.ml&lt;/code&gt; type site&lt;/li&gt;
&lt;li&gt;the option to block other users or communities&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The details of the milestones will be posted on our github issue tracker soon.&lt;/p&gt;
&lt;p&gt;We're very excited about this opportunity, and can't wait to finish federation.&lt;/p&gt;
&lt;p&gt;In other news, we have just released &lt;a href="https://github.com/LemmyNet/lemmy/blob/master/RELEASES.md#lemmy-v070-release-2020-06-2x"&gt;Lemmy v0.7.0.&lt;/a&gt; Most importantly, this update switches to &lt;a href="https://git.asonix.dog/asonix/pict-rs/"&gt;Pict-rs&lt;/a&gt; for image hosting, due to various performance-related issues with Pictshare. Pict-rs was coded from scratch in Rust by the amazing @asonix, who also created the ActivityPub library for Rust. We can't thank him enough for all the work he is doing for Lemmy!&lt;/p&gt;
&lt;p&gt;We'd also like to thank the following people for their contributions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;@iav for their work in building arm compatible rust docker images and builds.&lt;/li&gt;
&lt;li&gt;@ernestwisniewski and @bytesnake for code contributions.&lt;/li&gt;
&lt;li&gt;Many others for contributing translations via the &lt;a href="https://weblate.yerbamate.dev/projects/lemmy/"&gt;Lemmy weblate.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Our &lt;a href="https://www.patreon.com/dessalines"&gt;Patreon&lt;/a&gt; and &lt;a href="https://liberapay.com/Lemmy/"&gt;Liberapay&lt;/a&gt; supporters who help us devote more time to Lemmy (We're still very far from these being able to sustain two developers)&lt;/li&gt;
&lt;li&gt;Everyone else who contributes to Lemmy, be it by coding, hosting instances or just using it and spreading the word!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Other than that, since v0.6.0 in January &lt;a href="https://github.com/LemmyNet/lemmy/milestone/16?closed=1"&gt;we've closed over 100 issues&lt;/a&gt;, fixed tons of bugs and added many new features.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/LemmyNet/lemmy/blob/master/RELEASES.md#lemmy-v070-release-2020-06-2x"&gt;You can find the full changelog and upgrade instructions here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Edit: &lt;a href="https://dev.lemmy.ml/post/35612"&gt;Here are the milestones for the funding&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Tue, 23 Jun 2020 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2020-06-23_-_NLnet_funding,_and_Lemmy_v0.7.0_with_new_image_hosting!</guid>
    </item>
    <item>
      <title>Avatars, email notifications, and a whole lot more</title>
      <link>https://join-lemmy.org/news/2020-01-16_-_Lemmy_Release_v0.6.0_-_Avatars,_email_notifications,_and_a_whole_lot_more</link>
      <description>&lt;h1&gt;Avatars, email notifications, and a whole lot more&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines, 2020-01-16&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;v0.6.0&lt;/code&gt; is here, and we've closed &lt;a href="https://github.com/dessalines/lemmy/milestone/15?closed=1"&gt;41 issues!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the biggest release by far:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Avatars!&lt;/li&gt;
&lt;li&gt;Optional Email notifications for username mentions, post and comment replies.&lt;/li&gt;
&lt;li&gt;Ability to change your password and email address.&lt;/li&gt;
&lt;li&gt;Can set a custom language.&lt;/li&gt;
&lt;li&gt;Lemmy-wide settings to disable downvotes, and close registration.&lt;/li&gt;
&lt;li&gt;A better documentation system, hosted in lemmy itself.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/dessalines/lemmy/issues/411"&gt;Huge DB performance gains&lt;/a&gt; (everthing down to &amp;lt; &lt;code&gt;30ms&lt;/code&gt;) by using materialized views.&lt;/li&gt;
&lt;li&gt;Fixed major issue with similar post URL and title searching.&lt;/li&gt;
&lt;li&gt;Upgraded to Actix &lt;code&gt;2.0&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Faster comment / post voting.&lt;/li&gt;
&lt;li&gt;Better small screen support.&lt;/li&gt;
&lt;li&gt;Lots of bug fixes, refactoring of back end code.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Another major announcement is that Lemmy now has another lead developer besides me, &lt;a href="https://radical.town/@felix"&gt;@felix@radical.town&lt;/a&gt;. Theyve created a better documentation system, implemented RSS feeds, simplified docker and project configs, upgraded actix, working on federation, a whole lot more.&lt;/p&gt;
&lt;p&gt;https://dev.lemmy.ml&lt;/p&gt;
</description>
      <pubDate>Thu, 16 Jan 2020 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2020-01-16_-_Lemmy_Release_v0.6.0_-_Avatars,_email_notifications,_and_a_whole_lot_more</guid>
    </item>
    <item>
      <title>RSS feeds, custom language, url archiving, lots of bugs fixed</title>
      <link>https://join-lemmy.org/news/2019-12-09_-_Lemmy_Release_v0.5.0_-_RSS_feeds,_custom_language,_url_archiving,_lots_of_bugs_fixed</link>
      <description>&lt;h1&gt;RSS feeds, custom language, url archiving, lots of bugs fixed&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines, 2019-12-09&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Special thanks to @felix@radical.town for the RSS work!&lt;/p&gt;
&lt;p&gt;https://github.com/dessalines/lemmy/milestone/14?closed=1&lt;/p&gt;
</description>
      <pubDate>Mon, 09 Dec 2019 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2019-12-09_-_Lemmy_Release_v0.5.0_-_RSS_feeds,_custom_language,_url_archiving,_lots_of_bugs_fixed</guid>
    </item>
    <item>
      <title>Username mentions, Default sorts, Vaporwave theme, Password Recovery, Arm64</title>
      <link>https://join-lemmy.org/news/2019-11-02_-_Lemmy_Release_v0.4.0_-_Username_mentions,_Default_sorts,_Vaporwave_theme,_Password_Recovery,_Arm64</link>
      <description>&lt;h1&gt;Username mentions, Default sorts, Vaporwave theme, Password Recovery, Arm64&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines, 2019-11-02&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/dessalines/lemmy/releases/tag/v0.4.0"&gt;Lemmy Release v0.4.0&lt;/a&gt; - Username mentions, Default sorts, Vaporwave theme, Password Recovery, Arm64 support.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/dessalines/lemmy/milestone/13?closed=1"&gt;Closed issues here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Special thanks to @iav for assistance with Arm Dockerfiles.&lt;/p&gt;
&lt;p&gt;Vaporwave theme: &lt;img src="https://i.imgur.com/2u0Oyov.png" alt="Vaporwave theme"&gt;&lt;/p&gt;
</description>
      <pubDate>Sat, 02 Nov 2019 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2019-11-02_-_Lemmy_Release_v0.4.0_-_Username_mentions,_Default_sorts,_Vaporwave_theme,_Password_Recovery,_Arm64</guid>
    </item>
    <item>
      <title>Themes, Auto-Updating front page, perma-deletes, custom rate limits</title>
      <link>https://join-lemmy.org/news/2019-10-15_-_Lemmy_Release_v0.3.0_-_Themes,_Auto-Updating_front_page,_perma-deletes,_custom_rate_limits</link>
      <description>&lt;h1&gt;Themes, Auto-Updating front page, perma-deletes, custom rate limits&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines, 2019-10-15&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/dessalines/lemmy/milestone/12?closed=1"&gt;Closed issues here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How to change theme: &lt;img src="https://i.imgur.com/iLzJZMZ.png" alt="theme"&gt;&lt;/p&gt;
</description>
      <pubDate>Tue, 15 Oct 2019 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2019-10-15_-_Lemmy_Release_v0.3.0_-_Themes,_Auto-Updating_front_page,_perma-deletes,_custom_rate_limits</guid>
    </item>
    <item>
      <title>Image Uploads, Stickied Posts, Online Users count, View Source button</title>
      <link>https://join-lemmy.org/news/2019-09-19_-_Lemmy_Release_v0.2.0_-_Image_Uploads,_Stickied_Posts,_Online_Users_count,_View_Source_button</link>
      <description>&lt;h1&gt;Image Uploads, Stickied Posts, Online Users count, View Source button&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines, 2019-09-19&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/LemmyNet/lemmy/milestone/11?closed=1"&gt;Issue list on Github&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Thu, 19 Sep 2019 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2019-09-19_-_Lemmy_Release_v0.2.0_-_Image_Uploads,_Stickied_Posts,_Online_Users_count,_View_Source_button</guid>
    </item>
    <item>
      <title>Emojis, Usable Search urls, mod actions on post creators, UI Tweak</title>
      <link>https://join-lemmy.org/news/2019-09-06_-_Lemmy_Release_v0.1.0_-_Emojis,_Usable_Search_urls,_mod_actions_on_post_creators,_UI_Tweak</link>
      <description>&lt;h1&gt;Emojis, Usable Search urls, mod actions on post creators, UI Tweak&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Written by @dessalines, 2019-09-06&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/dessalines/lemmy/milestone/10?closed=1"&gt;Issue list on Github&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Fri, 06 Sep 2019 00:00:00 GMT</pubDate>
      <guid>https://join-lemmy.org/news/2019-09-06_-_Lemmy_Release_v0.1.0_-_Emojis,_Usable_Search_urls,_mod_actions_on_post_creators,_UI_Tweak</guid>
    </item>
  </channel>
</rss>