|
| 1 | +# 2.42.0 |
| 2 | + |
| 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 | + |
| 7 | +Bugfixes: |
| 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 |
| 13 | + |
| 14 | +Features: |
| 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 |
| 20 | + |
| 21 | +Logos: |
| 22 | +* Remove GoralixOS logo (#1699) |
| 23 | +* Add Aurora logo (#1700) |
| 24 | +* Add Codex Linux logo (#1701) |
| 25 | + |
1 | 26 | # 2.41.0
|
2 | 27 |
|
3 | 28 | Changes:
|
4 | 29 | * Due to [the deprecation](https://github.com/actions/runner-images/issues/11101), Linux x86_64 binaries are now built with Ubuntu 22.04 (Glibc 2.35, Debian 12)
|
5 | 30 | * You can always build fastfetch yourself on your own. Please don't report bugs related to this change.
|
6 | 31 |
|
7 |
| -Bugfixes: |
8 |
| -* Don't detect disk type for virtual disks (PhysicalDisk, Linux, #1669) |
9 |
| - |
10 | 32 | Features:
|
11 | 33 | * Support physical core count detection on non-x86 platforms (CPU, Linux / FreeBSD)
|
12 | 34 | * Support CPU frequency detection on PPC64 (CPU, FreeBSD)
|
@@ -881,7 +903,7 @@ Bugfixes:
|
881 | 903 | * Fix some presets
|
882 | 904 | * Better detection for XTerm terminal fonts (#1095, TerminalFont, Linux)
|
883 | 905 | * Remove debug output (#1097, Windows)
|
884 |
| -* Fix command line option `--gpu-hide-type` doesn't work (#1098, GPU) |
| 906 | +* Fix flag `--gpu-hide-type` doesn't work (#1098, GPU) |
885 | 907 | * Fix wrong date on Raspbian 10 (#1108, DateTime, Linux)
|
886 | 908 | * Use `brightness` instead of `actuall_brightness` when detecting current brightness level (Brightness, Linux)
|
887 | 909 | * Ref: https://bugzilla.kernel.org/show_bug.cgi?id=203905
|
|
0 commit comments