diff options
author | jao <jao@gnu.org> | 2018-12-10 20:32:37 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-10 20:32:37 +0000 |
commit | 641ea157746422523a43374ce8cba0102a5a5082 (patch) | |
tree | 16ab20e64621ce229575220004b73311a8397ec5 | |
parent | 62185dcfff0edb3aae1aa0715d6bfa3cfbee07fc (diff) | |
download | xmobar-641ea157746422523a43374ce8cba0102a5a5082.tar.gz xmobar-641ea157746422523a43374ce8cba0102a5a5082.tar.bz2 |
0.29.30.29.3
-rw-r--r-- | changelog.md | 8 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 8365fa9..15f6294 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +## Version 0.29.3 (December, 2018) + +_Bug fixes_ + + - Upper bound for alsa_mixer (see [issue #372]) + +[issue #372]: https://github.com/jaor/xmobar/issues/372 + ## Version 0.29.2 (December, 2018) _Bug fixes_ diff --git a/xmobar.cabal b/xmobar.cabal index bbf1dd7..b789a48 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.29.2 +version: 0.29.3 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |