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 4393fa1 commit 875174eCopy full SHA for 875174e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.7.5
2
+
3
+Fixes a crash on linux that could happen when getting zsh version (#285)
4
5
# 1.7.4
6
7
The last element in the default structure (currently the color blocks) is now printed again (#283)
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 1.7.4
+ VERSION 1.7.5
LANGUAGES C
DESCRIPTION "Fast system information tool"
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"
0 commit comments