From f5a57ab74727248647d47964f49165fe4276574c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 10 Jan 2024 14:48:47 +0800 Subject: [PATCH] Doc: update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e62674db2..5a0ae91a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ Changes: Features: * Add `ENABLE_PROPRIETARY_GPU_DRIVER_API` cmake option to disable using of proprietary GPU driver APIs (GPU) -* Add power adapter detection support for Asahi Linux (PowerAdapter, Linux) -* Add battery serial number detection (Battery) -* Add host serial number and UUID detection (Host) +* Support power adapter detection for Asahi Linux (PowerAdapter, Linux) +* Support battery serial number and manufacturer date detection (Battery) +* Support host serial number and UUID detection (Host) +* Support battery level detection for gamepads where possible (Gamepad) +* Support maximum CPU clock detection. Previously base clock was printed (CPU, Windows) Bugfixes: * Fix support of macOS Sonoma (Wallpaper, macOS)