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 b435738 commit c2d5d5cCopy full SHA for c2d5d5c
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 2.55.1
2
+
3
+Bugfixes:
4
+* Fix parallel command execution breaks randomly (#2056 / #2058, Command)
5
+ * Regression from v2.55.0
6
+* Fix `dylib` searching path on macOS (macOS)
7
8
+* Fix an uninitialized field (#2057, Display)
9
10
# 2.55.0
11
12
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.55.0
+ VERSION 2.55.1
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments