diff --git a/fastfetch-2.4.0.tar.gz b/fastfetch-2.4.0.tar.gz deleted file mode 100644 index 6a26837..0000000 --- a/fastfetch-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbde7bb445f8e13ca8e2a324e05b6cda5bc7ed5121684d4dd0105cfb583c757e -size 913193 diff --git a/fastfetch-2.7.0.tar.gz b/fastfetch-2.7.0.tar.gz new file mode 100644 index 0000000..91bc07a --- /dev/null +++ b/fastfetch-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa64838f7107bbcffecc303e94bf587a5cddc1082d3f83e13d3f5fc97b93250d +size 1000300 diff --git a/fastfetch.changes b/fastfetch.changes index bd40a06..ea91dd8 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun Jan 28 04:50:07 UTC 2024 - Gordon Leung + +- 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 ---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 diff --git a/fastfetch.spec b/fastfetch.spec index b79c7c8..5e96b42 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.4.0 +Version: 2.7.0 Release: 0 Summary: Neofetch-like tool written in C License: MIT @@ -59,7 +59,7 @@ Recommends: zlib %description 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, MacOS and Windows 7+ are supported.