Skip to content

Commit b0acf16

Browse files
committed
Doc: update changelog
1 parent 7ddc207 commit b0acf16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Features:
44
* Improve xonsh shell detection (Shell)
5+
* Support colored percentage values (Bluetooth / Gamepad / Sound)
6+
* Add `--<module>-percent-[green|yellow]` options to specify threshold of percentage colors
7+
* eg. `--disk-percent-green 20 --disk-percent-yellow 50` will show green if disk usage is less than 20%, yellow if disk usage is less then 50%, and red otherwise.
8+
* Add `--percent-color-[green|yellow|red]` options to specify color of different percent value states.
9+
* eg. `--percent-color-green blue` will show blue color if percent value falls in green state.
510

611
Bugfixes:
712
* Fix segfault in CPU module when running in aarch64 machine without `lscpu` installed (CPU, Linux)

0 commit comments

Comments
 (0)