diff options
-rw-r--r-- | changelog.md | 9 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index cb1f874..6659053 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +## Version 0.29.5 (January, 2019) + +_Bug fixes_ + + - Honour command line flags when starting xmobar without any + configuration file (issue #375). + - `Alsa` plugin: restart `alsactl` if it quits, e.g. because of a + sleep/awake cycle (issue #376). + ## Version 0.29.4 (December, 2018) Upgrade to alsa-mixer 0.3.0. See issues #372 and #373. diff --git a/xmobar.cabal b/xmobar.cabal index 4a7dcff..d7cf9ea 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.29.4 +version: 0.29.5 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |