From cee9df189d96ffb2e844c3b16ea7e62737089d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 8 Mar 2024 08:40:40 +0800 Subject: [PATCH] Release: v2.8.8 --- CHANGELOG.md | 4 +++- CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c763acd9a..41f74fa0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ Bugfixes: * Fix old fish version compatibility (#744) * Fix truncated texts in `--help format` (#745) -* Fix old vulkan-header library compatibility (#748) +* Fix old vulkan-header and libdrm library compatibility (#748, Linux) * Fix possible segfaults in `--help *-format` (#749) * Fix invalid resolution detection when using libdrm (Linux, Display) +* Fix segfault when `/sys/devices/system/cpu/cpufreq/` doesn't exist (#750, CPU, Linux) +* Don't detect `SessionLeader` as terminal (Terminal, Linux) # 2.8.7 diff --git a/CMakeLists.txt b/CMakeLists.txt index d0068629c..a68bb140d 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.8.7 + VERSION 2.8.8 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"