diff options
| -rw-r--r-- | news.md | 4 | ||||
| -rw-r--r-- | readme.md | 17 | 
2 files changed, 13 insertions, 8 deletions
| @@ -7,6 +7,10 @@ _New features_    - Vertical bar indicators using unicode available for most monitors,      by Eric Mrak.    - `CoreTemp`: support for linux 3.15, by Tomáš Janoušek. +  - New `CatInt` monitor, displaying integer values read from a file, +    by Nathaniel Wesley Filardo. +  - New `<raw>` tag for safer input parsing, also by Nathaniel. +  _Bug fixes_ @@ -1382,14 +1382,15 @@ version 0.11.1. Since then, it is maintained and developed by [jao],  with the help of the greater xmobar and Haskell communities.  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, Todd Lunter, -Dmitry Malikov, David McLean, Marcin Mikołajczyk, Eric Mrak, Thiago -Negri, 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. +Cheplyaka, Patrick Chilton, Nathaniel Wesley Filardo, John Goerzen, +Reto Hablützel, Juraj Hercek, Tomas Janousek, Spencer Janssen, Jochen +Keil, Lennart Kolmodin, Krzysztof Kosciuszkiewicz, Dmitry Kurochkin, +Todd Lunter, Dmitry Malikov, David McLean, Marcin Mikołajczyk, Eric +Mrak, Thiago Negri, 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.  [jao]: http://jao.io  [incorporates patches]: http://www.ohloh.net/p/xmobar/contributors | 
