diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d5d861d..7590c997f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,27 @@ -# 2.17.3 +# 2.18.0 + +Changes: +* `yyjson 0.10.0` is required +* Fastfetch no longer prints `*` (which means it's the default route) if `defaultRouteOnly` is set (LocalIP) Bugfixes: -* Don't print `*` if `defaultRouteOnly` is set (LocalIP) * Fix some memory leaks * Fix compatibility with old Python versions * Don't detect frequency for AMD cards (GPU, Linux) * Fix possible hang with discrete AMD cards (#1077) * Don't print colors in `--pipe` mode (Separator) +* Don't print `(null)` in property `locator` (PhysicalMemory) +* Ignore disabled PCI devices (GPU) +* Fix flag `--opengl-library` doesn't work (OpenGL) Features: * Detect revision of USB drives (#1048, Disk) -* Don't print `(null)` in property `locator` (PhysicalMemory) * Support fractional scale factor detection (Display, Linux) * Support primary display detection for KDE and GNOME (Display, Linux) * Support percent bar in custom formatting * Print signal quality by default (Wifi) +* Detect used OpenGL library version (OpenGL) +* Support detecting OpenGL version by `EGL` (ANGLE) on Windows (OpenGL) Logos: * Add Arkane Linux diff --git a/CMakeLists.txt b/CMakeLists.txt index 02cea2256..74a6603eb 100644 --- a/CMakeLists.txt +++ b/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.17.2 + VERSION 2.18.0 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"