From 639a04a99551c7a3aff0a6bfc477c00a05ffc63766a6123d6ff5e12d543238ae Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Wed, 1 May 2024 04:45:46 +0000 Subject: [PATCH] - 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 --- fastfetch-2.10.2.tar.gz | 3 --- fastfetch-2.11.0.tar.gz | 3 +++ fastfetch.changes | 20 ++++++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.10.2.tar.gz create mode 100644 fastfetch-2.11.0.tar.gz diff --git a/fastfetch-2.10.2.tar.gz b/fastfetch-2.10.2.tar.gz deleted file mode 100644 index 17a46e3..0000000 --- a/fastfetch-2.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e52c6152b750fc13248dcb5d55259474ced25e4b09fdc965ea310565c1cdf78 -size 1315785 diff --git a/fastfetch-2.11.0.tar.gz b/fastfetch-2.11.0.tar.gz new file mode 100644 index 0000000..ea6f5f8 --- /dev/null +++ b/fastfetch-2.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7e42db6a219a73bace5ff977414bd79a7ce1b7085872e0c8012ee9a56b2822 +size 1318103 diff --git a/fastfetch.changes b/fastfetch.changes index 9b6a8b1..45b475c 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed May 1 04:43:10 UTC 2024 - Gordon Leung + +- 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 diff --git a/fastfetch.spec b/fastfetch.spec index c281532..b359261 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -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