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 d64716a commit d59de1fCopy full SHA for d59de1f
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 2.2.1
2
+
3
+Hotfix release for #606
4
5
+Bugfixes:
6
+* Fix broken presets due to the breaking changes introduced in 2.2.0
7
8
+Features:
9
+* Pretty print `fastfetch --help`
10
11
# 2.2.0
12
13
This release introduces a new option `--migrate-config`, which migrates old flag based config file to new JSONC format
CMakeLists.txt
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
- VERSION 2.2.0
+ VERSION 2.2.1
LANGUAGES C
- DESCRIPTION "Fast system information tool"
+ DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
)
0 commit comments