Fonts! Сolors! Buttons! Everybody likes to discuss the design of a user interface, but we like to ship bug fixes and new features to our users even more 🚢.
Besides the tweaks in the dark theme, this release includes support for the DNS64 standard, a couple of new blockable services, as well as a few bug fixes and internal improvements.
Full changelog
See also the v0.107.23 GitHub milestone.
Added
- DNS64 support (#5117). The function may be enabled with new
use_dns64
field underdns
object in the configuration along withdns64_prefixes
, the set of exclusion prefixes to filter AAAA responses. The Well-Known Prefix (64:ff9b::/96
) is used if no custom prefixes are specified.
Fixed
-
Filtering rules with
*
as the hostname not working properly (#5245). -
Various dark theme bugs (#5375).
Removed
-
The “beta frontend” and the corresponding APIs. They never quite worked properly, and the future new version of AdGuard Home API will probably be different.
Correspondingly, the configuration parameter
beta_bind_port
has been removed as well.