Skip to content

Commit cee9df1

Browse files
committed
Release: v2.8.8
1 parent 2a125e2 commit cee9df1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Bugfixes:
44
* Fix old fish version compatibility (#744)
55
* Fix truncated texts in `--help format` (#745)
6-
* Fix old vulkan-header library compatibility (#748)
6+
* Fix old vulkan-header and libdrm library compatibility (#748, Linux)
77
* Fix possible segfaults in `--help *-format` (#749)
88
* Fix invalid resolution detection when using libdrm (Linux, Display)
9+
* Fix segfault when `/sys/devices/system/cpu/cpufreq/` doesn't exist (#750, CPU, Linux)
10+
* Don't detect `SessionLeader` as terminal (Terminal, Linux)
911

1012
# 2.8.7
1113

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.8.7
4+
VERSION 2.8.8
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)