From 4e171601f810033ba58c2885c054e35c9ed9622e9cb5e12ec1f2c16b381657be Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Wed, 23 Oct 2024 18:04:44 +0000 Subject: [PATCH] - update to 2.28.0 Changes: * Due to the upstream removal of MSYS2 CLANG32 environment, `fastfetch-windows-i686` is now built with the ancient and untested MSVCRT. Unknown bugs are expected Features: * Add new module `Mouse` and `Keyboard` which display connected mice and keyboards * Support remaining time detection (Battery) * Report if AC is connected (Battery, Linux) * Report platform API used for display detection for debugging (Display) * Report Wine version when running in Wine (Kernel, Windows) * Add option `waitTime` in modules `CPUUsage`, `DiskIO` and `NetIO` Bugfixes: * Fix used memory size detection (Memory, OpenBSD) * Don't report invalid fragmentation percentage when fails to detect it (Zpool) * Fix unexpected errors when running fastfetch in parallel (gh#fastfetch-cli/fastfetch#1346, Windows) * Don't report obviously invalid temperature values (PhysicalDisk, Linux) Logos: * Add eweOS * Add MidOS * Update XeroArch OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=115 --- fastfetch-2.27.1.tar.gz | 3 --- fastfetch-2.28.0.tar.gz | 3 +++ fastfetch.changes | 31 +++++++++++++++++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.27.1.tar.gz create mode 100644 fastfetch-2.28.0.tar.gz diff --git a/fastfetch-2.27.1.tar.gz b/fastfetch-2.27.1.tar.gz deleted file mode 100644 index 5e24167..0000000 --- a/fastfetch-2.27.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de12f8cdb52bc1f123aa9b37813f009eeb09f15cbf43b033693c2936716e2626 -size 1123299 diff --git a/fastfetch-2.28.0.tar.gz b/fastfetch-2.28.0.tar.gz new file mode 100644 index 0000000..e977f05 --- /dev/null +++ b/fastfetch-2.28.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115d9947ee0acf6246894888998db31de024f651123396c6251033390c241dc7 +size 1131275 diff --git a/fastfetch.changes b/fastfetch.changes index 0d36315..55a45e9 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Wed Oct 23 17:45:08 UTC 2024 - RN + +- update to 2.28.0 + Changes: + * Due to the upstream removal of MSYS2 CLANG32 environment, + `fastfetch-windows-i686` is now built with the ancient and + untested MSVCRT. Unknown bugs are expected + Features: + * Add new module `Mouse` and `Keyboard` which display connected + mice and keyboards + * Support remaining time detection (Battery) + * Report if AC is connected (Battery, Linux) + * Report platform API used for display detection for debugging + (Display) + * Report Wine version when running in Wine (Kernel, Windows) + * Add option `waitTime` in modules `CPUUsage`, `DiskIO` and + `NetIO` + Bugfixes: + * Fix used memory size detection (Memory, OpenBSD) + * Don't report invalid fragmentation percentage when fails to + detect it (Zpool) + * Fix unexpected errors when running fastfetch in parallel + (gh#fastfetch-cli/fastfetch#1346, Windows) + * Don't report obviously invalid temperature values + (PhysicalDisk, Linux) + Logos: + * Add eweOS + * Add MidOS + * Update XeroArch + ------------------------------------------------------------------- Sun Oct 6 22:42:14 UTC 2024 - RN diff --git a/fastfetch.spec b/fastfetch.spec index 2c67379..8435b2a 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.27.1 +Version: 2.28.0 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT