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 ac52ea1 commit 06956d2Copy full SHA for 06956d2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.40.3
2
+
3
+Bugfixes:
4
+* Fix loading example configs from presets directory (#1672)
5
+ * Regression of v2.40.2
6
7
# 2.40.2
8
9
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.2
+ VERSION 2.40.3
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments