- 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 --<module>-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
This commit is contained in:
Gordon Leung 2024-06-29 04:15:37 +00:00 committed by Git OBS Bridge
parent 2cc5306e0c
commit ac30b08402
4 changed files with 46 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c5d137e0439d70189fc267176840feaba5f3e06177d57c4be9a866595651803
size 1044675

3
fastfetch-2.17.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a38969ebb757070db5dace8a42f874d8898a7232da64c73fc86c60a2c9da9be0
size 1050623

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sat Jun 29 03:38:15 UTC 2024 - RN <R_Nik_C@proton.me>
- 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 --<module>-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 <pirateclip@protonmail.com>

View File

@ -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