Skip to content

Commit d8c1b3b

Browse files
committed
Release: v2.42.0
1 parent 969523a commit d8c1b3b

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
# 2.42.0
22

3+
Changes:
4+
* Normalize the module name `Bios` to `BIOS` (#1721)
5+
* No configuration file changes are required because fastfetch parses module names case-insensitively.
6+
37
Bugfixes:
4-
* Don't detect disk type for virtual disks (PhysicalDisk, Linux, #1669)
5-
* Fix CPU temperature reports incorrect results (CPU, OpenBSD)
6-
* Fix setting `logo.chafa.symbols` in JSON config (Logo, #1709)
8+
* Disable disk type detection for virtual disks (PhysicalDisk, Linux, #1669)
9+
* Fix incorrect CPU temperature reporting (CPU, OpenBSD)
10+
* Fix setting `logo.chafa.symbols` in JSON configuration (Logo, #1709)
11+
* Fix non-normalized time display (Uptime, #1720)
12+
* Miscellaneous minor fixes
713

814
Features:
9-
* Support CPU temperature detection (CPU, SunOS)
10-
* Better CPU frequency detection (CPU, NetBSD)
11-
* Support Wifi detection (Wifi, NetBSD)
12-
* Support Webcam detection (Camera, OpenBSD)
13-
* Requires root permission
15+
* Add CPU temperature detection support (CPU, SunOS)
16+
* Improve CPU frequency detection (CPU, NetBSD)
17+
* Add Wi-Fi detection support (Wifi, NetBSD)
18+
* Add Webcam detection support (Camera, OpenBSD)
19+
* Requires root privileges
1420

1521
Logos:
16-
* Add Aurora (#1700)
17-
* Remove GoralixOS (#1699)
18-
* Add Codex Linux (#1701)
22+
* Remove GoralixOS logo (#1699)
23+
* Add Aurora logo (#1700)
24+
* Add Codex Linux logo (#1701)
1925

2026
# 2.41.0
2127

@@ -897,7 +903,7 @@ Bugfixes:
897903
* Fix some presets
898904
* Better detection for XTerm terminal fonts (#1095, TerminalFont, Linux)
899905
* Remove debug output (#1097, Windows)
900-
* Fix command line option `--gpu-hide-type` doesn't work (#1098, GPU)
906+
* Fix flag `--gpu-hide-type` doesn't work (#1098, GPU)
901907
* Fix wrong date on Raspbian 10 (#1108, DateTime, Linux)
902908
* Use `brightness` instead of `actuall_brightness` when detecting current brightness level (Brightness, Linux)
903909
* Ref: https://bugzilla.kernel.org/show_bug.cgi?id=203905

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.41.0
4+
VERSION 2.42.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)