Skip to content

Commit dfe36da

Browse files
committed
Release: v2.31.0
1 parent e9ab67b commit dfe36da

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 2.31.0
2+
3+
Bugfixes:
4+
* Improve performance of media detection; fix musikcube detection (Media, Linux)
5+
* After the change, `general.processingTimeout` will also control the timeout of dbus remote calls
6+
* Fix invalid variable names (#1408, Users)
7+
* Change physical size detection to use basic display parameters (#1406)
8+
* Fix possible sigfaults when detecting displays (#1393)
9+
* Fix Nvidia card type detection
10+
* Fix wl-restart parsing (#1422, WM, Linux)
11+
* Fix syntax error in completion file (#1421)
12+
* Fix hunging when using `ssh-agent` as command text (#1418, Command, macOS)
13+
14+
Features:
15+
* Remove support of xcb & xlib and xrandr extension is always required (Display)
16+
* Support preferred resolution & refresh rate detection
17+
* On macOS there is no preferred resolution reported and maximum available resolution is reported instead.
18+
* `--display-format {preferred-width}x{preferred-height}@{preferred-refresh-rate}`
19+
* Report scale factor in custom format (Display)
20+
* `--display-format {scale-factor}`
21+
* Detect current Wi-Fi channel and maximum frequency (Wifi)
22+
* Report processor package count (#1413, CPU)
23+
* Remove duplicate whitespaces in CPU name
24+
25+
Logo:
26+
* Fix LMDE
27+
* Update MidOS
28+
* Add Windows Server 2025
29+
130
# 2.30.1
231

332
Bugfixes:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.30.1
4+
VERSION 2.31.0
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)