diff --git a/fastfetch-2.20.0.tar.gz b/fastfetch-2.20.0.tar.gz deleted file mode 100644 index 89dd6fb..0000000 --- a/fastfetch-2.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:461f64bda6ab4a33085b1b75afd01e72a7d0556b678852b95fbea4916ceec2a8 -size 1076860 diff --git a/fastfetch-2.21.0.tar.gz b/fastfetch-2.21.0.tar.gz new file mode 100644 index 0000000..76c331c --- /dev/null +++ b/fastfetch-2.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d085a612b6bd9ab0f4e7bffe2632e313e6f67d432251cfd5a7f877b7194733 +size 1086262 diff --git a/fastfetch.changes b/fastfetch.changes index 86a3e4f..fa177cf 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Mon Aug 5 09:18:46 UTC 2024 - RN + +- update to 2.21.0 + Changes: + * We no longer use libnm for Wifi detection on Linux. Instead, we + use libdbus to communicate with NetworkManager directly + - To package managers: libnm dependency should be removed + Features: + * Add module `BluetoothRadio` that prints bluetooth radios installed on + the system + - Don't confuse with module `Bluetooth` which lists connected + bluetooth devices + * Detect more information when `--gpu-driver-specific` is used (GPU) + * Detect which type of nvidia driver (open source or proprietary) is + used (GPU, Linux) + * `--gpu-driver-specific` adds supports for Moore Threads GPU (GPU, + Linux / Windows) + * Use SetupAPI for detecting GPUs to support GPU detection when running + fastfetch as a Windows Service (GPU, Windows) + - See https://github.com/gpustack/gpustack/pull/97#issuecomment-2264699787 + for detail + * Detect playback status (Media, Linux) + Bugfixes: + * Don't try to connect display server in tty mode (Linux) + * Improve ssh detection + * Fix max frequency printing in custom format (CPU) + * Fix displaying random characters when detecting kitty term font + (TerminalFont, Linux) + * Make sure to detect all physical memory devices + * Don't detect `wl-restart` as WM (WM, Linux) + * Use PCI bus ID to match Nvidia cards; fix multi-GPU detection (GPU) + * Ignore invalid GPU (GPU, macOS) + * Print error when invalid color code is found + * Fix invalid refresh rate detection on old macOS versions (Display, macOS) + * Fix disk size detection on 32-bit systems (Disk, BSD) + * Don't ignore disabled GPUs (GPU, Linux) + * Fix GPU type detection on FreeBSD (GPU, FreeBSD) + * Remove shell version detection for unknown shells (Shell) + * Don't detect hyfetch as shell on NixOS (Shell, NixOS) + Logos: + * Update EndeavourOS_small + * Add QTS + ------------------------------------------------------------------- Fri Jul 26 08:48:51 UTC 2024 - RN diff --git a/fastfetch.spec b/fastfetch.spec index 3427197..8af31a3 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.20.0 +Version: 2.21.0 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT