Releases: Hemsby/tdns-stats
Releases · Hemsby/tdns-stats
Release v2.0.2
2.0.2 - 2026-06-11
Fixed
- Fixed a crash in Technitium DNS Server that would permanently stop all statistics from being saved when using the "Last Day" time range in the Query Chart for an extended period. The crash occurred when tdns-stats happened to read hourly statistics at the exact same moment the Technitium server was writing them, resulting in a NullReferenceException that disabled stats tracking until the server was manually restarted.
Release v2.0.1
[2.0.1] - 2026-06-10
Changed
- Updated Theme Selector to show current selected theme, and a dropdown to change theme (Reducing space required)
- Update Check Icon enlarged to match Theme Selector Icon size.
- Improved Console Logging to help with any update errors.
Release v2.0.0
[2.0.0] - 2026-06-10
Changed
IMPORTANT: This major release contains a breaking change related to Docker deployments (see below).
- Docker deployments must be manually updated, you should first back up your
config.ymlfile and then follow the updated instructions in the README under the Running with Docker section to redeploy. This is required to fix multiple issues regarding Docker Compose deployments and the built-in update functionality. NOTE: Deployments via systemd service are not affected by this issue, and users do not need to take any action. - Hide update functionality in UI for plain Docker deployments (This functionality is only available when deployed via Docker Compose or as a systemd service).
Removed
- Built-in update functionality for bare-metal/development/manual
git clonelocal deployments has been removed (this functionality never fully worked for this type of deployment anyway).
Release v1.8.1
[1.8.1] - 2026-06-09
Fixed
- Fixed an issue where Changelog modal pop-up could not properly load the CHANGELOG.md file for users running via Docker deployment.
- Preserve user changes to
docker-compose.ymlfile such as (custom port mappings, environment variables and mount points) when updating through the dashboard when deployed via Docker.
Release v1.8.0
[1.8.0] - 2026-06-08
Added
- Added Changelog pop-up modal that opens when the current version pill is clicked, showing release history.
Release v1.7.8
[1.7.8] - 2026-06-08
Fixed
- Restored accidentally removed style class for live feed timestamps.
Release v1.7.7
[1.7.7] - 2026-06-08
Fixed
- Corrected Stat Cards colours (They got overridden on a previous patch update).
- Refused queries now shown correctly in live feed. They were previously masked by Authoritative queries.
- Removed Dropped and No Error from live feed filters as they individually are not required.
Release v1.7.6
[1.7.6] - 2026-06-08
Fixed
- All time ranges now properly include all data for the given range (fixed the issue where some ranges (LastDay, LastYear) were off-by-one or otherwise not correctly including all data).
- Ensure chart periodic labels accurately reflect the data displayed for the selected time range.
Release v1.7.5
[1.7.5] - 2026-06-07
Added
- Added connected users as Viewers on Dashboard
Fixed
- Small Tidy of Code and Timers Functions
- Slight Size increase of Check for Updates Button
Release v1.7.4
[1.7.4] - 2026-06-07
Fixed
- Docker Updates should now complete correctly.