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 b679185 commit 90ca6eeCopy full SHA for 90ca6ee
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 2.40.1
2
+
3
+Bugfixes:
4
+* Fix compiling error on old intel platform (TPM, macOS)
5
+* Fix `--file-raw -` no longer working (Logo, #1659)
6
+ * Regression of v2.40.0
7
8
# 2.40.0
9
10
Changes:
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
- VERSION 2.40.0
+ VERSION 2.40.1
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments