From 9bd4cb0909eddaf90d12c6144374c93e0a1547bbbbf175331f6567e9354bbca2 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Thu, 4 Apr 2024 04:55:33 +0000 Subject: [PATCH] - update to 2.9.0: Features: * Support Lxterminal version detection (Terminal, Linux) * Support weston-terminal version and font detection (TerminalFont, Linux) * Support am package manager detection (Packages, Linux) * Support network prefix length detection for IPv6 (LocalIP) * Display all IPs when multiple IPs are assigned to the same interface (LocalIP) * Add option --localip-show-prefix-len to show network prefix length for both IPv4 and IPv6. Defaults to true (LocalIP) Bugfixes: * Fix network prefix length detection when the value is greater than 24 (LocalIP, Linux) * For xfce4-terminal, use system mono font if no config file is found (TerminalFont, Linux) OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=56 --- fastfetch-2.8.10.tar.gz | 3 --- fastfetch-2.9.0.tar.gz | 3 +++ fastfetch.changes | 16 ++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.8.10.tar.gz create mode 100644 fastfetch-2.9.0.tar.gz diff --git a/fastfetch-2.8.10.tar.gz b/fastfetch-2.8.10.tar.gz deleted file mode 100644 index 09fa2c7..0000000 --- a/fastfetch-2.8.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3ea8388d79cc02ed1a6e45b8e5fec4068507ca03923386bdc9a7b3ff02d2a52 -size 1290142 diff --git a/fastfetch-2.9.0.tar.gz b/fastfetch-2.9.0.tar.gz new file mode 100644 index 0000000..daf2c7f --- /dev/null +++ b/fastfetch-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0b0d0bf4d4569fb5dff6b1d67bc8d2091ed4a9aec6ab43c2c73430dff1f9dc +size 1290168 diff --git a/fastfetch.changes b/fastfetch.changes index 577b6bb..195796f 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Apr 4 04:54:12 UTC 2024 - Gordon Leung + +- update to 2.9.0: + Features: + * Support Lxterminal version detection (Terminal, Linux) + * Support weston-terminal version and font detection (TerminalFont, Linux) + * Support am package manager detection (Packages, Linux) + * Support network prefix length detection for IPv6 (LocalIP) + * Display all IPs when multiple IPs are assigned to the same interface (LocalIP) + * Add option --localip-show-prefix-len to show network prefix length for both IPv4 and IPv6. Defaults to true (LocalIP) + Bugfixes: + * Fix network prefix length detection when the value is greater than 24 (LocalIP, Linux) + * For xfce4-terminal, use system mono font if no config file is found (TerminalFont, Linux) + + ------------------------------------------------------------------- Mon Mar 25 07:09:10 UTC 2024 - Gordon Leung diff --git a/fastfetch.spec b/fastfetch.spec index aa94e9c..09de03a 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.8.10 +Version: 2.9.0 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT