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 fe3d38e commit c400866Copy full SHA for c400866
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 2.0.4
2
+
3
+Bugfixes:
4
+* Fix building on 32-bit FreeBSD (Memory, BSD)
5
+* Fix `--file-raw` doesn't work (Logo)
6
7
+Features:
8
+* Trait `-` as an alias for `/dev/stdin`. Available for `--file`, `--file-raw` and `--raw` (Logo)
9
10
# 2.0.3
11
12
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.0.3
+ VERSION 2.0.4
LANGUAGES C
DESCRIPTION "Fast system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments