- 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
     - --<module>-format '{#red}' is equivalent to --<module>-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
This commit is contained in:
Gordon Leung 2024-05-30 20:47:24 +00:00 committed by Git OBS Bridge
parent b6e3701ffb
commit e121608ffa
4 changed files with 28 additions and 4 deletions

View File

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

3
fastfetch-2.14.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu May 30 20:37:37 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- 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
- --<module>-format '{#red}' is equivalent to --<module>-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 <pirateclip@protonmail.com>

View File

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