diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-20 13:52:58 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-20 13:52:58 +0200 |
commit | 99069c2fe2c1af51224ca204c15705d5f7f076fa (patch) | |
tree | 8141e7ba56024aa84d75cff65594ea0acca08fab /news.md | |
parent | 202ff98aac0c1c8029261e69c509f0c1e6390c59 (diff) | |
download | xmobar-99069c2fe2c1af51224ca204c15705d5f7f076fa.tar.gz xmobar-99069c2fe2c1af51224ca204c15705d5f7f076fa.tar.bz2 |
Honouring -d in CoreTemp
Fixes issue #115
Diffstat (limited to 'news.md')
-rw-r--r-- | news.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ _New features_ - New monitor `BatteryN`, a variant of `BatteryP` that lets you specify the name of the monitor in the template. + - Support for configuration file living in XDG_CONFIG_HOME (see + [github #99]). + +_Bug fixes_ + + - Honour the "-d" option in `CoreTemp` ([github #115]) + - Fix for systems not supporting PCRE regular expressions: we use + now BCEs, so regex-compat should be enough everywhere (see + [github #117]). + + +[github #99]: https://github.com/jaor/xmobar/issues/115 +[github #115]: https://github.com/jaor/xmobar/issues/115 +[github #117]: https://github.com/jaor/xmobar/issues/117 ## Version 0.18 (June 5, 2013) |