Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

61 lines (37 loc) · 1.96 KB

AdGuard DNS Client changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Security

  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in Go 1.23.3.

Added

  • MSI installer for the ARM64 architecture in addition to the existing x86 and x64 installers.

Changed

  • Path to the executable is now validated when the application installs itself as a launchd service on macOS (#2).

Fixed

  • The syslog log output on macOS (#3).

    NOTE: The implementation is actually a workaround for a known Go issue, and uses the /usr/bin/logger utility. This approach is suboptimal and will be improved once the Go issue is resolved.

  • DNS proxy logs being written to stderr instead of log.output (#1).

v0.0.1 - 2024-06-17

Added

  • Everything!