diff options
-rw-r--r-- | news.md | 9 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,14 @@ % xmobar - Release notes +## Version 0.16 + +_New features_ + + - New monitor AutoMPD, which uses asynchronous events to display MPD + status (thanks to Ben Boeckel). + - Dependencies updated to latest mtl and libmpd (thanks to Sergei + Trofimovich). + ## Version 0.15 (June 4, 2012) _Incompatible changes_ diff --git a/xmobar.cabal b/xmobar.cabal index dd46fc3..f153cd2 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.15 +version: 0.16 homepage: http://projects.haskell.org/xmobar/ bug-reports: http://code.google.com/p/xmobar/issues synopsis: A Minimalistic Text Based Status Bar |