2023-08-22 04:53:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 22 02:50:15 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 2.0.1:
|
|
|
|
* Changes:
|
|
|
|
- Unescape strings only when parsing .conf files
|
|
|
|
- Previously: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \: *.
|
|
|
|
Note the backslashs are unescaped twice (once by shell and once by fastfetch).
|
|
|
|
- Now: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \\: *
|
|
|
|
- Remove option shortcut -c (alias of --color), which is more commonly used as alias of --config
|
|
|
|
- Rename --recache to --logo-recache (which is used for regenerate image logo cache). Remove option shortcut -r (alias of --recache).
|
|
|
|
- Detecting brightness of external displays with DDC/CI is no longer guarded behind --allow-slow-operations (Brightness)
|
|
|
|
* Features:
|
|
|
|
- Add --key-width for aligning the left edge of values, supported both for global --key-width and specific module --module-key-width
|
|
|
|
- Add --bar-char-elapsed, --bar-char-total, --bar-width and --bar-border options
|
|
|
|
- Add CMake option ENABLE_SYSTEM_YYJSON, which allow building fastfetch with system-provided yyjson (for package managers)
|
|
|
|
- Add new module Version, which prints fastfetch version (like fastfetch --version)
|
|
|
|
* Bugfixes:
|
|
|
|
- Fix label detection. Use --disk-key 'Disk ({2})' to display it (Disk, Linux)
|
|
|
|
- Fix some module options were not inited
|
|
|
|
- Fix terminal version and font detection on NixOS (Terminal, Linux)
|
|
|
|
|
Accepting request 1099853 from home:dirkmueller:Factory
- update to 1.12.2:
* Support terminator terminal version detection (Linux,
Terminal)
* Support `pkgtool` package manager detection (Linux, Packages)
* Support `Far` shell version detection (Windows, Shell)
* Fix ConEmu terminal detection in some special cases (Windows,
Terminal, #488)
* Fix incorrect Host on M2 Mac Studio with M2 Max CPU (macOS,
Host, #490)
* Support KDE / LXQT / MATE / Cinnamon wallpaper detection
(Wallpaper, Linux)
* Support QTerminal version & terminal font detection
* Support MATE Terminal version & terminal font detection
* Set `--pipe true` automatically if stdout is not a tty
* Detect new macs released on WWDC 2023 (macOS, Host)
* Count cached memory as free memory (FreeBSD, Memory)
* Support sound detection (FreeBSD, Sound)
* Fix `--logo-padding-left` doesn't work when `--logo-padding-
top` is set (Logo)
* Fix KDE version detection on Fedora (DE)
* Include limits.h when needed (Linux, #472)
* Fix Windows drives detection in WSL (Linux, Disk)
* Fix crash on newer wayland desktops (Linux, Display, #477)
OBS-URL: https://build.opensuse.org/request/show/1099853
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=19
2023-07-21 13:51:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 21 07:30:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.12.2:
|
|
|
|
* Support terminator terminal version detection (Linux,
|
|
|
|
Terminal)
|
|
|
|
* Support `pkgtool` package manager detection (Linux, Packages)
|
|
|
|
* Support `Far` shell version detection (Windows, Shell)
|
|
|
|
* Fix ConEmu terminal detection in some special cases (Windows,
|
|
|
|
Terminal, #488)
|
|
|
|
* Fix incorrect Host on M2 Mac Studio with M2 Max CPU (macOS,
|
|
|
|
Host, #490)
|
|
|
|
* Support KDE / LXQT / MATE / Cinnamon wallpaper detection
|
|
|
|
(Wallpaper, Linux)
|
|
|
|
* Support QTerminal version & terminal font detection
|
|
|
|
* Support MATE Terminal version & terminal font detection
|
|
|
|
* Set `--pipe true` automatically if stdout is not a tty
|
|
|
|
* Detect new macs released on WWDC 2023 (macOS, Host)
|
|
|
|
* Count cached memory as free memory (FreeBSD, Memory)
|
|
|
|
* Support sound detection (FreeBSD, Sound)
|
|
|
|
* Fix `--logo-padding-left` doesn't work when `--logo-padding-
|
|
|
|
top` is set (Logo)
|
|
|
|
* Fix KDE version detection on Fedora (DE)
|
|
|
|
* Include limits.h when needed (Linux, #472)
|
|
|
|
* Fix Windows drives detection in WSL (Linux, Disk)
|
|
|
|
* Fix crash on newer wayland desktops (Linux, Display, #477)
|
|
|
|
|
2023-06-12 11:23:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 12 09:20:12 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.11.3:
|
|
|
|
Features:
|
|
|
|
* Support display name, type, rotation detection on Wayland (Linux, Display)
|
|
|
|
* Print more useful display name instead of intel_backlight (Linux, Brightness)
|
|
|
|
* Icons module supports Windows (Windows, Icons)
|
|
|
|
* Add Wallpaper module which shows the current wallpaper image path
|
|
|
|
* Add mac address detection --localip-show-mac (LocalIP, #451)
|
|
|
|
Bugfixes:
|
|
|
|
* Fix Gnome version detection on Fedora (DE)
|
|
|
|
* Fix Windows drives detection in WSL (Disk)
|
|
|
|
* Fix a segfault bug, regression of 1.11.1
|
|
|
|
Changes:
|
|
|
|
* In order to make Icons module consistant between different platforms,
|
|
|
|
--icons-format no longer supports individual GTK / QT icon params.
|
|
|
|
* --theme-format no longer supports individual GTK / plasma theme params.
|
|
|
|
* --local-ip-* and --public-ip-* have been changed to --localip-* and --publicip-*
|
|
|
|
* --localip-compact-type is no longer supported. Fastfetch now display IPs as
|
|
|
|
--localip-compat-type multiline by default, with --local-compact true can be set as an alias of --localip-compact-type oneline
|
|
|
|
* --localip-v6first is no longer supported.
|
|
|
|
|
2023-05-17 16:35:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 17 14:34:44 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Move configuration files based on openSUSE distribution.
|
|
|
|
|
2023-05-17 16:15:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 17 14:13:18 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2023-03-04 02:56:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 4 01:55:25 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.10.3:
|
|
|
|
* Fix uninitialized variables (GPU, Windows)
|
|
|
|
* Fix compiling errors (Windows)
|
|
|
|
* Improve performance (WmTheme amd Font, Windows and macOS)
|
|
|
|
* Enable nonblocking public-ip / weather detection (Android)
|
|
|
|
|
2023-02-02 03:55:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 2 02:54:22 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.9.1:
|
|
|
|
* Fix builds on s390x (@jonathanspw, #402)
|
|
|
|
* Fix zero refresh rate on some monitors (macOS)
|
|
|
|
* Fix default formatting of Wifi module
|
|
|
|
|
2023-01-23 16:18:07 +01:00
|
|
|
-------------------------------------------------------------------
|
2023-01-23 16:36:04 +01:00
|
|
|
Mon Jan 23 16:30:55 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
2023-01-23 16:18:07 +01:00
|
|
|
|
|
|
|
- Update to version 1.9.0
|
|
|
|
* fastfetch no longer creates a sample config file silently. Use --gen-config to generate one.
|
|
|
|
* fastfetch now search for user config file in the order of fastfetch --list-config-paths
|
|
|
|
* Unknown disks are hidden by default.
|
|
|
|
* Resolution module is renamed to Display.
|
|
|
|
* new options: --logo-padding-top, --list-config-paths, --list-data-paths, --gpu-hide-integrated, --gpu-hide-discrete
|
|
|
|
* Raw image file as logo support
|
|
|
|
* Add Brightness, Wifi module support
|
|
|
|
* Disk name support for Linux
|
|
|
|
* Fix rpm package count detection
|
|
|
|
* Fix cpu temp detection
|
|
|
|
|
- Update to version 1.8.2. Changes since then to this version:
* 1.8.2:
- Fix memleaks Users module (Windows)
- Fix shell detection when installed with scoop (Windows)
- Don't use libcJSON as wlanapi's dll name (Windows)
- Align artifact names to other platforms (Windows)
* 1.8.1:
- Bios / Board / Chassis modules are splitted against Host module for performance reasons
- Caching is removed. Option --nocache is removed accordingly
- Windows (7 and newer) is officially and fully supported
- FreeBSD support is improved greatly (Bios, Cpu Temp, Cpu Usage, Disk, Host, Processes, Swap, Terminal / Shell, Uptime)
- Adds a new flag --stat, which prints time usage for individual modules
- Adds Wifi module which supports Windows and macOS
- Adds data source option for logo printing
- Detects Homebrew Cellar and Cask seperately
- Detects WSL version
- Detects disk based on mount point
- Exposes more chafa configs
- Improves performance for Cpu Usage, Public IP, Weather modules
- Improves performance for Kitty image protocol when both image width / height specified
- Improves performance for large file loading
- Improves performance for macOS WM and Host detection
- Improves shell and terminal detection on macOS
- Supports Deepin Terminal terminal font
- Supports GPU detection on Android
- Supports Kitty Terminal terminal font
- Supports bar output for percentage values
- Supports Bios module on macOS
- Supports eopkg package manager detection
- Supports iTerm image logo protocol
- Supports image logo printing on macOS
- Supports tcsh version detection
- Vulkan module on macOS no longer requires vulkan-loader to work
- Fixes disk size detection on 32bit Linux (#337)
- Fixes cpu freq detection in WSL
- Fixes internal bug of FFstrbuf
- Fixes some memory leaks
- Fixes segfault if 0 is given as argument index
- Lots of code refactors
- Added new logos:
* Alpine
* CRUX
* EndeavourOS
* Enso
* Garuda small
* Nobara
* OpenMandriva
* Parabola GNU/Linux-libre
* Rocky
* Rosa
* Solus
* Univalent
* Vanilla OS
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=3
2023-01-18 03:51:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 18 02:47:19 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 1.8.2. Changes since then to this version:
|
|
|
|
* 1.8.2:
|
|
|
|
- Fix memleaks Users module (Windows)
|
|
|
|
- Fix shell detection when installed with scoop (Windows)
|
|
|
|
- Don't use libcJSON as wlanapi's dll name (Windows)
|
|
|
|
- Align artifact names to other platforms (Windows)
|
|
|
|
* 1.8.1:
|
|
|
|
- Bios / Board / Chassis modules are splitted against Host module for performance reasons
|
|
|
|
- Caching is removed. Option --nocache is removed accordingly
|
|
|
|
- Windows (7 and newer) is officially and fully supported
|
|
|
|
- FreeBSD support is improved greatly (Bios, Cpu Temp, Cpu Usage, Disk, Host, Processes, Swap, Terminal / Shell, Uptime)
|
|
|
|
- Adds a new flag --stat, which prints time usage for individual modules
|
|
|
|
- Adds Wifi module which supports Windows and macOS
|
|
|
|
- Adds data source option for logo printing
|
|
|
|
- Detects Homebrew Cellar and Cask seperately
|
|
|
|
- Detects WSL version
|
|
|
|
- Detects disk based on mount point
|
|
|
|
- Exposes more chafa configs
|
|
|
|
- Improves performance for Cpu Usage, Public IP, Weather modules
|
|
|
|
- Improves performance for Kitty image protocol when both image width / height specified
|
|
|
|
- Improves performance for large file loading
|
|
|
|
- Improves performance for macOS WM and Host detection
|
|
|
|
- Improves shell and terminal detection on macOS
|
|
|
|
- Supports Deepin Terminal terminal font
|
|
|
|
- Supports GPU detection on Android
|
|
|
|
- Supports Kitty Terminal terminal font
|
|
|
|
- Supports bar output for percentage values
|
|
|
|
- Supports Bios module on macOS
|
|
|
|
- Supports eopkg package manager detection
|
|
|
|
- Supports iTerm image logo protocol
|
|
|
|
- Supports image logo printing on macOS
|
|
|
|
- Supports tcsh version detection
|
|
|
|
- Vulkan module on macOS no longer requires vulkan-loader to work
|
|
|
|
- Fixes disk size detection on 32bit Linux (#337)
|
|
|
|
- Fixes cpu freq detection in WSL
|
|
|
|
- Fixes internal bug of FFstrbuf
|
|
|
|
- Fixes some memory leaks
|
|
|
|
- Fixes segfault if 0 is given as argument index
|
|
|
|
- Lots of code refactors
|
|
|
|
- Added new logos:
|
|
|
|
* Alpine
|
|
|
|
* CRUX
|
|
|
|
* EndeavourOS
|
|
|
|
* Enso
|
|
|
|
* Garuda small
|
|
|
|
* Nobara
|
|
|
|
* OpenMandriva
|
|
|
|
* Parabola GNU/Linux-libre
|
|
|
|
* Rocky
|
|
|
|
* Rosa
|
|
|
|
* Solus
|
|
|
|
* Univalent
|
|
|
|
* Vanilla OS
|
|
|
|
|
2022-12-08 08:51:53 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 7 21:59:05 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for fastfetch 1.7.5
|