From b36b74448f69893bfa060e1bd1f9827e6a9c55ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sun, 12 May 2024 20:24:56 +0800 Subject: [PATCH] Doc: update changelog --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bb65ebe..e7895b2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,24 @@ Changes: * The long deprecated options `--set` and `--set-keyless` are removed. Features: -* Support st terminal font detection for font configuration compiled in st binary (TerminalFont, Linux) -* Support option `--color-output` to change output color of all modules except `Title`, `Separator` and `Colors` +* Support `st` terminal font detection for font configuration compiled in `st` binary (TerminalFont, Linux) +* Support option `--color-output` to change output color of all modules except `Title`, `Separator` * `display.color.output` in JSONC config file * Support option `---output-color` to change output color of one specified module, which overrides the global option `--color-output` -* Add new module `Loadavg` to print load averages (Loadavg) * Add option `--publicip-ipv6` to print IPv6 address (PublicIP) +* Add new module `Loadavg` to print load averages (Loadavg) +* Add new module `PhysicalMemory` to print information of physical memory devices (PhysicalMemory) + * Requires root permission to work on Linux and FreeBSD +* Support specifying `--logo-width` only for `--kitty-direct` and `--iterm` (Logo) Bugfixes: * Rename option `--temperature-unit` to `--temp-unit` as stated in help messages +* Fix compatibility with `(*term)` (#909, Terminal, macOS) +* Fix alternate logo doesn't work with type builtin (Logo) +* Fix DahliaOS detection (Logo) Logos: -* Fix DahliaOS detection +* Add openSUSE Slowroll # 2.11.5