diff options
author | jao <jao@gnu.org> | 2015-04-14 19:41:23 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2015-04-14 19:41:23 +0200 |
commit | 2b165cafcef3ad7f510590fcdbb928ae742ce2f4 (patch) | |
tree | 9e92b27f343b621745f081dc2c01daae44c7791a | |
parent | ff0abce451e73c5911602ac4cfb672f64635fa08 (diff) | |
download | xmobar-2b165cafcef3ad7f510590fcdbb928ae742ce2f4.tar.gz xmobar-2b165cafcef3ad7f510590fcdbb928ae742ce2f4.tar.bz2 |
Docs and version bump0.23.1
-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. |