• Stable

    adam released this 2025-12-16 10:22:23 +01:00 | 123 commits to main since this release

    📅 Originally published on GitHub: Tue, 16 Dec 2025 07:21:13 GMT
    🏷️ Git tag created: Tue, 16 Dec 2025 09:22:23 GMT

    New

    • Core/API: Added variant field FavIcon API to support requesting light/dark variant icon

    • Core/Rules: Add proto matcher (e.g. on: proto https)

    • WebUI/Dashboard: Support "group by categories" for All and Favorite tabs

      image
    • WebUI/Dashboard: Theme aware icons (light icons on dark mode; dark icons on light mode)

      image
    • WebUI/Config: add quick toggles to route files entries

      image

    Changes

    • Perf : Improved memory usage

    Fixes

    • Core/Config: Fix default values not being applied
    • Core/FavIcon:
      • Fixed returning incorrect icon in some cases
      • Fixed dark icons from walkxcode (a.k.a. homarr-icons) not working

    v0.21.1

    Changes

    • Core/Idlewatcher: added label proxy.no_loading_page to allow turning off loading page
    • Core/Healthcheck/HTTP: now all 5xx statuses will be considered as unhealthy (previously only HTTP 503).

    Fixes

    • Core/Idlewatcher: correctly handle non-HTML requests for sleeping containers #172

    v0.21.2

    New

    • Core/HTTP: scheme mismatch detection for HTTP/HTTPs, retry with the other scheme on mismatch
      • Everything should now work without setting proxy.*.scheme (docker) or scheme (route files) explicitly

    Fixes

    • Core/Docker: nil panic when reading the first container name out of nothing #171 (edge case)
    Downloads