From a36bdfabd063c4f65285144dd62163085d98063a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 3 Mar 2025 10:18:13 +0800 Subject: [PATCH] Release: v2.38.0 --- CHANGELOG.md | 7 ++++--- CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df2f0dc71..f80f37bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # 2.38.0 Bugfixes: -* Fix empty battery slots handling (Battery, Haiku) +* Fix empty battery slots handling (Battery, Haiku, #1575) * Fix `{day-pretty}` output in custom format (DateTime, Windows) * Fix VanillaOS detection (OS, Linux) -* Fix secure boot testing (Bootmgr, Linux) -* Fix the SI unit "kB" in help message +* Fix secure boot testing (Bootmgr, Linux, #1584) +* Fix the SI unit "kB" in help message (#1589) +* Fix segfault on macOS 10.15 when using the binary downloaded from Github Releases (Camera, macOS, #1594) Features: * Support Chassis module in macOS (Chassis, macOS) diff --git a/CMakeLists.txt b/CMakeLists.txt index c782b65ac..9284b746a 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.37.0 + VERSION 2.38.0 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"