Skip to content

Commit 2bbd723

Browse files
committed
Release: v2.56.1
1 parent 6083821 commit 2bbd723

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 2.56.1
2+
3+
Features:
4+
* Improves compatibility with KDE Plasma 6.5 (#2093, Display)
5+
* Adds a `tempSensor` option to specify the sensor name used for CPU temperature detection (CPU)
6+
* Example: `{ "type": "cpu", "tempSensor": "hwmon0" /* Use /sys/class/hwmon/hwmon0 for temperature detection */ }`
7+
* Minor optimizations
8+
9+
Bugfixes:
10+
* Fixes cache line size detection (CPU, macOS)
11+
112
# 2.56.0
213

314
Features:

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.56.0
4+
VERSION 2.56.1
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)