- update to 2.23.0
Features: * Support unity version detection (DE, Linux) * Print model name in Battery keys if available (Battery) * Add module Zpool * Improve performance (Shell / Terminal, Linux) * Support syntax of padded strings in --<module>-format. {variable<padlength} and {variable>padlength} are supported. If pad length is greater than the length of the variable, the variable will be padded with spaces. fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1<20})' prints Command: output(12345 ) fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1>20})' prints Command: output( 12345) If pad length is less than the length of the variable, the variable will be truncated. Bugfixes: * Fix broken --list-presets * Update zsh completion script * Don't print * if defaultRouteOnly is set (NetIO) * Fix Camera module incorrectly disabled on FreeBSD (Camera, FreeBSD) * Fix hanging on screen 5.0 (Terminal) OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=104
This commit is contained in:
parent
819b970e2f
commit
eb0c946385
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ada2d56e14ce2eadaa88573dada5881684ceeaaa11df23017631b91dfa745d00
|
|
||||||
size 1099230
|
|
3
fastfetch-2.23.0.tar.gz
Normal file
3
fastfetch-2.23.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c92dd2cb15faf55d87846eda8d14456af2d0e0938998434144074c695c57529
|
||||||
|
size 1105725
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 15:08:59 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
- update to 2.23.0
|
||||||
|
Features:
|
||||||
|
* Support unity version detection (DE, Linux)
|
||||||
|
* Print model name in Battery keys if available (Battery)
|
||||||
|
* Add module Zpool
|
||||||
|
* Improve performance (Shell / Terminal, Linux)
|
||||||
|
* Support syntax of padded strings in --<module>-format. {variable<padlength} and {variable>padlength} are supported.
|
||||||
|
If pad length is greater than the length of the variable, the variable will be padded with spaces.
|
||||||
|
fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1<20})' prints Command: output(12345 )
|
||||||
|
fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1>20})' prints Command: output( 12345)
|
||||||
|
If pad length is less than the length of the variable, the variable will be truncated.
|
||||||
|
Bugfixes:
|
||||||
|
* Fix broken --list-presets
|
||||||
|
* Update zsh completion script
|
||||||
|
* Don't print * if defaultRouteOnly is set (NetIO)
|
||||||
|
* Fix Camera module incorrectly disabled on FreeBSD (Camera, FreeBSD)
|
||||||
|
* Fix hanging on screen 5.0 (Terminal)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 07:03:48 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
Mon Aug 26 07:03:48 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fastfetch
|
Name: fastfetch
|
||||||
Version: 2.22.0
|
Version: 2.23.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…
x
Reference in New Issue
Block a user