Skip to content

Commit ace336d

Browse files
committed
Release: v2.34.1
1 parent 4060626 commit ace336d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 2.34.1
2+
3+
An early release to fix KDE Plasma 6.3 compatibility. Hopefully it can be accepted by package managers before KDE 6.3 is officially released.
4+
5+
To package managers: if you find fastfetch bugs, it's highly appreciated if you can report them to the upstream, so that all users can benefit from the fix, instead of maintaining out-of-tree patches. Thanks!
6+
7+
Features:
8+
* Report vendor name when detecting GPUs by OpenGL
9+
* Note: the vendor name is actually the creator of the OpenGL driver (such as `Mesa`) and may not be the same as the GPU vendor.
10+
11+
Bugfixes:
12+
* Fix Ghostty termfont detection (#1495, TerminalFont, macOS)
13+
* Fix compatibility with KDE Plasma 6.3 (#1504, Display, Linux)
14+
* Make memory usage detection logic consistant with other systems (Memory, OpenBSD / NetBSD)
15+
* Report media file name if media title is not available (Media)
16+
* Fix max frequency detection for CPUs with both performance and efficiency cores (CPU, FreeBSD)
17+
18+
Logo:
19+
* Add HeliumOS
20+
* Add Oreon
21+
* Update SnigdhaOS
22+
123
# 2.34.0
224

325
Changes:

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.34.0
4+
VERSION 2.34.1
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)