- update to version 2.4.0:
**BREAKING** We are deprecating flags based config files (will be removed in v3.0.0). We suggest you migrate to json based config files. One may use `-c /path/to/config.conf --gen-config` to migrate existing flag based config files. Changes: * All flag based presets are removed Features: * Improve performance of detecting rpm and pkg package count (Packages, Linux / FreeBSD) * Support Apple M3X temperature detection (CPU / GPU, macOS) * `--ds-force-drm` support a new option `sysfs-only` * Improve xfce4 version detection * Detect WM and DE by enumerating running processes (WM / DE, FreeBSD) * Add a new module `Physical Disk`, which detects product name, full size, serial number and so on. Bugfixes: * Fix crashes sometimes when `--logo-padding-top` is not set (Logo) * Fix memory usage counting algorithm (Memory, macOS) * Fix the behavior of `--no-buffer` in Windows * Fix possible segfault in some devices (Display, Linux) * Fix segfaults on first use of new images with Sixel flag (Image) OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=29
This commit is contained in:
parent
5983198361
commit
3a0d37b794
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dda15a6a73b8e6983d808d3f82567a0e8a333a3fdb53921d88a8bb2d65a38f32
|
|
||||||
size 901203
|
|
3
fastfetch-2.4.0.tar.gz
Normal file
3
fastfetch-2.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dbde7bb445f8e13ca8e2a324e05b6cda5bc7ed5121684d4dd0105cfb583c757e
|
||||||
|
size 913193
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 23 08:15:55 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- update to version 2.4.0:
|
||||||
|
**BREAKING**
|
||||||
|
We are deprecating flags based config files (will be removed in v3.0.0).
|
||||||
|
We suggest you migrate to json based config files.
|
||||||
|
One may use `-c /path/to/config.conf --gen-config` to migrate existing flag
|
||||||
|
based config files.
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
* All flag based presets are removed
|
||||||
|
Features:
|
||||||
|
* Improve performance of detecting rpm and pkg package count (Packages, Linux / FreeBSD)
|
||||||
|
* Support Apple M3X temperature detection (CPU / GPU, macOS)
|
||||||
|
* `--ds-force-drm` support a new option `sysfs-only`
|
||||||
|
* Improve xfce4 version detection
|
||||||
|
* Detect WM and DE by enumerating running processes (WM / DE, FreeBSD)
|
||||||
|
* Add a new module `Physical Disk`, which detects product name, full size, serial number and so on.
|
||||||
|
Bugfixes:
|
||||||
|
* Fix crashes sometimes when `--logo-padding-top` is not set (Logo)
|
||||||
|
* Fix memory usage counting algorithm (Memory, macOS)
|
||||||
|
* Fix the behavior of `--no-buffer` in Windows
|
||||||
|
* Fix possible segfault in some devices (Display, Linux)
|
||||||
|
* Fix segfaults on first use of new images with Sixel flag (Image)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 21 15:32:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue Nov 21 15:32:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fastfetch
|
Name: fastfetch
|
||||||
Version: 2.2.3
|
Version: 2.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Neofetch-like tool written in C
|
Summary: Neofetch-like tool written in C
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user