summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBrooks Rady <b.j.rady@gmail.com>2020-05-23 12:16:55 +0100
committerGitHub <noreply@github.com>2020-05-23 12:16:55 +0100
commite9b8a189b2323c337e11da317646cc601f963cf8 (patch)
tree4a43685c5de76dd679aef447e84ef62bcddf9369 /CHANGELOG.md
parent55e8885302172ccf0a79bc9829d339acfdc3564d (diff)
parentb6f7f4295770e88a0967fcf55ddefbe10a57001d (diff)
Merge pull request #167 from Eosis/issue-163-elapsed-time
feat(interface): Added elapsed time (#167)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe0469a..b3a9513 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
* Ability to change the window layout with <TAB> (https://github.com/imsnif/bandwhich/pull/118) - [@Louis-Lesage](https://github.com/Louis-Lesage)
+* Show duration of current capture when running in "total utilization" mode. - [@Eosis](https://github.com/Eosis)
### Fixed
* Add terabytes as a display unit (for cumulative mode) (https://github.com/imsnif/bandwhich/pull/168) - [@TheLostLambda](https://github.com/TheLostLambda)