forked from pool/fastfetch
Accepting request 1200672 from utilities
- update to 2.24.0 Changes: * Support of --lib-XXX is removed - If fastfetch fails to load some .so .dylib libraries, LD_LIBRARY_PATH should be used. Features: * Detect more ARM microarchitectures and SOC names (CPU, Linux) * Support board name detection for Asahi Linux (Board, Linux) * Add new option --command-param to customize the parameters when running shell * Support syntax of sub string in --<module>-format: {variable~startIndex,endIndex} - See fastfetch -h format for detail Bugfixes: * Fix tests building when system yyjson is used * Fix dinit detection; support dinit version detection (InitSystem, Linux) * Fix signal quality, refresh rate and maybe others in custom format * Fix boot time calculation (Uptime, Linux) * Fix custom format for boolean values - `{?false-value}This should not print{?}{?true-value}This should print{?}` will print `This should print` OBS-URL: https://build.opensuse.org/request/show/1200672 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=43
This commit is contained in:
commit
fa23f927e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c92dd2cb15faf55d87846eda8d14456af2d0e0938998434144074c695c57529
|
|
||||||
size 1105725
|
|
3
fastfetch-2.24.0.tar.gz
Normal file
3
fastfetch-2.24.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:675ac3f9dbe00277416744fa36a28fc9cd1284d17f055a4db339063bfc6a8209
|
||||||
|
size 1104540
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 14:37:36 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
- update to 2.24.0
|
||||||
|
Changes:
|
||||||
|
* Support of --lib-XXX is removed
|
||||||
|
- If fastfetch fails to load some .so .dylib libraries,
|
||||||
|
LD_LIBRARY_PATH should be used.
|
||||||
|
Features:
|
||||||
|
* Detect more ARM microarchitectures and SOC names (CPU, Linux)
|
||||||
|
* Support board name detection for Asahi Linux (Board, Linux)
|
||||||
|
* Add new option --command-param to customize the parameters when running shell
|
||||||
|
* Support syntax of sub string in --<module>-format: {variable~startIndex,endIndex}
|
||||||
|
- See fastfetch -h format for detail
|
||||||
|
Bugfixes:
|
||||||
|
* Fix tests building when system yyjson is used
|
||||||
|
* Fix dinit detection; support dinit version detection (InitSystem, Linux)
|
||||||
|
* Fix signal quality, refresh rate and maybe others in custom format
|
||||||
|
* Fix boot time calculation (Uptime, Linux)
|
||||||
|
* Fix custom format for boolean values
|
||||||
|
- `{?false-value}This should not print{?}{?true-value}This should print{?}`
|
||||||
|
will print `This should print`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 3 15:08:59 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
Tue Sep 3 15:08:59 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fastfetch
|
Name: fastfetch
|
||||||
Version: 2.23.0
|
Version: 2.24.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
|
||||||
|
Loading…
Reference in New Issue
Block a user