- 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:
parent
1c0c9e7309
commit
639a04a995
@ -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
3
fastfetch-2.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf7e42db6a219a73bace5ff977414bd79a7ce1b7085872e0c8012ee9a56b2822
|
||||
size 1318103
|
@ -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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fastfetch
|
||||
Version: 2.10.2
|
||||
Version: 2.11.0
|
||||
Release: 0
|
||||
Summary: Neofetch-like tool written mostly in C
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user