From d0928a63bfc5a6eb64413ef0b57bf882dd4bfc05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 30 Jul 2025 16:18:04 +0800 Subject: [PATCH] Doc: update readme --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45031341b..a98b49493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# 2.49.0 + +Changes: +* Due to more restricted permissions of macOS Tahoe, SSID detection on macOS 26+ requires root privileges. `` will be displayed otherwise. + +Features: +* Improve `nouveau` driver support for `--gpu-driver-specific` (GPU, Linux) + * VRAM size detection + * GPU temperature detection + * Core count detection +* Improve scoop package manager detection (Packages, Windows) + * Support `scoop-global` + * Read scoop's config file to find the installation path of scoop +* Detect more Snapdragon SOCs (CPU, Android) +* + +Bugfixes: +* Improve accuracy of flatpak count detection (#1856, Packages, Linux) +* Remove qi package manager support (#1858, Packages, Linux) +* Improve LocalIP module on Windows (LocalIP, Windows) + * Improve default route detection when multiple network interfaces are connected + * Fix link speed calcuation +* Fix interface status when the interface is up but not connected (Wifi, Linux) +* Fix variable names in custom format + * `full-path` to `path` (Editor) + * `session` to `session-name` (Users) + * `name` to `project-name` (Version) + +Logos: +* Add `Aeon` +* Remove `Evolinx` + # 2.48.1 Features: