From 52f36d29dc084d22f8ae0a0fae65b1fac980405f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 16 Jan 2023 00:41:56 +0800 Subject: [PATCH] Doc: update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 737092a23..f9d32ee7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,14 +21,16 @@ Features: * Support `WezTerm` terminal font detection (requires [`wezterm` executable](https://wezfurlong.org/wezterm/cli/general.html) being available) * Add `--shell-version` and `--terminal-version` options to disable shell / terminal version detection * Enhance `--percent-type` to allow hiding other texts (#387) +* Add Wifi module basic support for Linux Logos: * Raspbian (@IamNoRobot, #373) Bugfixes: * `--logo-type` now does accept `iterm` too (@CarterLi, #374) -* Fix mintty terminal font detection +* Fix mintty terminal font detection (Windows) * Fix bug that line buffering doesn't work properly (Windows) +* Fix rpm package count detection (Linux) Other: * Fixed a Typo in iterm error message (@jessebot, #376)