diff options
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_ |