From cb3ca73f60ddf944a08b394b07cabf8e59096fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Thu, 18 Apr 2024 22:55:04 +0800 Subject: [PATCH] Doc: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19115fe7b..ecf910a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ Features: * We now use `wlr-randr` to detect displays for hyprland, which correctly reports fractional scale factors. Experimental (Display, Linux) * Support GPU memory usage detection for AMD GPUs (GPU, Linux) +* Support GPU frequency detection for Intel GPUs (GPU, Linux) * Improve performance of Gnome version detection (DE, Linux) * Improve performance of kitty version detection (Terminal, Linux) * Detect refresh rate when using `--ds-force-drm sysfs-only` (Display, Linux) +* Add option `--ts-version` to disable terminal and shell version detection Bugfixes: * Correctly detect `/bin/sh` as current shell if it's used as default shell (Shell, Linux)