From b0acf168bf6f178f1be6f181efc20a44ee61c062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sat, 20 Jan 2024 20:14:56 +0800 Subject: [PATCH] Doc: update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a034917..f2f5ba089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Features: * Improve xonsh shell detection (Shell) +* Support colored percentage values (Bluetooth / Gamepad / Sound) +* Add `---percent-[green|yellow]` options to specify threshold of percentage colors + * 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. +* Add `--percent-color-[green|yellow|red]` options to specify color of different percent value states. + * eg. `--percent-color-green blue` will show blue color if percent value falls in green state. Bugfixes: * Fix segfault in CPU module when running in aarch64 machine without `lscpu` installed (CPU, Linux)