diff --git a/fastfetch-2.11.0.tar.gz b/fastfetch-2.11.0.tar.gz deleted file mode 100644 index ea6f5f8..0000000 --- a/fastfetch-2.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf7e42db6a219a73bace5ff977414bd79a7ce1b7085872e0c8012ee9a56b2822 -size 1318103 diff --git a/fastfetch-2.11.5.tar.gz b/fastfetch-2.11.5.tar.gz new file mode 100644 index 0000000..a0ecde2 --- /dev/null +++ b/fastfetch-2.11.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64 +size 1321195 diff --git a/fastfetch.changes b/fastfetch.changes index 45b475c..8ba0e90 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,63 @@ +------------------------------------------------------------------- +Mon May 6 19:45:12 UTC 2024 - Gordon Leung + +- 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 + +- update to 2.11.3: + * Features: + - Add cmake option CUSTOM_AMDGPU_IDS_PATH for specifying custom path of amdgpu.ids + * Bugfixes: + - Fix hanging when detecting disconnected network drive (Disk, Windows) + - Ensure line ending is printed when printing image logo errors (Logo) + - Revert image logo limitation change in 2.11.2; allow image logo in SSH session and tmux again (#861, Logo) + - Fix doubled output in custom formation (PhysicalDisk, Windows) +- changes that are from 2.11.2: + * Changes: + - Error messages when trying to print image logo will only be printed with --show-errors + - When generating JSON output, fastfetch will generate an empty array when no result is detected, instead of an error. + * Bugfixes: + - Fix segfault in Debian 11 and some old kernels. Regression introduced in 2.11.0 (#845, GPU, Linux) + - Don't try detecting version of raw sh shell (#849, Shell, Linux) + - Trim \r on Windows + * Features: + - Check xdg state home for nix user packages (#837, Packages, Linux) + - Disable image logos in ssh and tmux sessions (#839) + - Support MX Linux distro detection (#847, OS, Linux) + * Logo: + - Add KernelOS + - Fix name of DraugerOS + - Add missing FF_LOGO_LINE_TYPE_SMALL_BIT flags + - Add MX2 +- changes that are from 2.11.2: + * Bugfixes: + - Fix uninitialized variables which can cause crashes (#760 #838, Battery, Android) + - Don't detect hyfetch as shell when used as backend of hyfetch + - Fix incorrect information in man page (#828) + * Features: + - Support sorcery package manager detection (Packages, Linux) + - Make --custom-format optional (Custom) + - Make / an alias of C:\ for --disk-folders (Disk, Windows) + - Build for Linux armv7 + * Logo: + - Fix colors of Source Mage logo + ------------------------------------------------------------------- Wed May 1 04:43:10 UTC 2024 - Gordon Leung diff --git a/fastfetch.spec b/fastfetch.spec index b359261..a81806a 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.11.0 +Version: 2.11.5 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT