Skip to content

Commit 2c8d529

Browse files
committed
Release: v2.17.1
1 parent 88e4579 commit 2c8d529

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.17.1
2+
3+
Hotfix for a regression that breaks Qt font detection
4+
5+
Bugfixes:
6+
* Don't generate and install `libffwinrt.dll.a` on MinGW (Windows)
7+
* Fix building on Windows when imagemagick support is enabled (Logo, Windows)
8+
* Don't print GPU frequency with `--gpu-temp` for Nvidia cards (#1052, GPU)
9+
* `--gpu-driver-specific` needs to be specified
10+
* Print formatted size when `--gpu-format` is used (#1052, GPU)
11+
* Ignore QVariant format; fix unreadable Qt font (#1053, Theme, Linux)
12+
* Fix segfaults with `--show-errors` and an invalid module (#1055)
13+
114
# 2.17.0
215

316
Changes:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.17.0
4+
VERSION 2.17.1
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)