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 8eabc49 commit 2790493Copy full SHA for 2790493
CHANGELOG.md
@@ -1,7 +1,12 @@
1
+# 2.10.2
2
+
3
+Bugfixes:
4
+* Fix a regression that detect x11 as wayland (#805, WM, Linux)
5
6
# 2.10.1
7
8
Bugfixes:
-* fix build with `-DENABLE_DBUS=OFF`
9
+* Fix build with `-DENABLE_DBUS=OFF` (Linux)
10
11
# 2.10.0
12
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.10.1
+ VERSION 2.10.2
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments