diff options
author | jao <jao@gnu.org> | 2019-10-15 01:50:06 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-10-15 01:50:06 +0100 |
commit | 38d8eb053374c824e25551a4610a7be2f4f80a31 (patch) | |
tree | 4665a45c6da1c4b27af864c157dd288c1430f74f | |
parent | eedfac13b83ebf3eafcdd552f15cb34710860381 (diff) | |
download | xmobar-38d8eb053374c824e25551a4610a7be2f4f80a31.tar.gz xmobar-38d8eb053374c824e25551a4610a7be2f4f80a31.tar.bz2 |
Changelog updates
-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 967b973..fb027c5 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,14 @@ _New features_ levels, as well as `-l`, `-m`, and `-h` to display an additional string depending on current volume level. +_Bug fixes_ + + - `Kbd` plugin: ignore "terminate" layout token (thanks to Greg + Steuck). + - Fixed compilation with GHC 8.8.x (thanks to Vanessa McHale). + - Avoid creating `~/.xmobar` ([issue #405]). + +[issue #405]: https://github.com/jaor/xmobar/issues/405 ## Version 0.31 (October, 2019) diff --git a/xmobar.cabal b/xmobar.cabal index 4e12d6e..7a2608a 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.31 +version: 0.32 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |