Doc: update changelog

This commit is contained in:
李通洲
2024-01-20 22:20:28 +08:00
parent 7d7789565b
commit 6af57ff5b6
+1
View File
@@ -7,6 +7,7 @@ Features:
* 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.
* Improve Intel macbook support (macOS)
Bugfixes:
* Fix segfault in CPU module when running in aarch64 machine without `lscpu` installed (CPU, Linux)