From e121608ffaefe7b0f78ab7e70181933cb02bcc2839ebd72a9732c4acb8b6202f Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Thu, 30 May 2024 20:47:24 +0000 Subject: [PATCH] - update to 2.14.0 Features: * Support monochrome bar type * Apply default color palettes in --file and --data (Logo) * Support named variable placeholders in custom module formattion string - --title-format '{user-name-colored}{at-symbol-colored}{host-name-colored}' is equivalent to --title-format '{6}{7}{8}' * Support named color placeholders in custom module formattion string - ---format '{#red}' is equivalent to ---format '{#31}' - '{#red}' or '{#31}' is preferred over \u001b[31m because is more readable and --pipe aware (will be ignored in pipe mode) - Supported in Custom module too - See fastfetch -h format for detail * Add new module InitSystem, which detects the name of init system - i.e. process name of pid1. init, systemd, etc * Add option --color-separator to set the color of key-value separators * Print error reason when vulkan init fails (Vulkan) Bugfixes: * Don't detect .conf files in --list-config-paths * Fix outputColor doesn't work if module keys are disabled OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=73 --- fastfetch-2.13.2.tar.gz | 3 --- fastfetch-2.14.0.tar.gz | 3 +++ fastfetch.changes | 24 ++++++++++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.13.2.tar.gz create mode 100644 fastfetch-2.14.0.tar.gz diff --git a/fastfetch-2.13.2.tar.gz b/fastfetch-2.13.2.tar.gz deleted file mode 100644 index bb22b88..0000000 --- a/fastfetch-2.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69ff73a2f5da269bdfbde0a81182a427c6d141633a70cb4b69f7ad37e49726ba -size 1254865 diff --git a/fastfetch-2.14.0.tar.gz b/fastfetch-2.14.0.tar.gz new file mode 100644 index 0000000..5c8bff2 --- /dev/null +++ b/fastfetch-2.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1402714b2f8a6b89d68d88937b3ad4a516e293fcc14089907ba191864b0019f +size 1083381 diff --git a/fastfetch.changes b/fastfetch.changes index 1508e3a..87ade1f 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu May 30 20:37:37 UTC 2024 - Gordon Leung + +- update to 2.14.0 + Features: + * Support monochrome bar type + * Apply default color palettes in --file and --data (Logo) + * Support named variable placeholders in custom module formattion string + - --title-format '{user-name-colored}{at-symbol-colored}{host-name-colored}' + is equivalent to --title-format '{6}{7}{8}' + * Support named color placeholders in custom module formattion string + - ---format '{#red}' is equivalent to ---format '{#31}' + - '{#red}' or '{#31}' is preferred over \u001b[31m because is more readable + and --pipe aware (will be ignored in pipe mode) + - Supported in Custom module too + - See fastfetch -h format for detail + * Add new module InitSystem, which detects the name of init system + - i.e. process name of pid1. init, systemd, etc + * Add option --color-separator to set the color of key-value separators + * Print error reason when vulkan init fails (Vulkan) + Bugfixes: + * Don't detect .conf files in --list-config-paths + * Fix outputColor doesn't work if module keys are disabled + ------------------------------------------------------------------- Sat May 25 16:45:13 UTC 2024 - Gordon Leung diff --git a/fastfetch.spec b/fastfetch.spec index e96d673..917c700 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.13.2 +Version: 2.14.0 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT