diff --git a/fastfetch-2.18.1.tar.gz b/fastfetch-2.18.1.tar.gz deleted file mode 100644 index 125d6cf..0000000 --- a/fastfetch-2.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53421de317bfc918e168751cf910e7faa51ebbd71f6f4de3b56d2cc74794365f -size 1067696 diff --git a/fastfetch-2.19.1.tar.gz b/fastfetch-2.19.1.tar.gz new file mode 100644 index 0000000..65ef7ad --- /dev/null +++ b/fastfetch-2.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2c53d4ba9801af2a7dbc6e0f1e4a301aaf28651c19c413f45659e6aa8aa1a1 +size 1075300 diff --git a/fastfetch.changes b/fastfetch.changes index 209702c..3408911 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Jul 23 06:09:35 UTC 2024 - RN + +- 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 + +- 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 diff --git a/fastfetch.spec b/fastfetch.spec index 3b66114..26422f2 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -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