diff options
author | jao <jao@gnu.org> | 2019-05-23 17:56:15 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-05-23 17:56:15 +0100 |
commit | 7aeb01c7dc010bd621d22bf342c599b4df9a1392 (patch) | |
tree | 96c29e8e7668df354a37f2acb2bd3225b487037e /changelog.md | |
parent | 0ff8f6a7d6c775efa35698e067b4dd6c036ee2cd (diff) | |
download | xmobar-7aeb01c7dc010bd621d22bf342c599b4df9a1392.tar.gz xmobar-7aeb01c7dc010bd621d22bf342c599b4df9a1392.tar.bz2 |
New DiskIO template variables with bytes rather than speed (#390)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 3ddbb43..34d1ef2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +## Version 0.30 + +_New features_ + + - `DiskIO`: Additional template variables for absolute number of + bytes rather than speeds (see [issue #390]. + +[issue #390]: https://github.com/jaor/xmobar/issues/390 + ## Version 0.29.5 (March, 2019) _Bug fixes_ |