New
-
Core/API: Added
variantfield FavIcon API to support requesting light/dark variant icon -
Core/Rules: Add
protomatcher (e.g.on: proto https) -
WebUI/Dashboard: Support "group by categories" for
AllandFavoritetabs
-
WebUI/Dashboard: Theme aware icons (light icons on dark mode; dark icons on light mode)
-
WebUI/Config: add quick toggles to route files entries
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_pageto 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) orscheme(route files) explicitly
- Everything should now work without setting
Fixes
- Core/Docker: nil panic when reading the first container name out of nothing #171 (edge case)