From 1c0c9e7309224a3ee489709567babc5c2cc4c17a967e0e915f988e0423c3edb4 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Tue, 23 Apr 2024 19:39:51 +0000 Subject: [PATCH] - update to 2.10.2: Changes: * We now always detect max frequency of GPUs for consistent, instead of current frequency Features: * Improve display detection for wlroots based WMs. Fastfetch now correctly reports fractional scale factors in hyprland (Display, Linux) * Improve GPU detection on Linux (GPU, Linux) - Support GPU memory usage detection for AMD GPUs - Support GPU frequency detection for Intel GPUs * Improve performance of Gnome version detection (DE, Linux) * Improve performance of kitty version detection (Terminal, Linux) * Detect refresh rate when using --ds-force-drm sysfs-only (Display, Linux) * Add option --ts-version to disable terminal and shell version detection. Mainly for benchmarking purposes * Improve performance of detecting WSL version (Host, Linux) Bugfixes: * Correctly detect /bin/sh as current shell if it's used as default shell (Shell, Linux) * Work around an issue which CPU module reports incorrect CPU frequency that is too high (CPU, Linux) * Don't print ANSI escape codes in --pipe mode OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=62 --- fastfetch-2.10.2.tar.gz | 3 +++ fastfetch-2.9.2.tar.gz | 3 --- fastfetch.changes | 21 +++++++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 fastfetch-2.10.2.tar.gz delete mode 100644 fastfetch-2.9.2.tar.gz diff --git a/fastfetch-2.10.2.tar.gz b/fastfetch-2.10.2.tar.gz new file mode 100644 index 0000000..17a46e3 --- /dev/null +++ b/fastfetch-2.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e52c6152b750fc13248dcb5d55259474ced25e4b09fdc965ea310565c1cdf78 +size 1315785 diff --git a/fastfetch-2.9.2.tar.gz b/fastfetch-2.9.2.tar.gz deleted file mode 100644 index c34c0d8..0000000 --- a/fastfetch-2.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ca9e48ed30c49fc50d5f64a2ce327a9f00ce4497feac01865c50086cc43e5ce -size 1294912 diff --git a/fastfetch.changes b/fastfetch.changes index 9b27288..9b6a8b1 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Apr 23 19:38:05 UTC 2024 - Gordon Leung + +- update to 2.10.2: + Changes: + * We now always detect max frequency of GPUs for consistent, instead of current frequency + Features: + * Improve display detection for wlroots based WMs. Fastfetch now correctly reports fractional scale factors in hyprland (Display, Linux) + * Improve GPU detection on Linux (GPU, Linux) + - Support GPU memory usage detection for AMD GPUs + - Support GPU frequency detection for Intel GPUs + * Improve performance of Gnome version detection (DE, Linux) + * Improve performance of kitty version detection (Terminal, Linux) + * Detect refresh rate when using --ds-force-drm sysfs-only (Display, Linux) + * Add option --ts-version to disable terminal and shell version detection. Mainly for benchmarking purposes + * Improve performance of detecting WSL version (Host, Linux) + Bugfixes: + * Correctly detect /bin/sh as current shell if it's used as default shell (Shell, Linux) + * Work around an issue which CPU module reports incorrect CPU frequency that is too high (CPU, Linux) + * Don't print ANSI escape codes in --pipe mode + ------------------------------------------------------------------- Tue Apr 16 10:04:27 UTC 2024 - Gordon Leung diff --git a/fastfetch.spec b/fastfetch.spec index 74d1cc8..c281532 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.9.2 +Version: 2.10.2 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT