Skip to content

Commit 3ed6acf

Browse files
committed
Release: v2.47.0
1 parent 8c74c54 commit 3ed6acf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22

33
Features:
44
* Various improvements for Solaris / OpenIndiana support
5-
* Support BIOS (UEFI or legency) type detection (BIOS)
5+
* Support BIOS (UEFI or legacy) type detection (BIOS)
66
* Support physical disk detection (PhysicalDisk)
7-
* Remove leading `-` for login shells (Shell)
8-
* Improve performance of GPU detection (GPU)
7+
* Remove leading `-` from login shells (Shell)
8+
* Improve GPU detection performance (GPU)
99
* Drop `libpciaccess` dependency
1010
* Use native API to detect sound devices (Sound)
1111
* Drop `PulseAudio` dependency
1212
* Improve DietPi OS and Raspberry Pi OS detection (#1816, OS, Linux)
13-
* Force reporting 26 on macOS Tahoe (OS, macOS)
14-
* Fix pci.ids file location (#1819, GPU, OpenBSD)
15-
* Append version string for Ubuntu variants (OS, Linux)
16-
* Improve visibility on white-background terminals (Logo)
17-
* Improve performance of now playing handling (Media, macOS)
13+
* Force reporting version 26 on macOS Tahoe (OS, macOS)
14+
* Fix `pci.ids` file location (#1819, GPU, OpenBSD)
15+
* Append version string to Ubuntu variants (OS, Linux)
16+
* Improve performance of media detection for macOS 15.4+ (Media, macOS)
1817
* Increase `PROC_FILE_BUFFSIZ` to avoid possible short reads (Linux)
19-
* Fix potential bugs for `DiskIO`, `NetIO` and `CPUUsage` modules
20-
* Improve accuracy of CPU usage calculations by include interrupt and softirq times (CPUUsage, Linux / *BSD)
21-
* Ignore `init` and `systemd` processes when detecting terminal (Terminal, Linux)
22-
* Improve accuracy of CPU usage detection on Windows 10+ with perflib which matches values reported by taskmgr well (CPUUsage, Windows)
18+
* Fix potential bugs in `DiskIO`, `NetIO` and `CPUUsage` modules
19+
* Improve accuracy of CPU usage calculations by including interrupt and softirq times (CPUUsage, Linux / *BSD)
20+
* Ignore `init` and `systemd` processes when detecting terminals (Terminal, Linux)
21+
* Improve accuracy of CPU usage detection on Windows 10+ with perflib, which matches values reported by Task Manager (CPUUsage, Windows)
2322

2423
Logos:
25-
* Improve colors of OpenIndiana
24+
* Improve visibility on white-background terminals for some logos by replacing white with the default foreground color
25+
* According to Wikipedia, the default foreground color is implementation-defined. It's usually black for white themes and white for dark themes. However, some terminals, notably Konsole with the default theme, use a different color, which may cause issues with some logos.
2626
* Add Xubuntu
2727

2828
# 2.46.0
@@ -39,7 +39,7 @@ Features:
3939
* Use `board-id` as board name if available (Board, macOS)
4040
* Intel only
4141
* Support shared VRAM usage detection for AMD GPUs (GPU, Linux)
42-
* Use `perflib.h` instead of `pdh.h` for CPU temperature querying to get rid of pdh.dll (#1787, CPU, Windows)
42+
* Use `perflib.h` instead of `pdh.h` for CPU temperature querying to get rid of `pdh.dll` dependency (#1787, CPU, Windows)
4343
* Support GPU info detection for old ATI radeon driver (#1810, GPU, Linux)
4444
* Add macOS 26 Tahoe support (macOS)
4545
* Report macOS 26 code name (OS)

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.46.0
4+
VERSION 2.47.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)