Accepting request 1152862 from utilities

- update to version 2.8.6:
  Changes:
    * Due to newly introduced configs, JSONC option { "temperatureUnit": "C" } has been changed to { "temp": { "unit": "C" } }
  Bugfixes:
    * Fix incorrect GPU name detection for Intel iGPU on Linux (GPU, Linux)
  Features:
    * Support additional temperature formatting options
        { "temp": { "ndigits": 1 } }
        { "temp": { "color": { "green": "green", "yellow": "yellow", "red": "red" } } }
    * Support specifying custom pci.ids path for Linux (GPU, Linux)
    * Support warp-linux terminal version & terminal font detection (Terminal, Linux)

OBS-URL: https://build.opensuse.org/request/show/1152862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-02-28 18:47:22 +00:00 committed by Git OBS Bridge
commit ad638cdc81
4 changed files with 20 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Feb 28 08:48:27 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- update to version 2.8.6:
Changes:
* Due to newly introduced configs, JSONC option { "temperatureUnit": "C" } has been changed to { "temp": { "unit": "C" } }
Bugfixes:
* Fix incorrect GPU name detection for Intel iGPU on Linux (GPU, Linux)
Features:
* Support additional temperature formatting options
{ "temp": { "ndigits": 1 } }
{ "temp": { "color": { "green": "green", "yellow": "yellow", "red": "red" } } }
* Support specifying custom pci.ids path for Linux (GPU, Linux)
* Support warp-linux terminal version & terminal font detection (Terminal, Linux)
-------------------------------------------------------------------
Fri Feb 23 17:41:26 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>

View File

@ -17,7 +17,7 @@
Name: fastfetch
Version: 2.8.5
Version: 2.8.6
Release: 0
Summary: Neofetch-like tool written mostly in C
License: MIT