From d56d65f51829e392180d67b118fdc0407732e2653ffd66441abb7ab1ca60fbcf Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Wed, 22 May 2024 20:34:10 +0000 Subject: [PATCH] - 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 ---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/package/show/utilities/fastfetch?expand=0&rev=69 --- fastfetch-2.11.5.tar.gz | 3 --- fastfetch-2.13.1.tar.gz | 3 +++ fastfetch.changes | 37 +++++++++++++++++++++++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.11.5.tar.gz create mode 100644 fastfetch-2.13.1.tar.gz diff --git a/fastfetch-2.11.5.tar.gz b/fastfetch-2.11.5.tar.gz deleted file mode 100644 index a0ecde2..0000000 --- a/fastfetch-2.11.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64 -size 1321195 diff --git a/fastfetch-2.13.1.tar.gz b/fastfetch-2.13.1.tar.gz new file mode 100644 index 0000000..f2b984b --- /dev/null +++ b/fastfetch-2.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bdf0789a8387c958ea1ac69e7ddd514b4de8199f09e361735eab10674665ec +size 1339621 diff --git a/fastfetch.changes b/fastfetch.changes index 8ba0e90..f1eda76 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Wed May 22 20:29:17 UTC 2024 - Gordon Leung + +- 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 ---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 diff --git a/fastfetch.spec b/fastfetch.spec index a81806a..300166d 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.11.5 +Version: 2.13.1 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT