Skip to content

Commit acd5d4a

Browse files
committed
Release: v2.26.0
1 parent f8fa3f8 commit acd5d4a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 2.26.0
2+
3+
Features:
4+
* Detect GPU index (#1267, GPU)
5+
* Count Flatpak runtime packages (#1085, Packages, Linux)
6+
* Support pacstall package manager (Packages, Linux)
7+
* Support CU core count, max frequency, VMEM usage detection for AMD cards on Linux (GPU, Linux)
8+
* Requires `--gpu-driver-specific`
9+
* Support EU core count, VMEM size detection Intel cards on Linux (GPU, Linux)
10+
* Requires `--gpu-driver-specific`. VMEM usage detection requires root permissions.
11+
* Add new module `TPM` to print TPM (Trusted Platform Module) version if available (TPM)
12+
* Support GPU driver version detection (GPU, macOS)
13+
* Add new CMake option `-DENABLE_EMBEDDED_PCIIDS=ON`.
14+
* If enabled, fastfetch will download the newest [`pci.ids`](https://pci-ids.ucw.cz/) file, [transform it into C code](https://github.com/fastfetch-cli/fastfetch/blob/dev/scripts/gen-pciids.py) and compile it into fastfetch binaries.
15+
16+
Bugfixes:
17+
* Fix font size detecton of foot terminal (#1276, TerminalFont, Linux)
18+
* Ignore `su` and `sudo` when detecting terminal (#1283, Terminal, Linux)
19+
* Always print inches in integer (Display)
20+
* Fix Wifi connection protocol detection on macOS Sequoia (Wifi, macOS)
21+
* Fix hanging when font name is long when detecting kitty term font (#1289, TerminalFont)
22+
23+
Logos:
24+
* Add FoxOS
25+
126
# 2.25.0
227

328
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.25.0
4+
VERSION 2.26.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)