diff options
| -rw-r--r-- | news.md | 9 | ||||
| -rw-r--r-- | readme.md | 2 | ||||
| -rw-r--r-- | xmobar.cabal | 2 | 
3 files changed, 9 insertions, 4 deletions
| @@ -1,13 +1,18 @@  % xmobar - Release notes -## Version 0.24 +## Version 0.23.1 (Apr 14, 2015)  _Bug fixes_    - Vertical alignment for icons, [issue #216] +  - Improvements to vertical text alignment, with many thanks to Jan +    Palus (see ongoing discussion in [issue #221]).    - Better error handling in `Volume` monitor, [issue #215] -  - Compilation with ghc 7.8 and 7.10 (Edward Tjörnhammar) +  - Compilation with ghc 7.8 and 7.10 (thanks to Edward Tjörnhammar, +    see [issue #225]). +[issue #225]: https://github.com/jaor/xmobar/issues/225 +[issue #221]: https://github.com/jaor/xmobar/issues/221  [issue #216]: https://github.com/jaor/xmobar/issues/216  [issue #215]: https://github.com/jaor/xmobar/issues/215 @@ -10,7 +10,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.23 (see [release notes]). +This page documents xmobar 0.23.1 (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 db0d130..5694f12 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@  name:               xmobar -version:            0.23 +version:            0.23.1  homepage:           http://xmobar.org  synopsis:           A Minimalistic Text Based Status Bar  description: 	    Xmobar is a minimalistic text based status bar. | 
