diff options
author | Thiago Negri <evohunz@gmail.com> | 2013-09-10 17:57:16 -0300 |
---|---|---|
committer | Thiago Negri <evohunz@gmail.com> | 2013-09-11 22:05:12 -0300 |
commit | b780acaeac9545199867405f6c14434e77baf1d7 (patch) | |
tree | 12d9b3402c049c21a139bcf8e9c51a5ce5f3e593 /news.md | |
parent | 1d20b99ec742ce08a8083a01ccb15adb763815e1 (diff) | |
download | xmobar-b780acaeac9545199867405f6c14434e77baf1d7.tar.gz xmobar-b780acaeac9545199867405f6c14434e77baf1d7.tar.bz2 |
Created UnsafeStdinReader plugin
Diffstat (limited to 'news.md')
-rw-r--r-- | news.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,9 @@ _New features_ [github #99]). - `Com` uses safer `runInteractiveProcess` instead of spawning a shell (David McLean). + - New plugin `UnsafeStdinReader` that allows actions from stdin. + Now it's possible to have clickable workspaces! + (see [github #125]). _Bug fixes_ @@ -23,6 +26,7 @@ _Bug fixes_ [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 +[github #125]: https://github.com/jaor/xmobar/issues/125 [issue #65]: http://code.google.com/p/xmobar/issues/detail?id=65 ## Version 0.18 (June 5, 2013) |