Accepting request 1173794 from utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1173794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=27
This commit is contained in:
commit
510e89baba
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bf7e42db6a219a73bace5ff977414bd79a7ce1b7085872e0c8012ee9a56b2822
|
|
||||||
size 1318103
|
|
3
fastfetch-2.11.5.tar.gz
Normal file
3
fastfetch-2.11.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64
|
||||||
|
size 1321195
|
@ -1,3 +1,63 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- 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 <pirateclip@protonmail.com>
|
Wed May 1 04:43:10 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fastfetch
|
Name: fastfetch
|
||||||
Version: 2.11.0
|
Version: 2.11.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Neofetch-like tool written mostly in C
|
Summary: Neofetch-like tool written mostly in C
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user