- update to 2.27.1
Changes: * We now print " instead of ″ when displaying diagonal length in inches, so that the character can be correctly displayed in Linux console (Display) * All detection code of `monitor` module is merged into `display` module. Now `monitor` just prints the same information as ` display` with different format. Notably: - The resolution reported by monitor module is now current resolution instead of native / maximum resolution. PPI is calcuated based on current resolution too - The refresh rate reported by `monitor` module is the current refresh rate Features: * Add initial support of OpenBSD (OpenBSD) * Improve support for Raspberry pi (CPU / GPU, Linux) * Detect SOC name, instead of displaying components used in the SOC, if available (CPU, Linux) * Add option `--brightness-compact` to display multiple brightness values in one line (Brightness) * Add `day-pretty` (gh#fastfetch-cli/fastfetch#1305, DateTime) * Support network interface adapter flag detection (gh#fastfetch-cli/fastfetch#1315, LocalIP) - Enable it with `--localip-show-flags` Bugfixes: * Remove trailing newline in GPU name for Raspberry pi (gh#fastfetch-cli/fastfetch#1303, GPU, Linux) * Fix a possible buffer overflow (GPU, Linux) * Fix CPU temp incorrectly reported as 0 celsius (gh#fastfetch-cli/fastfetch#1308, CPU, Linux) * Corrently report TPM device is not found error (gh#fastfetch-cli/fastfetch#1314, TPM, Windows) * Fix errors when triggering shell completion with python3 uninstalled (gh#fastfetch-cli/fastfetch#1310) - To package managers: as shell completion scripts of fastfetch use python3, it should be added as an optional dependency of fastfetch * Fix possible crashes when detecting term font of kitty (gh#fastfetch-cli/fastfetch#1321, TerminalFont, Linux) Logos: * Add XeroArch * Add ValhallaOS OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=113
This commit is contained in:
parent
2835e672c8
commit
3934444648
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4320d1c304df6880e8c944e6a36340d12a3340477be40b2ead42be308a7fcdaf
|
|
||||||
size 1120664
|
|
3
fastfetch-2.27.1.tar.gz
Normal file
3
fastfetch-2.27.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:de12f8cdb52bc1f123aa9b37813f009eeb09f15cbf43b033693c2936716e2626
|
||||||
|
size 1123299
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 6 22:42:14 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||||
|
|
||||||
|
- update to 2.27.1
|
||||||
|
Changes:
|
||||||
|
* We now print " instead of ″ when displaying diagonal length
|
||||||
|
in inches, so that the character can be correctly displayed
|
||||||
|
in Linux console (Display)
|
||||||
|
* All detection code of `monitor` module is merged into `display`
|
||||||
|
module. Now `monitor` just prints the same information as `
|
||||||
|
display` with different format. Notably:
|
||||||
|
- The resolution reported by monitor module is now current
|
||||||
|
resolution instead of native / maximum resolution. PPI is
|
||||||
|
calcuated based on current resolution too
|
||||||
|
- The refresh rate reported by `monitor` module is the
|
||||||
|
current refresh rate
|
||||||
|
Features:
|
||||||
|
* Add initial support of OpenBSD (OpenBSD)
|
||||||
|
* Improve support for Raspberry pi (CPU / GPU, Linux)
|
||||||
|
* Detect SOC name, instead of displaying components used in the
|
||||||
|
SOC, if available (CPU, Linux)
|
||||||
|
* Add option `--brightness-compact` to display multiple
|
||||||
|
brightness values in one line (Brightness)
|
||||||
|
* Add `day-pretty` (gh#fastfetch-cli/fastfetch#1305, DateTime)
|
||||||
|
* Support network interface adapter flag detection
|
||||||
|
(gh#fastfetch-cli/fastfetch#1315, LocalIP)
|
||||||
|
- Enable it with `--localip-show-flags`
|
||||||
|
Bugfixes:
|
||||||
|
* Remove trailing newline in GPU name for Raspberry pi
|
||||||
|
(gh#fastfetch-cli/fastfetch#1303, GPU, Linux)
|
||||||
|
* Fix a possible buffer overflow (GPU, Linux)
|
||||||
|
* Fix CPU temp incorrectly reported as 0 celsius
|
||||||
|
(gh#fastfetch-cli/fastfetch#1308, CPU, Linux)
|
||||||
|
* Corrently report TPM device is not found error
|
||||||
|
(gh#fastfetch-cli/fastfetch#1314, TPM, Windows)
|
||||||
|
* Fix errors when triggering shell completion with python3
|
||||||
|
uninstalled (gh#fastfetch-cli/fastfetch#1310)
|
||||||
|
- To package managers: as shell completion scripts of fastfetch
|
||||||
|
use python3, it should be added as an optional dependency of
|
||||||
|
fastfetch
|
||||||
|
* Fix possible crashes when detecting term font of kitty
|
||||||
|
(gh#fastfetch-cli/fastfetch#1321, TerminalFont, Linux)
|
||||||
|
Logos:
|
||||||
|
* Add XeroArch
|
||||||
|
* Add ValhallaOS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 29 16:05:07 UTC 2024 - RN <R_Nik_C@proton.me>
|
Sun Sep 29 16:05:07 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fastfetch
|
Name: fastfetch
|
||||||
Version: 2.26.1
|
Version: 2.27.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Neofetch-like tool written mostly in C
|
Summary: Neofetch-like tool written mostly in C
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user