diff options
Diffstat (limited to 'changelog.md')
-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 |