Skip to content

Commit a93e2aa

Browse files
committed
Release: v2.34.0
1 parent 5848b5f commit a93e2aa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Bugfixes:
1111
* Relax detection of terminals in NixOS (#1479, Terminal, Linux)
1212
* Should fix konsole, ghostty and maybe others
1313
* Fix core count output in multi-package platforms (CPU)
14+
* Don't suppress the output of `preRun` (#1489)
15+
* Fix battery percentage detection (Battery, NetBSD)
1416

1517
Features:
1618
* Support ghostty terminal font detection (TerminalFont, Linux / macOS)
@@ -21,9 +23,16 @@ Features:
2123
* In Linux, Hyprland & sway are supported currently
2224
* Improve performance when stdout is redirected (TerminalSize)
2325
* Report thermal zone temp if CPU temp is not available (CPU, Linux)
26+
* Report sound server (Pipewire or PulseAudio) if available (#1454, Sound, Linux)
27+
* Enable OpenGL & OpenCL detection on Android (OpenGL / OpenCL, Android)
28+
* Detect & report MediaTek Dimensity 9000+ SOC name (CPU, Android)
29+
* Support appman (am-user) package manager detection (Packages, Linux)
2430

2531
Logo:
2632
* Add Lubuntu
33+
* Update Xray_os
34+
* Add SnigdhaOS
35+
* Add Rhino Linux
2736

2837
# 2.33.0
2938

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.33.0
4+
VERSION 2.34.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)