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 d5d935a commit bb94ac7Copy full SHA for bb94ac7
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2.27.1
2
+
3
+Bugfixes:
4
+* Fix invalid display name detection on GNOME, wayland (Display, Linux)
5
6
# 2.27.0
7
8
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.27.0
+ VERSION 2.27.1
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
@@ -1614,4 +1614,4 @@ fastfetch is a neofetch-like tool for fetching system information and displaying
1614
It is written mostly in C to achieve much better performance.\
1615
")
1616
1617
-include(CPack)
+include(CPack)
0 commit comments