We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63dfdd commit 40b9af6Copy full SHA for 40b9af6
CHANGELOG.md
@@ -11,6 +11,8 @@ Features:
11
Bugfixes:
12
* Fix a memory leak
13
* 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)
16
17
Logos:
18
* Add openSUSE MicroOS
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
2
3
project(fastfetch
4
- VERSION 2.9.1
+ VERSION 2.9.2
5
LANGUAGES C
6
DESCRIPTION "Fast neofetch-like system information tool"
7
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments