File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
37Bugfixes:
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
1117Features:
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
1926Logos:
2027* Add Arkane Linux
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22
33project (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"
You can’t perform that action at this time.
0 commit comments