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 deacecd commit 4c6e14bCopy full SHA for 4c6e14b
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 2.19.1
2
+
3
+Bugfixes
4
+* Fix frequency value printing when using custom format (#1111, CPU / GPU)
5
+* Fix display detection for XiaoMi Android phone (Display, Android)
6
7
+Features:
8
+* Display if HDR mode is enabled for screens (Display)
9
+ * Supported in Windows and Linux (KDE) correctly
10
11
# 2.19.0
12
13
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.19.0
+ VERSION 2.19.1
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments