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 560e061 commit 0707b29Copy full SHA for 0707b29
CHANGELOG.md
@@ -1,9 +1,14 @@
1
# 2.18.1
2
3
+Fix a regression introduced in v2.18.0
4
+
5
Changes:
6
* `--ts-version` has been renamed to `--detect-version`
7
* `general.detectVersion` in JSON config file
8
9
+Bugfixes:
10
+* Fix and improve GPU driver detection (#1084, GPU, Linux)
11
12
# 2.18.0
13
14
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.18.0
+ VERSION 2.18.1
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments