SHA256
1
0
forked from pool/fastfetch

- 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:
Gordon Leung 2024-09-03 15:13:34 +00:00 committed by Git OBS Bridge
parent 819b970e2f
commit eb0c946385
4 changed files with 25 additions and 4 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

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