<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Homarr blog</title>
        <link>https://fumadocs.preview.homarr.dev/blog</link>
        <description>Release notes, migration guides, and project updates from Homarr.</description>
        <lastBuildDate>Sun, 20 Sep 2026 22:18:25 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>Homarr contributors 2026</copyright>
        <atom:link href="https://fumadocs.preview.homarr.dev/blog/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Homarr 2.0.0 - Workshop, Custom Widgets and a rebuilt board]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/2026/09/03/homarr-2.0</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/2026/09/03/homarr-2.0</guid>
            <pubDate>Thu, 03 Sep 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Homarr v2 release recap showing Community Workshop, how to make any widget with Custom Widgets, Homarr Assistant, the new drag-and-drop system, advanced widgets, and 32 new integrations First, thank you. Many of you used the v2 demo when it was still rough, found bugs and came back to test the next build. Others translated Homarr, answered questions, contributed code or simply kept using it. We would not be shipping this without you. We are also planning a small batch of free, limited-edition Homarr swag for Workshop contributors and a few randomly picked community members. It is not for sale and it is not for profit. No Homarr merch empire, sorry. If you're thinking, “I ain't reading all dat,” don't worry—we made a video for your short attention span. No Subway Surfers gameplay, though. <figure style={{ margin: "1.5rem 0" }} <video controls playsInline preload="metadata" poster={require("./img/homarr-v2-overview.webp").default.src} width={1920} height={1080} style={{ width: "100%", height: "auto", borderRadius: "0.5rem" }} aria-label="Homarr 2.0 feature overview." <source src="/media/homarr-2.0/homarr-v2-overview.mp4" type="video/mp4" / </video <figcaptionHomarr 2.0 in under two minutes.</figcaption </figure Homarr 2.0 builds on the dashboard you already use. Here is what changed. A populated Homarr 2.0 dashboard with compact widgets, an Assistant, and an application rail]]></description>
            <author>ajnart</author>
            <category>homarr</category>
            <category>update</category>
            <category>version</category>
            <category>assistant</category>
            <category>custom widgets</category>
            <category>dashboards</category>
            <category>docker</category>
        </item>
        <item>
            <title><![CDATA[How to use Argus with Homarr]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/2025/08/02/using-argus</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/2025/08/02/using-argus</guid>
            <pubDate>Sat, 02 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[In v1.32.0 we added the endpoint /api/info which returns the current version of Homarr and can therefore be used in Argus to watch for updates. This guide will show you how to set up a user with apiKey to access the endpoint without providing admin access through it.]]></description>
            <author>meierschlumpf</author>
        </item>
        <item>
            <title><![CDATA[Migrate from 0.15.10+ to 1.0.0]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/2025/01/19/migration-guide-1.0</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/2025/01/19/migration-guide-1.0</guid>
            <pubDate>Sun, 19 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[In this guide, we will show you how to migrate from Homarr 0.15.10+ to 1.0.0. If you are still on a version before 0.15.10, please update to 0.15.10 where we introduced the migration export page.]]></description>
            <author>meierschlumpf</author>
        </item>
        <item>
            <title><![CDATA[Open Beta 1.0]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/2024/12/17/open-beta-1.0</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/2024/12/17/open-beta-1.0</guid>
            <pubDate>Tue, 17 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[We are proud to announce the open beta of Homarr 1.0. This is a major milestone for us and we are excited to share it with you. The open beta allows us to polish the last rough edges and gather feedback from you. We are looking forward to your feedback and hope you enjoy the new features. Let us know throgh discord or a github issues if you encounter any issues.]]></description>
            <author>meierschlumpf</author>
        </item>
        <item>
            <title><![CDATA[Homarr 1.0 - complete rewrite of all systems]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/2024/09/23/version-1.0</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/2024/09/23/version-1.0</guid>
            <pubDate>Mon, 23 Sep 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[We proudly present to you - Homarr 1.0. We have started work on this new version back in 2023 and have worked tirelessly for months on this brand-new dashboard. This isn't our usual update. 1.0 doesn't use the same code from previous versions, but has been written from the ground up. Therefore, this version contains an unusual amount of breaking changes. This will be a one time occurrence and version 1.0 will have less breaking changes. This time more important than every; read the breaking changes list and create a backup before updating. Some third party installation methods may take multiple days or weeks to update to the new version. Changes at a glance - Asynchronous integrations system: In versions prior to 1.0, we fetched data upon each request synchronously. This means that the user had to wait for the requests to finish so any data would appear. A page reload will trigger another request - and worse, this will happen for every user accessing your dashboard. In 1.0, we have implemented a new system that gets rid of this system and scales linearly. It will fetch data in background, even if you are not on the page. - Permissions system: You can now use detailed permissions to allow or prohibit users from certain actions. For easier management, you can organize users into groups and manage them all at the same time. - Integration testing: Starting from 1.0, we will require you to test the integration before you can use it. This guarantees that you've configured your integration correctly and helps you find errors faster. - Re-imagined widgets: All widgets have been rewritten & improved. They offer much better performance, reliability and scalability compared to < 1.0. - Improved performance: We have upgraded the underlying framework of Homarr and take advantage of an in-memory message bus and websockets to deliver data near realtime to you.]]></description>
            <author>manuel-rw</author>
        </item>
        <item>
            <title><![CDATA[Updated documentation with better organization & design]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/2023/12/22/updated-documentation</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/2023/12/22/updated-documentation</guid>
            <pubDate>Fri, 22 Dec 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[We'd like to let you know that we've updated our documentation and reorganized the pages. This means, that some links may no longer be valid - we apologise if this causes any inconvenience for you.]]></description>
            <author>manuel-rw</author>
            <category>homarr</category>
            <category>documentation</category>
            <category>design</category>
            <category>docs</category>
        </item>
        <item>
            <title><![CDATA[Authentication in Homarr - 0.14 is here!]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/2023/11/10/authentication</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/2023/11/10/authentication</guid>
            <pubDate>Fri, 10 Nov 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[One of the most requested features ever has arrived. We worked for months to prepare Homarr for this update and we're happy that we can finally provide you a viable solution today. Highlights at a glance - :rocket: Completly overhauled authentication system with user management - :sparkles: Improved UI for boards (renamed dashboards to boards). - :computer: Server side preferences - Dark mode and language are not synced accross all your devices - :link: Invitation links to easily onboard new users - :bustsinsilhouette: Overhauled board management with easy control if anonymous users can view your board - :brain: AI assistant on the documentation to answer your questions: https://homarr.dev/ - 📝 Overhauled notepad widget with a complex graphical editor that enables easy editing right from your browser. - :globewithmeridians: Live Translation on Crowdin that enable you to directly translate using images to see what exactly you're translating]]></description>
            <author>ajnart</author>
            <author>manuel-rw</author>
            <author>tagashi</author>
            <author>meierschlumpf</author>
            <category>homarr</category>
            <category>update</category>
            <category>breaking changes</category>
            <category>version</category>
            <category>authentication</category>
            <category>notepad</category>
            <category>security</category>
        </item>
        <item>
            <title><![CDATA[We present: Homarr 0.12 - The fastest homarr version ever!]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/2023/04/16/version0.12-more-widgets</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/2023/04/16/version0.12-more-widgets</guid>
            <pubDate>Sun, 16 Apr 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Multiple widgets of the same type It's finally here! You can decorate your dashboard now with as many widgets as you want. This applies to all widgets, but in the case of the IFrame widget, it enables you to: - Integrate as many websites as you want - Integrate monitoring tools like Grafana, Splunk or Elasticsearch - Integrate your services (for example Sonarr, Radarr and Overseerr) directly into Homarr Edit mode password We've added a setting to disable editing completely. This will allow you to restrict edit access without password-protection. use the EDITMODEPASSWORD ENV variable to set a password for edit mode. turn on DISABLEEDITMODE=TRUE to disable edit mode on startup.]]></description>
            <author>ajnart</author>
            <author>manuel-rw</author>
            <author>walkx</author>
            <author>meierschlumpf</author>
            <category>homarr</category>
            <category>update</category>
            <category>breaking changes</category>
            <category>version</category>
            <category>dnd</category>
            <category>documentation</category>
        </item>
        <item>
            <title><![CDATA[We present: Homarr 0.11 - the most complex Homarr version yet!]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/2023/01/11/version0.11</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/2023/01/11/version0.11</guid>
            <pubDate>Wed, 11 Jan 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[We are incredibly proud to serve you Homarr 0.11! It contains many breaking changes and huge improvements to your favourite dashboard app: - Integration of Gridstack for much more complex dashboard configuration and drag and drop - Added icon picker with smart search and automatic icons - Complete overhaul of the module system - Added an edit mode for making changes easier - Form validation for better user experience - Better security with new built-in credentials system - Huge design and usability improvements to older components to Homarr - Better handeling of exceptions and unexpected issues]]></description>
            <author>ajnart</author>
            <author>manuel-rw</author>
            <author>walkx</author>
            <author>meierschlumpf</author>
            <category>homarr</category>
            <category>update</category>
            <category>breaking changes</category>
            <category>version</category>
            <category>gridstack</category>
            <category>dnd</category>
            <category>documentation</category>
        </item>
        <item>
            <title><![CDATA[Help us make Homarr multilingual]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/translations</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/translations</guid>
            <pubDate>Sun, 28 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[We've been working hard to offer Homarr in many languages. The next update of Homarr will be using i18next to translate almost any part of your Dashboard. We need your help <br/ Yes, we need YOU! We want to make Homarr accessible to as many people as possible. Thus, we need to translate all content into many different languages. We need your help for that! You can help us now to translate Homarr into as many languages as possible.]]></description>
            <author>ajnart</author>
            <author>manuel-rw</author>
            <category>translations</category>
            <category>homarr</category>
            <category>update</category>
            <category>contributions</category>
        </item>
        <item>
            <title><![CDATA[Migration of Documentation]]></title>
            <link>https://fumadocs.preview.homarr.dev/blog/documentation-migration</link>
            <guid isPermaLink="false">https://fumadocs.preview.homarr.dev/blog/documentation-migration</guid>
            <pubDate>Wed, 22 Jun 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[We are happy to announce that the documentation of Homarr has been migrated to Docusaurus - An opensource documentation tool. The documentation has been re-written partly and includes now many animations, guides and additional crucial information. We are still figuring things out and highly depend on your feedback.]]></description>
            <author>ajnart</author>
            <author>manuel-rw</author>
            <category>documentation</category>
            <category>migration</category>
        </item>
    </channel>
</rss>