Skip to content

Commit eefed2b

Browse files
committed
Release: v2.18.0
1 parent 6a33027 commit eefed2b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
1-
# 2.17.3
1+
# 2.18.0
2+
3+
Changes:
4+
* `yyjson 0.10.0` is required
5+
* Fastfetch no longer prints `*` (which means it's the default route) if `defaultRouteOnly` is set (LocalIP)
26

37
Bugfixes:
4-
* Don't print `*` if `defaultRouteOnly` is set (LocalIP)
58
* Fix some memory leaks
69
* Fix compatibility with old Python versions
710
* Don't detect frequency for AMD cards (GPU, Linux)
811
* Fix possible hang with discrete AMD cards (#1077)
912
* Don't print colors in `--pipe` mode (Separator)
13+
* Don't print `(null)` in property `locator` (PhysicalMemory)
14+
* Ignore disabled PCI devices (GPU)
15+
* Fix flag `--opengl-library` doesn't work (OpenGL)
1016

1117
Features:
1218
* Detect revision of USB drives (#1048, Disk)
13-
* Don't print `(null)` in property `locator` (PhysicalMemory)
1419
* Support fractional scale factor detection (Display, Linux)
1520
* Support primary display detection for KDE and GNOME (Display, Linux)
1621
* Support percent bar in custom formatting
1722
* Print signal quality by default (Wifi)
23+
* Detect used OpenGL library version (OpenGL)
24+
* Support detecting OpenGL version by `EGL` (ANGLE) on Windows (OpenGL)
1825

1926
Logos:
2027
* Add Arkane Linux

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.2
4+
VERSION 2.18.0
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)