Skip to content

Commit 1b52029

Browse files
committed
Release: v2.32.0
1 parent 2176ea2 commit 1b52029

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,28 @@ Bugfixes:
55
* It's normally unused because enumerating PCI devices on OpenBSD requires root privileges
66
* Fix bssid formatting (Wifi, Linux)
77
* Fix Linux Lite distro detection (#1434, OS, Linux)
8+
* Suppress XE driver warnings from Mesa (#1435, OpenGL, Linux)
9+
* Fix format parameter name (#1443, Version)
10+
* Don't report useless information when Wifi is disabled (Wifi, FreeBSD)
11+
* Currently there are issues when the SSID contains whitespaces. More fixes are expected in the future.
12+
* Always use physical size reported by X11 server to avoid inconsistent results (#1444, Display, Linux)
813

914
Features:
1015
* Randomly select one if the logo source expands to multiple files (#1426, Logo)
1116
* Report mac product name when running Linux in MacBook (Host, Linux / FreeBSD)
1217
* Use screen size reported in DTD if make sense (Display)
18+
* Detect Virtualized Apple Silicon CPUs (CPU, Linux)
19+
* Add detection support for fvwm and ctwm (WM, OpenBSD / NetBSD)
20+
* Add Armbian-unofficial detection (OS, Linux)
21+
* Prefer surfaceless display when connect EGL (OpenGL)
22+
* Improve accuracy of WM detection on FreeBSD (WM, FreeBSD)
23+
* Add ratpoison window manager (WM, Linux)
1324

1425
Logo:
1526
* Update Linux Lite
1627
* Add Serpent OS
28+
* Add Ultramarine Small
29+
* Update Debian
1730

1831
# 2.31.0
1932

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.31.0
4+
VERSION 2.32.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)