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.
- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in Go 1.23.3.
- MSI installer for the ARM64 architecture in addition to the existing x86 and x64 installers.
- Path to the executable is now validated when the application installs itself as a
launchd
service on macOS (#2).
-
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 oflog.output
(#1).
v0.0.1 - 2024-06-17
- Everything!