Skip to content

Commit 40b9af6

Browse files
committed
Release: v2.9.2
1 parent e63dfdd commit 40b9af6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Features:
1111
Bugfixes:
1212
* Fix a memory leak
1313
* Better portable mode detection of Windows Terminal (TerminalFont, Windows)
14+
* Fix parsing of option `--packages-disabled` (Packages)
15+
* Don't use command `time` as a shell (Shell)
1416

1517
Logos:
1618
* Add openSUSE MicroOS

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.1
4+
VERSION 2.9.2
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)