diff options
author | jao <jao@gnu.org> | 2019-10-12 16:29:34 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-10-12 16:29:34 +0100 |
commit | 004aa4e3f9eef1383f572d7b87c7eee1c0bc9b18 (patch) | |
tree | 90abdf9daac2b0a20ffdfc6659a0d7206a4f0d91 | |
parent | fe803b2638a46cd238c2be1fc666032e587b3089 (diff) | |
download | xmobar-004aa4e3f9eef1383f572d7b87c7eee1c0bc9b18.tar.gz xmobar-004aa4e3f9eef1383f572d7b87c7eee1c0bc9b18.tar.bz2 |
changelog fixes
-rw-r--r-- | changelog.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index fcb8764..7283398 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +## Version 0.32 + +_New features_ + + - New options `--lows`, `--mediums`, and `--highs` for `Battery` + to display an additional string depending on battery level. + + ## Version 0.31 (October, 2019) _New features_ @@ -5,8 +13,6 @@ _New features_ - New option `--contiguous-icons` for `MultiCpu` to draw icons without padding (see [issue #388]). - New version of libmpd (0.9.0.10), thanks to John Tyree - - New options `--lows`, `--mediums`, and `--highs` for `Battery` - to display an additional string depending on battery level. [issue #388]: https://github.com/jaor/xmobar/issues/388 |