One thing that nobody likes during long nights is a user interface that is way too bright to look at 🔦. In this release, AdGuard Home finally delivers one of its most commonly requested features: the dark theme!
The new dark theme is currently still experimental, and there are a few rough edges here and there. If you want to report them, please follow the instructions in issue #5375.
Full changelog
See also the v0.107.22 GitHub milestone.
Added
-
Experimental Dark UI theme (#613).
-
The new HTTP API
PUT /control/profile/update
, that updates current user language and UI theme. The format of request body is described inopenapi/openapi.yaml
.
Changed
- The HTTP API
GET /control/profile
now returns enhanced object with current user's name, language, and UI theme. The format of response body is described inopenapi/openapi.yaml
andopenapi/CHANGELOG.md
.
Fixed
-
AdGuardHome --update
freezing when another instance of AdGuard Home is running (#4223, #5191). -
The
--update
flag performing an update even when there is no version change. -
Failing HTTPS redirection on saving the encryption settings (#4898).
-
Zeroing rules counter of erroneously edited filtering rule lists (#5290).
-
Filters updating strategy, which could sometimes lead to use of broken or incompletely downloaded lists (#5258).