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 fca37b5 commit 9fa0008Copy full SHA for 9fa0008
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# 1.6.2
2
+
3
+Releasing this, so void linux can package fastfetch.
4
5
+Logos:
6
+* Rosa linux (#206)
7
+* KISS linux (@draumaz, #207)
8
+* LangitKetujuh (@hervyqa, #208)
9
10
+Bugfixes:
11
+* Using musl as libc does work now (#210)
12
+* XBPS packages are once again printed (#209)
13
+* configured target dirs are applied to install directories too
14
+* empty XDG_* env vars don't cause a crash anymore
15
16
# 1.6.1
17
18
Fixes build on android (#205)
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
project(fastfetch
- VERSION 1.6.1
+ VERSION 1.6.2
LANGUAGES C
)
0 commit comments