- update to 2.11.0:

Changes:
    - Default hideCursor to false. It doesn't make much difference
      but makes user's terminal unusable if fastfetch is not exited correctly.
  Bugfixes:
    - Fix minimum cmake version support
    - Fix wifi detection on platforms that don't use NetworkManager
    - Fix GPU type detection for AMD cards
  Features:
    - Add basic support DE detection support for UKUI (DE, Linux)
    - Make config specified in JSONC overridable by command line flags
     * Note this change only make global config overridable; module configs are still not
    - Suggest increasing --processing-timeout when child process timeouts
    - Only detect folders that specified by --disk-folders
     * Previously --disk-folders only omits unmatched disks from output.
       This option can be used to improve detection performance by ignoring slow network drives

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=64
This commit is contained in:
Gordon Leung 2024-05-01 04:45:46 +00:00 committed by Git OBS Bridge
parent 1c0c9e7309
commit 639a04a995
4 changed files with 24 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed May 1 04:43:10 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- update to 2.11.0:
Changes:
- Default hideCursor to false. It doesn't make much difference
but makes user's terminal unusable if fastfetch is not exited correctly.
Bugfixes:
- Fix minimum cmake version support
- Fix wifi detection on platforms that don't use NetworkManager
- Fix GPU type detection for AMD cards
Features:
- Add basic support DE detection support for UKUI (DE, Linux)
- Make config specified in JSONC overridable by command line flags
* Note this change only make global config overridable; module configs are still not
- Suggest increasing --processing-timeout when child process timeouts
- Only detect folders that specified by --disk-folders
* Previously --disk-folders only omits unmatched disks from output.
This option can be used to improve detection performance by ignoring slow network drives
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 23 19:38:05 UTC 2024 - Gordon Leung <pirateclip@protonmail.com> Tue Apr 23 19:38:05 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>

View File

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