Accepting request 1204541 from utilities
OBS-URL: https://build.opensuse.org/request/show/1204541 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=45
This commit is contained in:
commit
5321cc6e5f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17ea39fd062d5bccc9c608e868f593a665d569646bc9b447111b3a608b648783
|
||||
size 1110619
|
3
fastfetch-2.26.1.tar.gz
Normal file
3
fastfetch-2.26.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4320d1c304df6880e8c944e6a36340d12a3340477be40b2ead42be308a7fcdaf
|
||||
size 1120664
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 16:05:07 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||
|
||||
- update to 2.26.1
|
||||
Changes:
|
||||
* To be consistent to other platforms, CPU frequency detection
|
||||
on Linux no longer checks `bios_limit`
|
||||
Features:
|
||||
* Detect GPU index (gh#fastfetch-cli/fastfetch#1267, GPU)
|
||||
* Count Flatpak runtime packages
|
||||
(gh#fastfetch-cli/fastfetch#1085, Packages, Linux)
|
||||
* Support `pacstall` package manager (Packages, Linux)
|
||||
- CMake `-DPACKAGES_DISABLE_PACSTALL=ON` can be used to disable
|
||||
* Support CU core count, max frequency, VMEM usage detection for
|
||||
AMD cards on Linux (GPU, Linux)
|
||||
- Requires `--gpu-driver-specific`
|
||||
* Support EU core count, VMEM size detection Intel cards on Linux
|
||||
(GPU, Linux)
|
||||
- Requires --gpu-driver-specific. VMEM usage detection requires
|
||||
root permissions
|
||||
* Add new module TPM to print TPM (Trusted Platform Module)
|
||||
version if available (TPM)
|
||||
* Support GPU driver version detection (GPU, macOS)
|
||||
* Add new CMake option `-DENABLE_EMBEDDED_PCIIDS=<BOOL>`
|
||||
- If enabled, fastfetch will download the newest `pci.ids` file,
|
||||
transform it into C code and compile it into fastfetch
|
||||
binaries
|
||||
Bugfixes:
|
||||
* Fix font size detecton of foot terminal
|
||||
(gh#fastfetch-cli/fastfetch#1276, TerminalFont, Linux)
|
||||
* Ignore `su` and `sudo` when detecting terminal
|
||||
(gh#fastfetch-cli/fastfetch#1283, Terminal, Linux)
|
||||
* Always print inches in integer (Display)
|
||||
* Fix Wifi connection protocol detection on macOS Sequoia (Wifi,
|
||||
macOS)
|
||||
* Fix hanging when font name is long when detecting kitty term font
|
||||
(gh#fastfetch-cli/fastfetch#1289, TerminalFont)
|
||||
* Detect all enabled or connected connectors
|
||||
(gh#fastfetch-cli/fastfetch#1301, Display, Linux)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 04:17:15 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fastfetch
|
||||
Version: 2.25.0
|
||||
Version: 2.26.1
|
||||
Release: 0
|
||||
Summary: Neofetch-like tool written mostly in C
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user