Go to file
Soc Virnyl Estela 1bba6a174f - Update to version 2.0.1:
* Changes:
    - Unescape strings only when parsing .conf files
        - Previously: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \: *. 
          Note the backslashs are unescaped twice (once by shell and once by fastfetch).
        - Now: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \\: *
    - Remove option shortcut -c (alias of --color), which is more commonly used as alias of --config
    - Rename --recache to --logo-recache (which is used for regenerate image logo cache). Remove option shortcut -r (alias of --recache).
    - Detecting brightness of external displays with DDC/CI is no longer guarded behind --allow-slow-operations (Brightness)
  * Features:
    - Add --key-width for aligning the left edge of values, supported both for global --key-width and specific module --module-key-width
    - Add --bar-char-elapsed, --bar-char-total, --bar-width and --bar-border options
    - Add CMake option ENABLE_SYSTEM_YYJSON, which allow building fastfetch with system-provided yyjson (for package managers)
    - Add new module Version, which prints fastfetch version (like fastfetch --version)
  * Bugfixes:
    - Fix label detection. Use --disk-key 'Disk ({2})' to display it (Disk, Linux)
    - Fix some module options were not inited
    - Fix terminal version and font detection on NixOS (Terminal, Linux)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=21
2023-08-22 02:53:28 +00:00
.gitattributes Accepting request 1041286 from home:uncomfyhalomacro 2022-12-08 07:51:53 +00:00
.gitignore Accepting request 1041286 from home:uncomfyhalomacro 2022-12-08 07:51:53 +00:00
fastfetch-2.0.1.tar.gz - Update to version 2.0.1: 2023-08-22 02:53:28 +00:00
fastfetch.changes - Update to version 2.0.1: 2023-08-22 02:53:28 +00:00
fastfetch.spec - Update to version 2.0.1: 2023-08-22 02:53:28 +00:00