File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
314Features:
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22
33project (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"
You can’t perform that action at this time.
0 commit comments