Skip to content

Commit 2d49703

Browse files
committed
Release: v2.41.0
1 parent f8a5d55 commit 2d49703

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 2.41.0
2+
3+
Bugfixes:
4+
* Don't detect disk type for virtual disks (PhysicalDisk, Linux, #1669)
5+
6+
Features:
7+
* Support physical core count detection on non-x86 platforms (CPU, Linux / FreeBSD)
8+
* Support CPU frequency detection on PPC64 (CPU, FreeBSD)
9+
* Support soar packages count detection (Packages, Linux)
10+
* Support `~` path expanding on Windows (Logo, Windows)
11+
* Support retrieving full user name (Title)
12+
* Exposed with `--title-format '{full-user-name}'`
13+
* Improve CPU (thermal zone) temperature detection on Windows (CPU, Windows)
14+
* Administrator privileges are no longer needed
15+
* Support base Wifi info detection on OpenBSD (Wifi, OpenBSD)
16+
* To be tested
17+
* Support GPU temperature detection for Intel dGPU on Linux (GPU, Linux)
18+
* To be tested
19+
* Add new ARM CPU part numbers (CPU, Linux)
20+
* Add base implementation of Bluetooth device detection (Bluetooth, NetBSD, #1690)
21+
* Some small improvements
22+
23+
Logo:
24+
* Add anduinos
25+
* Add 2 more Alpine logos
26+
127
# 2.40.4
228

329
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.40.4
4+
VERSION 2.41.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)