diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-07-24 16:44:28 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-07-24 16:44:28 +0200 |
commit | 42f47c612a5aa113bdb5637c56c5bfaa1a98d846 (patch) | |
tree | 6f405846d20108e01c7af75f6e6245bc39443154 | |
parent | 7c38acde5da92181b3f1da44fdd52bb732d145e9 (diff) | |
download | xmobar-42f47c612a5aa113bdb5637c56c5bfaa1a98d846.tar.gz xmobar-42f47c612a5aa113bdb5637c56c5bfaa1a98d846.tar.bz2 |
Bit of news and version bump
-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 |