Skip to content

AdGuard Home v0.107.52

Latest
Compare
Choose a tag to compare
@adguard-bot adguard-bot released this 04 Jul 15:51
· 961 commits to master since this release

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 uses journal 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.

Fixed

  • Panic caused by missing user-specific blocked services object in configuration file (#7069).

  • Tracking /etc/hosts file changes causing panics within particular filesystems on start (#7076).