diff options
-rw-r--r-- | news.md | 6 | ||||
-rw-r--r-- | readme.md | 2 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -1,6 +1,6 @@ % xmobar - Release notes -## Version 0.18 +## Version 0.18 (June 5, 2013) _New features_ @@ -10,6 +10,10 @@ _New features_ - New battery monitor extra argument, `-i`, for the idle status. +_Bug fixes_ + + - Safer standard input parsing, avoiding <action> injections. + [github #109]: https://github.com/jaor/xmobar/issues/109 [#110]: https://github.com/jaor/xmobar/issues/110 @@ -11,7 +11,7 @@ xmobar was inspired by the [Ion3] status bar, and supports similar features, like dynamic color management, icons, output templates, and extensibility through plugins. -This page documents xmobar 0.17 (see [release notes]). +This page documents xmobar 0.18 (see [release notes]). [This screenshot] shows xmobar running under [sawfish], with antialiased fonts. And [this one] is my desktop with [xmonad] and two diff --git a/xmobar.cabal b/xmobar.cabal index b88301f..2ba7e57 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.17 +version: 0.18 homepage: http://projects.haskell.org/xmobar/ bug-reports: http://code.google.com/p/xmobar/issues synopsis: A Minimalistic Text Based Status Bar |