From eb0c94638512eb80369c5a9935d6c4f9fc326adc904c0bba969fe5f2f4beb84d Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Tue, 3 Sep 2024 15:13:34 +0000 Subject: [PATCH] - 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 ---format. {variablepadlength} 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 --- fastfetch-2.22.0.tar.gz | 3 --- fastfetch-2.23.0.tar.gz | 3 +++ fastfetch.changes | 21 +++++++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.22.0.tar.gz create mode 100644 fastfetch-2.23.0.tar.gz diff --git a/fastfetch-2.22.0.tar.gz b/fastfetch-2.22.0.tar.gz deleted file mode 100644 index d2d94c9..0000000 --- a/fastfetch-2.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ada2d56e14ce2eadaa88573dada5881684ceeaaa11df23017631b91dfa745d00 -size 1099230 diff --git a/fastfetch-2.23.0.tar.gz b/fastfetch-2.23.0.tar.gz new file mode 100644 index 0000000..0325ea3 --- /dev/null +++ b/fastfetch-2.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c92dd2cb15faf55d87846eda8d14456af2d0e0938998434144074c695c57529 +size 1105725 diff --git a/fastfetch.changes b/fastfetch.changes index 43ce0b3..91f4d1e 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Sep 3 15:08:59 UTC 2024 - Gordon Leung + +- 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 ---format. {variablepadlength} 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 diff --git a/fastfetch.spec b/fastfetch.spec index f677257..3c9c159 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -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