diff --git a/fastfetch-2.25.0.tar.gz b/fastfetch-2.25.0.tar.gz deleted file mode 100644 index bd2e688..0000000 --- a/fastfetch-2.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17ea39fd062d5bccc9c608e868f593a665d569646bc9b447111b3a608b648783 -size 1110619 diff --git a/fastfetch-2.26.1.tar.gz b/fastfetch-2.26.1.tar.gz new file mode 100644 index 0000000..eb23d82 --- /dev/null +++ b/fastfetch-2.26.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4320d1c304df6880e8c944e6a36340d12a3340477be40b2ead42be308a7fcdaf +size 1120664 diff --git a/fastfetch.changes b/fastfetch.changes index b16832f..76e5f8f 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sun Sep 29 16:05:07 UTC 2024 - RN + +- 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=` + - 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 diff --git a/fastfetch.spec b/fastfetch.spec index c961db4..eadf561 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -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