- update to 2.11.5:

Changes:
    * Fastfetch will print a colorless ascii logo in --pipe mode for better lolcat compatibility.
      fastfetch | lolcat should work and no --pipe false needed. Previously the logo would be disabled in --pipe mode.
    * --os-file was removed and CMake option -DCUSTOM_OS_RELEASE_PATH=/path/to/os-release was added.
      This option should not used in most cases.
   Bugfixes:
    * Fix possible out-of-bound memory access (#868)
    * Fix doubled output in custom formation (#852)
    * Fix memory leaks when passing informative options
    * Fix JSON config size.ndigits doesn't work
    * Remove --os-file in help messages
   Features:
    * Enable --pipe mode if environment variable $NO_COLOR is set
    * Support Armbian and Proxmox distro detection (OS, Linux)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=67
This commit is contained in:
Gordon Leung 2024-05-06 19:47:18 +00:00 committed by Git OBS Bridge
parent 75f201bfaf
commit ef8bda5982
4 changed files with 23 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon May 6 19:45:12 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- update to 2.11.5:
Changes:
* Fastfetch will print a colorless ascii logo in --pipe mode for better lolcat compatibility.
fastfetch | lolcat should work and no --pipe false needed. Previously the logo would be disabled in --pipe mode.
* --os-file was removed and CMake option -DCUSTOM_OS_RELEASE_PATH=/path/to/os-release was added.
This option should not used in most cases.
Bugfixes:
* Fix possible out-of-bound memory access (#868)
* Fix doubled output in custom formation (#852)
* Fix memory leaks when passing informative options
* Fix JSON config size.ndigits doesn't work
* Remove --os-file in help messages
Features:
* Enable --pipe mode if environment variable $NO_COLOR is set
* Support Armbian and Proxmox distro detection (OS, Linux)
-------------------------------------------------------------------
Sun May 5 07:43:09 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

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