Skip to content

Commit e16f8ef

Browse files
committed
Release: v2.9.1
1 parent fd1a207 commit e16f8ef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# 2.9.1
22

33
Features:
4-
* Support weston-terminal (TerminalFont, Linux)
5-
* Support hyprcursor detection (Cursor, Linux)
4+
* Support weston-terminal (missed commit in v2.9.0) (TerminalFont, Linux)
5+
* Support hyprcursor detection (#776, Cursor, Linux)
6+
7+
Bugfixes:
8+
* Fix `fastfetch --gen-config` raises SIGSEGV when `~/.config/fastfetch` doesn't exist. Regression of `2.9.0` (#778)
69

710
# 2.9.0
811

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.9.0
4+
VERSION 2.9.1
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)