From 1e50f5986eed6abbd1a8e28a5e62196296af4fb71cf6291f1dfcec9eb96dd1f2 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 17 May 2023 14:15:14 +0000 Subject: [PATCH] - Update to version 1.11.0: * Support linuxbrew * Support foot terminal * Support cursor size detection on Windows * Support cursor detection on macOS * Support display name, display type and decimal refresh rate detection * Support --display-compact-type to display multiple resolutions in one line * Support flatpak-user * Support --gpu-force-vulkan to force using vulkan to detect GPUs, which support video memory usage detection with --allow-slow-operations * Fix date time format * Fix compiling with musl * Don't exit if libpci is failed to init * Names of most well-known gamepads are correctly printed instead of Wireless Controller on Windows * Small update for nobara logo OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=11 --- fastfetch-1.10.3.tar.gz | 3 --- fastfetch-1.11.0.tar.gz | 3 +++ fastfetch.changes | 18 ++++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-1.10.3.tar.gz create mode 100644 fastfetch-1.11.0.tar.gz diff --git a/fastfetch-1.10.3.tar.gz b/fastfetch-1.10.3.tar.gz deleted file mode 100644 index 5bbcfa6..0000000 --- a/fastfetch-1.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55385feb4f4d7c16b3e8555afb20b030f3dbf446e225b09f1dcae163702225b6 -size 528112 diff --git a/fastfetch-1.11.0.tar.gz b/fastfetch-1.11.0.tar.gz new file mode 100644 index 0000000..48578d5 --- /dev/null +++ b/fastfetch-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900b3c19f56fca59fd90ae2a033f40fec00185f2a0078dabdcc13a27635dd989 +size 531745 diff --git a/fastfetch.changes b/fastfetch.changes index 3507ec1..0f832c8 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed May 17 14:13:18 UTC 2023 - Soc Virnyl Estela + +- Update to version 1.11.0: + * Support linuxbrew + * Support foot terminal + * Support cursor size detection on Windows + * Support cursor detection on macOS + * Support display name, display type and decimal refresh rate detection + * Support --display-compact-type to display multiple resolutions in one line + * Support flatpak-user + * Support --gpu-force-vulkan to force using vulkan to detect GPUs, which support video memory usage detection with --allow-slow-operations + * Fix date time format + * Fix compiling with musl + * Don't exit if libpci is failed to init + * Names of most well-known gamepads are correctly printed instead of Wireless Controller on Windows + * Small update for nobara logo + ------------------------------------------------------------------- Sat Mar 4 01:55:25 UTC 2023 - Soc Virnyl Estela diff --git a/fastfetch.spec b/fastfetch.spec index f27db86..aa1412d 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 1.10.3 +Version: 1.11.0 Release: 0 Summary: Neofetch-like tool written in C License: MIT