diff options
author | jao <jao@gnu.org> | 2018-12-08 17:16:37 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-08 17:16:37 +0000 |
commit | 0598ade204d1b4eb53303b4a06ac660f0592a2d0 (patch) | |
tree | 1ae85943a3c12db57f8268d667c8d1f921a0d064 | |
parent | 108200581a0d3b898254bf278f959178587bd856 (diff) | |
download | xmobar-0598ade204d1b4eb53303b4a06ac660f0592a2d0.tar.gz xmobar-0598ade204d1b4eb53303b4a06ac660f0592a2d0.tar.bz2 |
0.29.20.29.2
-rw-r--r-- | changelog.md | 12 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 11 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md index 01d67b9..8365fa9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,17 @@ +## Version 0.29.2 (December, 2018) + +_Bug fixes_ + + - Work as usual with .xmobarrc (see [issue #371]). + +[issue #371]: https://github.com/jaor/xmobar/issues/371 + ## Version 0.29.1 (December, 2018) _Bug fixes_ - - Honour command line flags (fixes [issue #370]) - - Expose Cmd and CmdX in Xmobar interface + - Honour command line flags (fixes [issue #370]). + - Expose Cmd and CmdX in Xmobar interface. [issue #370]: https://github.com/jaor/xmobar/issues/370 diff --git a/xmobar.cabal b/xmobar.cabal index 66ea085..beaa1d0 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.29.1 +version: 0.29.2 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |