summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-14 22:22:57 +0200
committerPaul Buetow <paul@buetow.org>2026-02-14 22:22:57 +0200
commitd0bed33cf41ac4917a9427c98e63351367d71298 (patch)
tree9a49a06516aa20dc78a42fa873d6f77a0e411488 /internal/version/version.go
parent2265b31a6eeaae8d6aac52e1fa32a33863733192 (diff)
Aggregate all net interfaces, remove n hotkey, fix net bar decay bugv0.9.0
Sum RX/TX across all non-lo interfaces instead of picking a single one. Remove the n hotkey (cycle interface), netint config field, and --netint flag since they are no longer needed. Fix pre-existing bug where net bars decayed to zero between collector updates (~19 of 20 frames had target=0, making bars invisible even during heavy downloads). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/version/version.go')
-rw-r--r--internal/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
index 2b4ace2..209fae7 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.4"
+const Version = "0.9.0"