Accepting request 1142073 from utilities
OBS-URL: https://build.opensuse.org/request/show/1142073 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=12
This commit is contained in:
commit
8c705169f5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dbde7bb445f8e13ca8e2a324e05b6cda5bc7ed5121684d4dd0105cfb583c757e
|
|
||||||
size 913193
|
|
3
fastfetch-2.7.0.tar.gz
Normal file
3
fastfetch-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa64838f7107bbcffecc303e94bf587a5cddc1082d3f83e13d3f5fc97b93250d
|
||||||
|
size 1000300
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 28 04:50:07 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
- update to version 2.7.0:
|
||||||
|
Changes:
|
||||||
|
* Add new module TerminalTheme, which prints the foreground and background color of the current terminal window.
|
||||||
|
* Allow command substitution when expanding paths
|
||||||
|
* Improve xonsh shell detection (Shell)
|
||||||
|
* Support colored percentage values (Bluetooth / Gamepad / Sound)
|
||||||
|
* Add --<module>-percent-[green|yellow] options to specify threshold of percentage colors
|
||||||
|
* Add --percent-color-[green|yellow|red] options to specify color of different percent value states.
|
||||||
|
* Remove support of option --battery-dir. We detect a lot of things in /sys/class/*
|
||||||
|
and only module Battery supports specifying a custom directory for some reason, which is weird.
|
||||||
|
* Remove --chassis-use-wmi which is no longer used.
|
||||||
|
* --gpu-use-nvml has been renamed to --gpu-driver-specific due to using of IGCL and AGS
|
||||||
|
* We now detect external partitions more conservatively in Linux. USB partitions will not be detected as external always
|
||||||
|
Features:
|
||||||
|
* Default preset names to .jsonc. For example, fastfetch -c all will load presets/all.jsonc
|
||||||
|
* Support more properties of physical disks (PhysicalDisk)
|
||||||
|
* Support SSD temperature detection with --physicaldisk-temp (PhysicalDisk)
|
||||||
|
* Support ash (default shell of BusyBox) version detection (Shell, Linux)
|
||||||
|
* Support manufacture date and serial number detection for physical monitors (Monitor)
|
||||||
|
* Support battery serial number and manufacturer date detection (Battery)
|
||||||
|
* Support host serial number and UUID detection (Host)
|
||||||
|
* Support battery level detection for gamepads where possible (Gamepad)
|
||||||
|
Bugfixes:
|
||||||
|
* Fix segfault in CPU module when running in aarch64 machine without lscpu installed (CPU, Linux)
|
||||||
|
* Don't use login as terminal process (Terminal, Linux)
|
||||||
|
* Create sub folders when writing config file
|
||||||
|
* Fix Btrfs subvolumes being detected as external partitions some times (Linux, Disk)
|
||||||
|
* Fix battery cycle counts in some places (Battery)
|
||||||
|
* Fix physical monitor detection with Nvidia drivers (Monitor, Linux)
|
||||||
|
* Fix locale module printing unexpected results in specific environments (Locale)
|
||||||
|
|
||||||
|
For more info: https://github.com/fastfetch-cli/fastfetch/releases
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 23 08:15:55 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Sat Dec 23 08:15:55 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fastfetch
|
# spec file for package fastfetch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fastfetch
|
Name: fastfetch
|
||||||
Version: 2.4.0
|
Version: 2.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Neofetch-like tool written in C
|
Summary: Neofetch-like tool written in C
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -59,7 +59,7 @@ Recommends: zlib
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
Fastfetch is a neofetch-like tool for fetching system information and
|
Fastfetch is a neofetch-like tool for fetching system information and
|
||||||
displaying them in a pretty way. It is written in pure c, with performance and
|
displaying them in a pretty way. It is written in pure C, with performance and
|
||||||
customizability in mind. Currently Linux, Android, FreeBSD,
|
customizability in mind. Currently Linux, Android, FreeBSD,
|
||||||
MacOS and Windows 7+ are supported.
|
MacOS and Windows 7+ are supported.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user