0bb9f757ca
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 - 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 OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=89
24 lines
941 B
Plaintext
24 lines
941 B
Plaintext
## Default LFS
|
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
|
*.png filter=lfs diff=lfs merge=lfs -text
|
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
|
*.zst filter=lfs diff=lfs merge=lfs -text
|