From ac30b084022f4550a47ed65abe5b900d6a97475581cd36df78140cf380fef91b Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Sat, 29 Jun 2024 04:15:37 +0000 Subject: [PATCH] - update to 2.17.1 Bugfixes: * Don't generate and install libffwinrt.dll.a on MinGW (Windows) * Fix building on Windows when imagemagick support is enabled (Logo, Windows) * Don't print GPU frequency with --gpu-temp for Nvidia cards (#1052, GPU) - --gpu-driver-specific needs to be specified * Print formatted size when --gpu-format is used (#1052, GPU) * Ignore QVariant format; fix unreadable Qt font (#1053, Theme, Linux) * Fix segfaults with --show-errors and an invalid module (#1055) - update to 2.17.0 Changes: * CMake option ENABLE_PROPRIETARY_GPU_DRIVER_API is removed. The GPU driver APIs are now enabled by default. - The option was introduced to reduce the license concerns. Since all non MIT proprietary code has been rewritten manually from scratch, it is no longer necessary. - See #533 (comment) for detail * Option --logo-separate true is changed to --logo-position top for better readability - Builtin ascii logos can be positioned on the right side now with --logo-position right Features: * Add support for --gpu-detection-method opencl which uses OpenCL to detect GPUs. * Support detecting CPU cache size by using SMBIOS as fallback (CPUCache) * Support GPU detection (SunOS) * Support GPU type detection with AMD GPU driver (GPU, Windows) * Add fast path of version and font detection for kitty (Terminal / TerminalFont) * Make sure stdin and stdout are TTYs when querying terminal - So modules like TerminalSize should work when stdin or stdout is redirected * Support argument truncation in ---format (#1043) - See fastfetch --help format for detail * Improve Qt theme detection (#1047, Theme, Linux) * Add new JSON config option general.preRun, which is executed before fastfetch prints output. - It can be used to generate a temp logo file. For example Bugfixes: * Fix invalid path (#1031, LM, Linux) * Fix VMEM detection for Nvidia GPU (requires --gpu-driver-specific) (GPU) * Fix AMD --gpu-driver-specific for AMD cards (#1032, GPU, Windows) * Use Coordinated Universal Time rather than timezone-varying local date (#1046) Logo: * Fix colors of Asahi Linux OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=82 --- fastfetch-2.16.0.tar.gz | 3 --- fastfetch-2.17.1.tar.gz | 3 +++ fastfetch.changes | 42 +++++++++++++++++++++++++++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 46 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.16.0.tar.gz create mode 100644 fastfetch-2.17.1.tar.gz diff --git a/fastfetch-2.16.0.tar.gz b/fastfetch-2.16.0.tar.gz deleted file mode 100644 index 40df31a..0000000 --- a/fastfetch-2.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c5d137e0439d70189fc267176840feaba5f3e06177d57c4be9a866595651803 -size 1044675 diff --git a/fastfetch-2.17.1.tar.gz b/fastfetch-2.17.1.tar.gz new file mode 100644 index 0000000..3e7560e --- /dev/null +++ b/fastfetch-2.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38969ebb757070db5dace8a42f874d8898a7232da64c73fc86c60a2c9da9be0 +size 1050623 diff --git a/fastfetch.changes b/fastfetch.changes index 3e23329..48f9283 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Sat Jun 29 03:38:15 UTC 2024 - RN + +- update to 2.17.1 + Bugfixes: + * Don't generate and install libffwinrt.dll.a on MinGW (Windows) + * Fix building on Windows when imagemagick support is enabled (Logo, Windows) + * Don't print GPU frequency with --gpu-temp for Nvidia cards (#1052, GPU) + - --gpu-driver-specific needs to be specified + * Print formatted size when --gpu-format is used (#1052, GPU) + * Ignore QVariant format; fix unreadable Qt font (#1053, Theme, Linux) + * Fix segfaults with --show-errors and an invalid module (#1055) + - update to 2.17.0 + Changes: + * CMake option ENABLE_PROPRIETARY_GPU_DRIVER_API is removed. The GPU driver APIs + are now enabled by default. + - The option was introduced to reduce the license concerns. Since all non MIT + proprietary code has been rewritten manually from scratch, it is no longer necessary. + - See #533 (comment) for detail + * Option --logo-separate true is changed to --logo-position top for better readability + - Builtin ascii logos can be positioned on the right side now with --logo-position right + Features: + * Add support for --gpu-detection-method opencl which uses OpenCL to detect GPUs. + * Support detecting CPU cache size by using SMBIOS as fallback (CPUCache) + * Support GPU detection (SunOS) + * Support GPU type detection with AMD GPU driver (GPU, Windows) + * Add fast path of version and font detection for kitty (Terminal / TerminalFont) + * Make sure stdin and stdout are TTYs when querying terminal + - So modules like TerminalSize should work when stdin or stdout is redirected + * Support argument truncation in ---format (#1043) + - See fastfetch --help format for detail + * Improve Qt theme detection (#1047, Theme, Linux) + * Add new JSON config option general.preRun, which is executed before fastfetch prints output. + - It can be used to generate a temp logo file. For example + Bugfixes: + * Fix invalid path (#1031, LM, Linux) + * Fix VMEM detection for Nvidia GPU (requires --gpu-driver-specific) (GPU) + * Fix AMD --gpu-driver-specific for AMD cards (#1032, GPU, Windows) + * Use Coordinated Universal Time rather than timezone-varying local date (#1046) + Logo: + * Fix colors of Asahi Linux + ------------------------------------------------------------------- Wed Jun 19 14:30:39 UTC 2024 - Gordon Leung diff --git a/fastfetch.spec b/fastfetch.spec index fb32514..2c06844 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.16.0 +Version: 2.17.1 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT