From f90a9e0063dbe4ca06c193aec7e7469a32e0b422 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Apr 2026 22:05:08 +0300 Subject: Release 0.4.0: foo.zone HTML styling, uptime-stats section order, dashboard without full Kernel tables. - Link foo.zone stylesheet and mirror header/heading/quote layout for HTML reports. - Default -all stats order matches foo.zone (Host Uptime through Score, then KernelMajor and KernelName; full Kernel last when include-kernel). - Daemon root HTML uses include-kernel=false like the public stats page. - Refresh HTML integration fixtures. Made-with: Cursor --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version/version.go') diff --git a/internal/version/version.go b/internal/version/version.go index 83b3aa0..371f9d1 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Tag is the application release version. -const Tag = "0.3.1" +const Tag = "0.4.0" -- cgit v1.2.3