diff options
author | jao <jao@gnu.org> | 2018-12-04 21:25:28 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-04 21:25:28 +0000 |
commit | bad2dbf52d16f00d630636f2137eac16f736b138 (patch) | |
tree | 011dbeb302b3a41f892aca80edede5c747d0cb68 /changelog.md | |
parent | d48e752fb87555efb05f1251e6510b7cfdfa71d1 (diff) | |
download | xmobar-bad2dbf52d16f00d630636f2137eac16f736b138.tar.gz xmobar-bad2dbf52d16f00d630636f2137eac16f736b138.tar.bz2 |
Fix: honour command line flags
Fixes #370, and then some
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index d2ad8eb..01d67b9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +## Version 0.29.1 (December, 2018) + +_Bug fixes_ + + - Honour command line flags (fixes [issue #370]) + - Expose Cmd and CmdX in Xmobar interface + +[issue #370]: https://github.com/jaor/xmobar/issues/370 + ## Version 0.29 (December, 2018) _New features_ |