summaryrefslogtreecommitdiffhomepage
path: root/news.md
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-10-27 16:20:25 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-10-27 16:20:25 +0100
commit3d2af8a47332235d6556d2d2a40f7392269cf0b0 (patch)
tree75f75e4dd2bbae0106b77e333213ee6c9b6d4754 /news.md
parent7e89ff8e2007e057a0b00a5a9c1fd953c565db25 (diff)
downloadxmobar-3d2af8a47332235d6556d2d2a40f7392269cf0b0.tar.gz
xmobar-3d2af8a47332235d6556d2d2a40f7392269cf0b0.tar.bz2
New N/A string monitor option (cf. #119)
Diffstat (limited to 'news.md')
-rw-r--r--news.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/news.md b/news.md
index bbefd47..cf62423 100644
--- a/news.md
+++ b/news.md
@@ -1,12 +1,12 @@
% xmobar - Release notes
-## Vesion 0.19
+## Version 0.19 (October 27, 2013)
_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
+ - Support for configuration file living in `XDG_CONFIG_HOME` (see
[github #99]).
- `Com` uses safer `runInteractiveProcess` instead of spawning a
shell (David McLean). If you're using shell expansion in your
@@ -15,12 +15,16 @@ _New features_
- New plugin `UnsafeStdinReader` that allows actions from stdin.
Now it's possible to have clickable workspaces!
(Thiago Negri, see [github #125]).
+ - New monitor configuration option (`-x` or `--nastring`) that allows
+ specifying what string to display when a monitor is not available
+ (defaulting to "N/A"). Cf. [github #119].
+
_Bug fixes_
- - Honour the width options `-w`, `-m` and `-M` in battery monitors
+ - Using the width options `-w`, `-m` and `-M` in battery monitors
watts display ([github #118]).
- - Honour the `-d` option in `CoreTemp` ([github #115])
+ - Using 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]).
@@ -33,6 +37,7 @@ _Bug fixes_
[github #125]: https://github.com/jaor/xmobar/issues/125
[issue #65]: http://code.google.com/p/xmobar/issues/detail?id=65
[github #118]: https://github.com/jaor/xmobar/issues/118
+[github #119]: https://github.com/jaor/xmobar/issues/119
[github #127]: https://github.com/jaor/xmobar/issues/127
## Version 0.18 (June 5, 2013)