forked from pool/fastfetch
Accepting request 1189420 from utilities
OBS-URL: https://build.opensuse.org/request/show/1189420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=36
This commit is contained in:
commit
1c65b76589
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53421de317bfc918e168751cf910e7faa51ebbd71f6f4de3b56d2cc74794365f
|
||||
size 1067696
|
3
fastfetch-2.19.1.tar.gz
Normal file
3
fastfetch-2.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d2c53d4ba9801af2a7dbc6e0f1e4a301aaf28651c19c413f45659e6aa8aa1a1
|
||||
size 1075300
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 06:09:35 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||
|
||||
- update to 2.19.1
|
||||
Bugfixes:
|
||||
* Fix frequency value printing when using custom format (CPU / GPU)
|
||||
* Fix display detection for XiaoMi Android phone (Display, Android)
|
||||
Features:
|
||||
* Detect if HDR mode is enabled for screens (Display)
|
||||
- Supported in Windows and Linux (KDE) currently
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 10:40:41 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||
|
||||
- update to 2.19.0
|
||||
Changes:
|
||||
* JSON option `modules.cpu.freqNdigits` has been renamed and moved to
|
||||
`display.freq.ndigits`
|
||||
- Previously: `{ "modules": { "type": "cpu", "freqNdigits": 2 } }`
|
||||
- Now: `{ "display": { "freq": { "ndigits": 2 } } }`
|
||||
- This option now affects GPU frequency too
|
||||
- By default, frequencies are displayed in GHz. Set
|
||||
`display.freq.ndigits` to `-1` to display them in MHz
|
||||
* JSON option `display.binaryPrefix` has been moved to
|
||||
`display.size.binaryPrefix`
|
||||
- Previously: `{ "display": { "binaryPrefix": "IEC" } }`
|
||||
- Now: `{ "display": { "size": { "binaryPrefix": "IEC" } } }`
|
||||
Features:
|
||||
* Print physical diagonal length if supported (Display)
|
||||
* Detect display type in X11 mode (Display)
|
||||
* Assume displays connected via DisplayPort are external monitors
|
||||
(Display, Linux)
|
||||
* Support GPU frequency detection for Intel XE driver (GPU, Linux)
|
||||
* Detect init system on Android (InitSystem, Android)
|
||||
* Use background to display color blocks (Colors)
|
||||
- To fix weird vertical black lines in some terminals and match the
|
||||
behavior of neofetch
|
||||
- Can be reverted to old behavior with `--colors-symbol block`
|
||||
* Support Zed terminal version detection (Terminal)
|
||||
* Improve wezterm font detection (TerminalFont)
|
||||
* Add option `--separator-length`
|
||||
* Support GPU frequency detection for Apple Silicon (GPU, macOS)
|
||||
* Detect maximum refresh rate
|
||||
* Detect if HDR mode is supported and enabled (Windows, Display / Monitor)
|
||||
* Support physical monitor info detection for FreeBSD and SunOS (Monitor)
|
||||
* Support defining constant strings in JSON config file, which can be used
|
||||
to dedupe formattion strings
|
||||
Bugfixes:
|
||||
* Fix some presets
|
||||
* Better detection for XTerm terminal fonts (TerminalFont, Linux)
|
||||
* Remove debug output (Windows)
|
||||
* Fix command line option --gpu-hide-type doesn't work (GPU)
|
||||
* Fix wrong date on Raspbian 10 (DateTime, Linux)
|
||||
* Use `brightness` instead of `actuall_brightness` when detecting current
|
||||
brightness level (Brightness, Linux)
|
||||
- Ref: https://bugzilla.kernel.org/show_bug.cgi?id=203905
|
||||
* Fix buffer overflow with long font family names when detecting kitty term
|
||||
font (TerminalFont)
|
||||
* Fix some typos
|
||||
Logos:
|
||||
* Update void_small
|
||||
* Add ALT Linux
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 05:13:25 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fastfetch
|
||||
Version: 2.18.1
|
||||
Version: 2.19.1
|
||||
Release: 0
|
||||
Summary: Neofetch-like tool written mostly in C
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user