From b1f0ce01fb6ece8628cf0499690a003cdac28f7f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 14 Feb 2026 17:29:08 +0200 Subject: Remove macOS stats gathering support, require Linux with /proc Remove non-functional macOS monitoring code that used native tools (sysctl, vm_stat, netstat, iostat). Now loadbars exits with an error when attempting local stats gathering on non-Linux systems. macOS can still be used as a client to monitor remote Linux servers via SSH. --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version') diff --git a/internal/version/version.go b/internal/version/version.go index 67d9c60..2b4ace2 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Version is the application version (set at build time or here for development). -const Version = "0.8.3" +const Version = "0.8.4" -- cgit v1.2.3