diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-12-18 03:17:38 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-12-18 03:17:38 +0100 |
commit | fa5443124c7aded9698e7683eca1e5c31a550ed4 (patch) | |
tree | 006fdebe6e83a1b4619cb8c0f9060274f41a357d /NEWS | |
parent | 1e43372a6112a8f07ab47be470ba68633f96741b (diff) | |
download | xmobar-fa5443124c7aded9698e7683eca1e5c31a550ed4.tar.gz xmobar-fa5443124c7aded9698e7683eca1e5c31a550ed4.tar.bz2 |
New -d (decimal digits) monitor option (issue #58)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,11 +7,19 @@ _Incompatible changes_ - `Batt` monitor no longer uses `-c` to specify the charge file: it should figure things out by itself. +_New features_ + + - New monitor option `-d` to specify the number of decimal places to + display for float numbers. Defaults to 0. See [issue 58]. + _Bug fixes_ - Stricter build dependencies versioning in cabal file. - [issue 64]: display of `watts` in `Batt` monitor fixed. +[issue 58]: http://code.google.com/p/xmobar/issues/detail?id=58 +[issue 64]: http://code.google.com/p/xmobar/issues/detail?id=64 + ## Version 0.14 (Dec 10, 2011) _New features_ |