From 3ed9a57822b350164c857db499ff97154dc83906 Mon Sep 17 00:00:00 2001 From: m5r Date: Sun, 16 Aug 2026 23:55:19 +0200 Subject: [PATCH] changelog: 0.0.5 releases today --- CHANGELOG.md | 8 ++++++++ build.zig.zon | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4133d9e..99ba271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ Sections are written by hand. Nothing here is generated from commit messages: th ## [Unreleased] +## [0.0.5] - 2026-08-16 + +One rendering fix on the 0.0.4 feature, caught the day it shipped. + +### Changed + +- The query tables no longer repeat the *learned* tag on every row: in the live page and the query log a learned name is just muted, with the address still in the row's tooltip. The clients page keeps the tag, where it appears once per client and says something. + ## [0.0.4] - 2026-08-16 The names learned in 0.0.3 now show up where queries do: the live page and the query log name each client instead of printing its address. diff --git a/build.zig.zon b/build.zig.zon index 2fd6821..0f47172 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .nxdns, - .version = "0.0.4", + .version = "0.0.5", .minimum_zig_version = "0.16.0", .paths = .{""}, .fingerprint = 0x3307b311dded1d91,