Releases: Lissy93/AdGuardian-Term
Releases · Lissy93/AdGuardian-Term
1.6.0
Merge pull request #15 from Lissy93/FEAT/update-check
[Feature] Adds update check
1.5.0
Fixes the units in Average Processing Time (seconds were incorrectly displayed as milliseconds) (#11)
1.4.0
Adds a check to ensure that the users version of AdGuard Home is recent enough to support the required API calls (#5)
Allows for graceful exit, instead of panicking
1.3.0
Enables support for HTTPS, via optional user-defined protocol (#7)
1.2.0
Catch error caused by unknown AdGuard field, last_updated (#5)
Add support for ARMv7 and ARM_64 binaries (#4)
1.1.0
Adds new coloumn to query log, showing the upstream DNS server used for the query (#2)
Also updates the query log table to be responsive, so on smaller screens the upstream DNS and client IP won't be visible.
1.0.0
- Improved deployment: 12Mb Docker image, 1-line install script, and publish to crates.io
- Adds documentation
- Faster start-up time
0.9.0
Adds support for command line flags, as well as / instead of environmental variables (fixes #1)