Accepting request 1175960 from utilities

- update to 2.13.1:
   Changes:
    * The long deprecated flag based config files are removed.
     - They can still be used with xargs fastfetch < /path/to/config.conf
     - --gen-config can be used to migrate them to json based config files
    * The long deprecated options --set and --set-keyless are removed.
    * Kernel module now prints kernel name by default
   Features:
    * Support st terminal font detection for font configuration compiled in st binary (TerminalFont, Linux)
    * Add option --color-output to change output color of all modules except Title, Separator
        display.color.output in JSONC config file
    * Add option --<module>-output-color to change output color of one specified module,
      which overrides the global option --color-output
    * Add option --publicip-ipv6 to print IPv6 address (PublicIP)
    * Add new module Loadavg to print load averages (Loadavg)
    * Add new module PhysicalMemory to print information of physical memory devices (PhysicalMemory)
        Requires root permission to work on Linux and FreeBSD
    * Support specifying --logo-width only for --kitty-direct and --iterm (Logo)
    * Add option --localip-show-all-ips to show all IPs assigned to the same interface (LocalIP)
        Default to false
    * Add --cpu-show-pe-core-count to detect and display core count for performance / efficiency cores (CPU)
    * Add new module Bootmgr which prints information of stage 2 bootloader (grub, system-boot, etc)
     - Requires booting in UEFI mode
    * Detect core count for performance / efficiency cores (CPU)
     - Test it with fastfetch --cpu-show-pe-core-count
    * Detect DRM driver version if DRM detection method is used (GPU, Linux)
   Bugfixes:
    * Rename option --temperature-unit to --temp-unit as documented in help messages
    * Fix alternate logo doesn't work with { "type": "builtin" } (Logo)
    * Don't detect clifm and valgrind as a terminal (Terminal, Linux)

OBS-URL: https://build.opensuse.org/request/show/1175960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=28
This commit is contained in:
Ana Guerrero 2024-05-23 13:35:16 +00:00 committed by Git OBS Bridge
commit c7f52fdfcd
4 changed files with 41 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Wed May 22 20:29:17 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- update to 2.13.1:
Changes:
* The long deprecated flag based config files are removed.
- They can still be used with xargs fastfetch < /path/to/config.conf
- --gen-config can be used to migrate them to json based config files
* The long deprecated options --set and --set-keyless are removed.
* Kernel module now prints kernel name by default
Features:
* Support st terminal font detection for font configuration compiled in st binary (TerminalFont, Linux)
* Add option --color-output to change output color of all modules except Title, Separator
display.color.output in JSONC config file
* Add option --<module>-output-color to change output color of one specified module,
which overrides the global option --color-output
* Add option --publicip-ipv6 to print IPv6 address (PublicIP)
* Add new module Loadavg to print load averages (Loadavg)
* Add new module PhysicalMemory to print information of physical memory devices (PhysicalMemory)
Requires root permission to work on Linux and FreeBSD
* Support specifying --logo-width only for --kitty-direct and --iterm (Logo)
* Add option --localip-show-all-ips to show all IPs assigned to the same interface (LocalIP)
Default to false
* Add --cpu-show-pe-core-count to detect and display core count for performance / efficiency cores (CPU)
* Add new module Bootmgr which prints information of stage 2 bootloader (grub, system-boot, etc)
- Requires booting in UEFI mode
* Detect core count for performance / efficiency cores (CPU)
- Test it with fastfetch --cpu-show-pe-core-count
* Detect DRM driver version if DRM detection method is used (GPU, Linux)
Bugfixes:
* Rename option --temperature-unit to --temp-unit as documented in help messages
* Fix alternate logo doesn't work with { "type": "builtin" } (Logo)
* Don't detect clifm and valgrind as a terminal (Terminal, Linux)
* Fix --cpu-freq-ndigits not working if --cpu-format is used
Logos:
* Add openSUSE Slowroll
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 6 19:45:12 UTC 2024 - Gordon Leung <pirateclip@protonmail.com> Mon May 6 19:45:12 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>

View File

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