From b8c5e39d8acf27ae027f4bac5837d79c4b84faa4 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 11 Dec 2022 22:04:11 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7c8fee4..41ab2c1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,16 @@ ## Upcoming Changes +When swaybar\_info starts, it no longer displays the traffic amount leading up +to the start of the program (it now starts at 0). + +Increase netdev traffic minimum text width to 11 (was 10). + +Updated README.md and help text based on new dynamic-netgraph-display feature. + +Impl. dynamic netgraph display (the netgraph will scale the graph based on the +maximum traffic in an interval dynamically). + ## 0.1.6 Minor refactoring of how the netgraph string is handled.