- 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
This commit is contained in:
Gordon Leung 2024-10-23 18:04:44 +00:00 committed by Git OBS Bridge
parent 3934444648
commit 4e171601f8
4 changed files with 35 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de12f8cdb52bc1f123aa9b37813f009eeb09f15cbf43b033693c2936716e2626
size 1123299

3
fastfetch-2.28.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:115d9947ee0acf6246894888998db31de024f651123396c6251033390c241dc7
size 1131275

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Oct 23 17:45:08 UTC 2024 - RN <R_Nik_C@proton.me>
- 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 <R_Nik_C@proton.me>

View File

@ -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