File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
30
# 2.30.1
2
31
3
32
Bugfixes:
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
2
2
3
3
project (fastfetch
4
- VERSION 2.30.1
4
+ VERSION 2.31.0
5
5
LANGUAGES C
6
6
DESCRIPTION "Fast neofetch-like system information tool"
7
7
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
You can’t perform that action at this time.
0 commit comments