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 03bc2da commit 563f959Copy full SHA for 563f959
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 2.40.4
2
+
3
+Bugfixes:
4
+* Fix loading presets config on Windows (Windows, #1682)
5
+ * Regression of v2.40.0
6
+* Remove the prefix `v` of Hyprland version on Arch Linux (WM, Linux)
7
8
# 2.40.3
9
10
Bugfixes:
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.3
+ VERSION 2.40.4
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments