AdGuard Home v0.107.52
In this release we have fixed a number of bugs, migrated our front-end to TypeScript and updated our front-end libraries to improve the quality of development and your user experience.
Acknowledgements
A special thanks to our community moderation team, @AdguardTeam/community-moderators, as well as to everyone who filed and inspected issues, added translations, and helped us test this release!
Full changelog
See also the v0.107.52 GitHub milestone.
Security
- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in Go 1.22.5.
Added
- The ability to disable logging using the new
log.enabled
configuration property (#7079).
Changed
-
Frontend rewritten in TypeScript.
-
The
systemd
-based service now usesjournal
for logging by default. It also doesn't create the/var/log/
directory anymore (#7053).NOTE: With an installed service for changes to take effect, you need to reinstall the service using
-r
flag of the install script or via the CLI (with root privileges):./AdGuardHome -s uninstall ./AdGuardHome -s install
Don't forget to backup your configuration file and other important data before reinstalling the service.
Deprecated
- Node 18 support, Node 20 will be required in future releases.