From 4c7a9e43948b8f386be51ce6057d560c072287a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 23 Feb 2024 10:01:05 +0800 Subject: [PATCH] Doc: update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadf827f0..6b95660c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 2.8.4 + +Bugfixes: +* Fix segfault if we fail to find `Vendor ID` in `lscpu` (#718, CPU, Linux) +* Fix multi-device bcachefs filesystem compatibility (#731, Disk, Linux) + +Features: +* Support portable Windows Terminal settings (#720, Terminal, Windows) +* Support `--color-block-width` and `--color-block-range` (#721, Colors) +* Support `--diskio-detect-total` to show total bytes read/written (DiskIO) +* Support `--netio-detect-total` to show total bytes received/sent (NetIO) +* Support `--packages-disabled` to disable specified package manager (#729, Packages) +* Support `--display-order` to sort multiple displays in a specific order (Display) +* Support `--display-compact-type original-with-refresh-rate` to show refresh rates in compact (oneline) mode (Display) + # 2.8.3 Bugfixes: