diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a036033..543649764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ Bugfixes: * Relax detection of terminals in NixOS (#1479, Terminal, Linux) * Should fix konsole, ghostty and maybe others * Fix core count output in multi-package platforms (CPU) +* Don't suppress the output of `preRun` (#1489) +* Fix battery percentage detection (Battery, NetBSD) Features: * Support ghostty terminal font detection (TerminalFont, Linux / macOS) @@ -21,9 +23,16 @@ Features: * In Linux, Hyprland & sway are supported currently * Improve performance when stdout is redirected (TerminalSize) * Report thermal zone temp if CPU temp is not available (CPU, Linux) +* Report sound server (Pipewire or PulseAudio) if available (#1454, Sound, Linux) +* Enable OpenGL & OpenCL detection on Android (OpenGL / OpenCL, Android) +* Detect & report MediaTek Dimensity 9000+ SOC name (CPU, Android) +* Support appman (am-user) package manager detection (Packages, Linux) Logo: * Add Lubuntu +* Update Xray_os +* Add SnigdhaOS +* Add Rhino Linux # 2.33.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 02c6cafaa..d524a7ada 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url project(fastfetch - VERSION 2.33.0 + VERSION 2.34.0 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"