diff options
| -rw-r--r-- | news.md | 10 | ||||
| -rw-r--r-- | readme.md | 11 | 
2 files changed, 13 insertions, 8 deletions
| @@ -4,11 +4,15 @@  _New features_ -  - The battery monitor accepts template variables in its `-O` and -    `-o` and the new `-i` (on/off/idle AC-status) arguments (see -    [github #109]). +  - All extra argument monitors taking a string (e.g. `-O` for +    `BatteryP`) accept now template variables (see [github #109] and +    [#110]).  Thanks to Todd Lunter. + +  - New battery monitor extra argument, `-i`, for the idle status. +  [github #109]: https://github.com/jaor/xmobar/issues/109 +[#110]: https://github.com/jaor/xmobar/issues/110  ## Version 0.17 (May 5, 2013) @@ -1309,11 +1309,12 @@ the greater Haskell community.  In particular, xmobar [incorporates patches] by Ben Boeckel, Roman  Cheplyaka, Patrick Chilton, John Goerzen, Reto Hablützel, Juraj  Hercek, Tomas Janousek, Spencer Janssen, Jochen Keil, Lennart -Kolmodin, Krzysztof Kosciuszkiewicz, Dmitry Kurochkin, Dmitry Malikov, -Edward O'Callaghan, Svein Ove, Martin Perner, Jens Petersen, Alexander -Polakov, Petr Rockai, Peter Simons, Andrew Sackville-West, Alexander -Solovyov, John Soros, Artem Tarasov, Sergei Trofimovich, Thomas -Tuegel, Jan Vornberger, Daniel Wagner and Norbert Zeh. +Kolmodin, Krzysztof Kosciuszkiewicz, Dmitry Kurochkin, Todd Lunter, +Dmitry Malikov, Edward O'Callaghan, Svein Ove, Martin Perner, Jens +Petersen, Alexander Polakov, Petr Rockai, Peter Simons, Andrew +Sackville-West, Alexander Solovyov, John Soros, Artem Tarasov, Sergei +Trofimovich, Thomas Tuegel, Jan Vornberger, Daniel Wagner and Norbert +Zeh.  [incorporates patches]: http://www.ohloh.net/p/xmobar/contributors | 
