Skip to content

Commit e4e11ee

Browse files
committed
Release: v2.46.0
1 parent a3e2592 commit e4e11ee

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# 2.46.0
2+
3+
Features:
4+
* Support Rio terminal font detection (#1789, TerminalFont, Linux)
5+
* Support GPU detection by DRM on FreeBSD (GPU, FreeBSD)
6+
* Enable by `--gpu-detection-method auto`
7+
* Require proper DRM drivers installed and loaded
8+
* Support PowerPC CPU detection on NetBSD (#1802, CPU, NetBSD)
9+
* Support Aerospace WM detection (#1796, WM, macOS)
10+
* Improve Raspberry Pi OS for RPI5 detection (#1773, OS, Linux)
11+
* Support Linux Binary Compatibility detection on FreeBSD (#1786, Host, Linux)
12+
* Use `board-id` as board name if available (Board, macOS)
13+
* Intel only
14+
* Support shared VRAM usage detection for AMD GPUs (GPU, Linux)
15+
* Use `perflib.h` instead of `pdh.h` for CPU temperature querying to get rid of pdh.dll (#1787, CPU, Windows)
16+
* Support GPU info detection for old ATI radeon driver (#1810, GPU, Linux)
17+
* Add macOS 26 Tahoe support (macOS)
18+
* Report macOS 26 code name (OS)
19+
* Report Liquid Glass DE on macOS 26+ (DE)
20+
* Detect Metal 4 support (GPU)
21+
22+
Bugfixes:
23+
* Fix packages counting by ignoring hidden folders (Packages, OpenBSD)
24+
* Fix Hyprland version detection (WM, FreeBSD)
25+
* Don't show `Please insert a disk into drive D:` error dialogs (#1805, Disk, Windows)
26+
* Hide `/boot/firmware` by default (Disk, Linux)
27+
28+
Logos:
29+
* Rename Hydra Framework to HydraPwk (#1812)
30+
* Add AnushOS (#1806)
31+
* Add HarmonyOS (#1804)
32+
* Add GhostFreak (#1801)
33+
* Add TrueNAS Scale (#1795)
34+
* Add Fedora2_small (#1785)
35+
* Add xenia_old; update colors of xenia (#1797)
36+
* Improve colors of bedrock_small (#1790)
37+
138
# 2.45.0
239

340
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.45.0
4+
VERSION 2.46.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)