diff --git a/CHANGELOG.md b/CHANGELOG.md index 5391125bc..73f3386e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# 2.31.0 + +Bugfixes: +* Improve performance of media detection; fix musikcube detection (Media, Linux) + * After the change, `general.processingTimeout` will also control the timeout of dbus remote calls +* Fix invalid variable names (#1408, Users) +* Change physical size detection to use basic display parameters (#1406) +* Fix possible sigfaults when detecting displays (#1393) +* Fix Nvidia card type detection +* Fix wl-restart parsing (#1422, WM, Linux) +* Fix syntax error in completion file (#1421) +* Fix hunging when using `ssh-agent` as command text (#1418, Command, macOS) + +Features: +* Remove support of xcb & xlib and xrandr extension is always required (Display) +* Support preferred resolution & refresh rate detection + * On macOS there is no preferred resolution reported and maximum available resolution is reported instead. + * `--display-format {preferred-width}x{preferred-height}@{preferred-refresh-rate}` +* Report scale factor in custom format (Display) + * `--display-format {scale-factor}` +* Detect current Wi-Fi channel and maximum frequency (Wifi) +* Report processor package count (#1413, CPU) +* Remove duplicate whitespaces in CPU name + +Logo: +* Fix LMDE +* Update MidOS +* Add Windows Server 2025 + # 2.30.1 Bugfixes: diff --git a/CMakeLists.txt b/CMakeLists.txt index d6fa6c3aa..12041866f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url project(fastfetch - VERSION 2.30.1 + VERSION 2.31.0 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"