File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Bugfixes:
11
11
* Relax detection of terminals in NixOS (#1479 , Terminal, Linux)
12
12
* Should fix konsole, ghostty and maybe others
13
13
* 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)
14
16
15
17
Features:
16
18
* Support ghostty terminal font detection (TerminalFont, Linux / macOS)
@@ -21,9 +23,16 @@ Features:
21
23
* In Linux, Hyprland & sway are supported currently
22
24
* Improve performance when stdout is redirected (TerminalSize)
23
25
* 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)
24
30
25
31
Logo:
26
32
* Add Lubuntu
33
+ * Update Xray_os
34
+ * Add SnigdhaOS
35
+ * Add Rhino Linux
27
36
28
37
# 2.33.0
29
38
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
2
2
3
3
project (fastfetch
4
- VERSION 2.33 .0
4
+ VERSION 2.34 .0
5
5
LANGUAGES C
6
6
DESCRIPTION "Fast neofetch-like system information tool"
7
7
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
You can’t perform that action at this time.
0 commit comments