Commit Graph

124 Commits

Author SHA256 Message Date
Ana Guerrero
ff5182b34a Accepting request 1177809 from utilities
- update to 2.14.0
   Features:
    * Support monochrome bar type
    * Apply default color palettes in --file and --data (Logo)
    * Support named variable placeholders in custom module formattion string
     - --title-format '{user-name-colored}{at-symbol-colored}{host-name-colored}'
       is equivalent to --title-format '{6}{7}{8}'
    * Support named color placeholders in custom module formattion string
     - --<module>-format '{#red}' is equivalent to --<module>-format '{#31}'
     - '{#red}' or '{#31}' is preferred over \u001b[31m because is more readable
       and --pipe aware (will be ignored in pipe mode)
     - Supported in Custom module too
     - See fastfetch -h format for detail
    * Add new module InitSystem, which detects the name of init system
     - i.e. process name of pid1. init, systemd, etc
    * Add option --color-separator to set the color of key-value separators
    * Print error reason when vulkan init fails (Vulkan)
   Bugfixes:
    * Don't detect .conf files in --list-config-paths
    * Fix outputColor doesn't work if module keys are disabled

OBS-URL: https://build.opensuse.org/request/show/1177809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=30
2024-05-31 20:17:01 +00:00
Gordon Leung
e121608ffa - update to 2.14.0
Features:
    * Support monochrome bar type
    * Apply default color palettes in --file and --data (Logo)
    * Support named variable placeholders in custom module formattion string
     - --title-format '{user-name-colored}{at-symbol-colored}{host-name-colored}'
       is equivalent to --title-format '{6}{7}{8}'
    * Support named color placeholders in custom module formattion string
     - --<module>-format '{#red}' is equivalent to --<module>-format '{#31}'
     - '{#red}' or '{#31}' is preferred over \u001b[31m because is more readable
       and --pipe aware (will be ignored in pipe mode)
     - Supported in Custom module too
     - See fastfetch -h format for detail
    * Add new module InitSystem, which detects the name of init system
     - i.e. process name of pid1. init, systemd, etc
    * Add option --color-separator to set the color of key-value separators
    * Print error reason when vulkan init fails (Vulkan)
   Bugfixes:
    * Don't detect .conf files in --list-config-paths
    * Fix outputColor doesn't work if module keys are disabled

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=73
2024-05-30 20:47:24 +00:00
Ana Guerrero
ed217712a4 Accepting request 1176874 from utilities
- update to 2.13.2:
   Bugfixes:
    - Remove DRM driver version detection feature,
      which caused a performance regression for nouveau drivers (Display, Linux)
    - Don't use *-unknown as display name for Wayland protocol (Display, Linux)
   Features:
    - Add new module Editor which prints editor settings, i.e. $VISUAL or $EDITOR

OBS-URL: https://build.opensuse.org/request/show/1176874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=29
2024-05-27 09:55:19 +00:00
Gordon Leung
b6e3701ffb - update to 2.13.2:
Bugfixes:
    - Remove DRM driver version detection feature,
      which caused a performance regression for nouveau drivers (Display, Linux)
    - Don't use *-unknown as display name for Wayland protocol (Display, Linux)
   Features:
    - Add new module Editor which prints editor settings, i.e. $VISUAL or $EDITOR

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=71
2024-05-25 16:48:37 +00:00
Ana Guerrero
c7f52fdfcd Accepting request 1175960 from utilities
- update to 2.13.1:
   Changes:
    * The long deprecated flag based config files are removed.
     - They can still be used with xargs fastfetch < /path/to/config.conf
     - --gen-config can be used to migrate them to json based config files
    * The long deprecated options --set and --set-keyless are removed.
    * Kernel module now prints kernel name by default
   Features:
    * Support st terminal font detection for font configuration compiled in st binary (TerminalFont, Linux)
    * Add option --color-output to change output color of all modules except Title, Separator
        display.color.output in JSONC config file
    * Add option --<module>-output-color to change output color of one specified module,
      which overrides the global option --color-output
    * Add option --publicip-ipv6 to print IPv6 address (PublicIP)
    * Add new module Loadavg to print load averages (Loadavg)
    * Add new module PhysicalMemory to print information of physical memory devices (PhysicalMemory)
        Requires root permission to work on Linux and FreeBSD
    * Support specifying --logo-width only for --kitty-direct and --iterm (Logo)
    * Add option --localip-show-all-ips to show all IPs assigned to the same interface (LocalIP)
        Default to false
    * Add --cpu-show-pe-core-count to detect and display core count for performance / efficiency cores (CPU)
    * Add new module Bootmgr which prints information of stage 2 bootloader (grub, system-boot, etc)
     - Requires booting in UEFI mode
    * Detect core count for performance / efficiency cores (CPU)
     - Test it with fastfetch --cpu-show-pe-core-count
    * Detect DRM driver version if DRM detection method is used (GPU, Linux)
   Bugfixes:
    * Rename option --temperature-unit to --temp-unit as documented in help messages
    * Fix alternate logo doesn't work with { "type": "builtin" } (Logo)
    * Don't detect clifm and valgrind as a terminal (Terminal, Linux)

OBS-URL: https://build.opensuse.org/request/show/1175960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=28
2024-05-23 13:35:16 +00:00
Gordon Leung
d56d65f518 - update to 2.13.1:
Changes:
    * The long deprecated flag based config files are removed.
     - They can still be used with xargs fastfetch < /path/to/config.conf
     - --gen-config can be used to migrate them to json based config files
    * The long deprecated options --set and --set-keyless are removed.
    * Kernel module now prints kernel name by default
   Features:
    * Support st terminal font detection for font configuration compiled in st binary (TerminalFont, Linux)
    * Add option --color-output to change output color of all modules except Title, Separator
        display.color.output in JSONC config file
    * Add option --<module>-output-color to change output color of one specified module,
      which overrides the global option --color-output
    * Add option --publicip-ipv6 to print IPv6 address (PublicIP)
    * Add new module Loadavg to print load averages (Loadavg)
    * Add new module PhysicalMemory to print information of physical memory devices (PhysicalMemory)
        Requires root permission to work on Linux and FreeBSD
    * Support specifying --logo-width only for --kitty-direct and --iterm (Logo)
    * Add option --localip-show-all-ips to show all IPs assigned to the same interface (LocalIP)
        Default to false
    * Add --cpu-show-pe-core-count to detect and display core count for performance / efficiency cores (CPU)
    * Add new module Bootmgr which prints information of stage 2 bootloader (grub, system-boot, etc)
     - Requires booting in UEFI mode
    * Detect core count for performance / efficiency cores (CPU)
     - Test it with fastfetch --cpu-show-pe-core-count
    * Detect DRM driver version if DRM detection method is used (GPU, Linux)
   Bugfixes:
    * Rename option --temperature-unit to --temp-unit as documented in help messages
    * Fix alternate logo doesn't work with { "type": "builtin" } (Logo)
    * Don't detect clifm and valgrind as a terminal (Terminal, Linux)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=69
2024-05-22 20:34:10 +00:00
Ana Guerrero
510e89baba Accepting request 1173794 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1173794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=27
2024-05-14 11:38:06 +00:00
Gordon Leung
ef8bda5982 - update to 2.11.5:
Changes:
    * Fastfetch will print a colorless ascii logo in --pipe mode for better lolcat compatibility.
      fastfetch | lolcat should work and no --pipe false needed. Previously the logo would be disabled in --pipe mode.
    * --os-file was removed and CMake option -DCUSTOM_OS_RELEASE_PATH=/path/to/os-release was added.
      This option should not used in most cases.
   Bugfixes:
    * Fix possible out-of-bound memory access (#868)
    * Fix doubled output in custom formation (#852)
    * Fix memory leaks when passing informative options
    * Fix JSON config size.ndigits doesn't work
    * Remove --os-file in help messages
   Features:
    * Enable --pipe mode if environment variable $NO_COLOR is set
    * Support Armbian and Proxmox distro detection (OS, Linux)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=67
2024-05-06 19:47:18 +00:00
Soc Virnyl Estela
75f201bfaf - update to 2.11.3:
* Features:
    - Add cmake option CUSTOM_AMDGPU_IDS_PATH for specifying custom path of amdgpu.ids
  * Bugfixes:
    - Fix hanging when detecting disconnected network drive (Disk, Windows)
    - Ensure line ending is printed when printing image logo errors (Logo)
    - Revert image logo limitation change in 2.11.2; allow image logo in SSH session and tmux again (#861, Logo)
    - Fix doubled output in custom formation (PhysicalDisk, Windows)
- changes that are from 2.11.2:
  * Changes:
    - Error messages when trying to print image logo will only be printed with --show-errors
    - When generating JSON output, fastfetch will generate an empty array when no result is detected, instead of an error.
  * Bugfixes:
    - Fix segfault in Debian 11 and some old kernels. Regression introduced in 2.11.0 (#845, GPU, Linux)
    - Don't try detecting version of raw sh shell (#849, Shell, Linux)
    - Trim \r on Windows
  * Features:
    - Check xdg state home for nix user packages (#837, Packages, Linux)
    - Disable image logos in ssh and tmux sessions (#839)
    - Support MX Linux distro detection (#847, OS, Linux)
  * Logo:
    - Add KernelOS
    - Fix name of DraugerOS
    - Add missing FF_LOGO_LINE_TYPE_SMALL_BIT flags
    - Add MX2
- changes that are from 2.11.2:
  * Bugfixes:
    - Fix uninitialized variables which can cause crashes (#760 #838, Battery, Android)
    - Don't detect hyfetch as shell when used as backend of hyfetch
    - Fix incorrect information in man page (#828)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=66
2024-05-05 07:46:37 +00:00
Dominique Leuenberger
ffa62ed4ea Accepting request 1171072 from utilities
- update to 2.11.0:
  Changes:
    - Default hideCursor to false. It doesn't make much difference
      but makes user's terminal unusable if fastfetch is not exited correctly.
  Bugfixes:
    - Fix minimum cmake version support
    - Fix wifi detection on platforms that don't use NetworkManager
    - Fix GPU type detection for AMD cards
  Features:
    - Add basic support DE detection support for UKUI (DE, Linux)
    - Make config specified in JSONC overridable by command line flags
     * Note this change only make global config overridable; module configs are still not
    - Suggest increasing --processing-timeout when child process timeouts
    - Only detect folders that specified by --disk-folders
     * Previously --disk-folders only omits unmatched disks from output.
       This option can be used to improve detection performance by ignoring slow network drives

OBS-URL: https://build.opensuse.org/request/show/1171072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=26
2024-05-01 12:57:21 +00:00
Gordon Leung
639a04a995 - update to 2.11.0:
Changes:
    - Default hideCursor to false. It doesn't make much difference
      but makes user's terminal unusable if fastfetch is not exited correctly.
  Bugfixes:
    - Fix minimum cmake version support
    - Fix wifi detection on platforms that don't use NetworkManager
    - Fix GPU type detection for AMD cards
  Features:
    - Add basic support DE detection support for UKUI (DE, Linux)
    - Make config specified in JSONC overridable by command line flags
     * Note this change only make global config overridable; module configs are still not
    - Suggest increasing --processing-timeout when child process timeouts
    - Only detect folders that specified by --disk-folders
     * Previously --disk-folders only omits unmatched disks from output.
       This option can be used to improve detection performance by ignoring slow network drives

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=64
2024-05-01 04:45:46 +00:00
Ana Guerrero
82118286d9 Accepting request 1169930 from utilities
- update to 2.10.2:
  Changes:
    * We now always detect max frequency of GPUs for consistent, instead of current frequency
  Features:
    * Improve display detection for wlroots based WMs. Fastfetch now correctly reports fractional scale factors in hyprland (Display, Linux)
    * Improve GPU detection on Linux (GPU, Linux)
        - Support GPU memory usage detection for AMD GPUs
        - Support GPU frequency detection for Intel GPUs
    * Improve performance of Gnome version detection (DE, Linux)
    * Improve performance of kitty version detection (Terminal, Linux)
    * Detect refresh rate when using --ds-force-drm sysfs-only (Display, Linux)
    * Add option --ts-version to disable terminal and shell version detection. Mainly for benchmarking purposes
    * Improve performance of detecting WSL version (Host, Linux)
  Bugfixes:
    * Correctly detect /bin/sh as current shell if it's used as default shell (Shell, Linux)
    * Work around an issue which CPU module reports incorrect CPU frequency that is too high (CPU, Linux)
    * Don't print ANSI escape codes in --pipe mode

OBS-URL: https://build.opensuse.org/request/show/1169930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=25
2024-04-25 18:48:20 +00:00
Gordon Leung
1c0c9e7309 - update to 2.10.2:
Changes:
    * We now always detect max frequency of GPUs for consistent, instead of current frequency
  Features:
    * Improve display detection for wlroots based WMs. Fastfetch now correctly reports fractional scale factors in hyprland (Display, Linux)
    * Improve GPU detection on Linux (GPU, Linux)
        - Support GPU memory usage detection for AMD GPUs
        - Support GPU frequency detection for Intel GPUs
    * Improve performance of Gnome version detection (DE, Linux)
    * Improve performance of kitty version detection (Terminal, Linux)
    * Detect refresh rate when using --ds-force-drm sysfs-only (Display, Linux)
    * Add option --ts-version to disable terminal and shell version detection. Mainly for benchmarking purposes
    * Improve performance of detecting WSL version (Host, Linux)
  Bugfixes:
    * Correctly detect /bin/sh as current shell if it's used as default shell (Shell, Linux)
    * Work around an issue which CPU module reports incorrect CPU frequency that is too high (CPU, Linux)
    * Don't print ANSI escape codes in --pipe mode

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=62
2024-04-23 19:39:51 +00:00
Ana Guerrero
8beef26851 Accepting request 1167996 from utilities
- update to 2.9.2:
  Changes:
    * To make use of the newly introduced `yyjson` flag `YYJSON_WRITE_NEWLINE_AT_END`, fastfetch now requires `yyjson` 0.9.0 or later
  Features:
    * Always add a final new-line when generating JSON output
    * Detect partition create time, which can be used as OS installation time (Disk)
    * Print time string when generating JSON result instead of UNIX epoch time number, which is more human-readable
  Bugfixes:
    * Fix a memory leak
    * Fix parsing of option `--packages-disabled` (Packages)
    * Don't use command `time` as a shell (Shell)
  Logos:
    * Add openSUSE MicroOS
    * Fix color of AOSC OS

OBS-URL: https://build.opensuse.org/request/show/1167996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=24
2024-04-16 18:05:27 +00:00
Gordon Leung
ed9c5f6229 - update to 2.9.2:
Changes:
    * To make use of the newly introduced `yyjson` flag `YYJSON_WRITE_NEWLINE_AT_END`, fastfetch now requires `yyjson` 0.9.0 or later
  Features:
    * Always add a final new-line when generating JSON output
    * Detect partition create time, which can be used as OS installation time (Disk)
    * Print time string when generating JSON result instead of UNIX epoch time number, which is more human-readable
  Bugfixes:
    * Fix a memory leak
    * Fix parsing of option `--packages-disabled` (Packages)
    * Don't use command `time` as a shell (Shell)
  Logos:
    * Add openSUSE MicroOS
    * Fix color of AOSC OS

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=60
2024-04-16 10:05:53 +00:00
Ana Guerrero
358974fd00 Accepting request 1166264 from utilities
OBS-URL: https://build.opensuse.org/request/show/1166264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=23
2024-04-09 14:47:38 +00:00
Gordon Leung
58f9aa1156 Accepting request 1166124 from home:dirkmueller:Factory
- update to 2.9.1:
  * Support weston-terminal (missed commit in v2.9.0)
    (TerminalFont, Linux)
  * Support hyprcursor detection
  * Fix `fastfetch --gen-config` raises SIGSEGV when
    `~/.config/fastfetch` doesn't exist. Regression of `2.9.0`

  **BREAKING**
  We are deprecating flags based config files (will be removed in v3.0.0).
  We suggest you migrate to json based config files.
  One may use `-c /path/to/config.conf --gen-config` to migrate existing flag
    * Fix segfaults on first use of new images with Sixel flag (Image)

OBS-URL: https://build.opensuse.org/request/show/1166124
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=58
2024-04-08 21:17:39 +00:00
Ana Guerrero
70d1692adb Accepting request 1164456 from utilities
- 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/request/show/1164456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=22
2024-04-04 20:26:14 +00:00
Gordon Leung
9bd4cb0909 - 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
2024-04-04 04:55:33 +00:00
Ana Guerrero
4c639609cc Accepting request 1161283 from utilities
- update to 2.8.10:
  Bugfixes:
    * Ignore chezmoi (Terminal, Linux)
    * Trim trailing possible whitespaces (PublicIP)
    * Fix detection compatibility for KDE 6 (Font, Linux)
  Features:
    * Improve stability; print more useful error message; avoid misuse (PublicIP / Weather)

OBS-URL: https://build.opensuse.org/request/show/1161283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=21
2024-03-25 20:12:11 +00:00
Gordon Leung
a641ad7b9f - update to 2.8.10:
Bugfixes:
    * Ignore chezmoi (Terminal, Linux)
    * Trim trailing possible whitespaces (PublicIP)
    * Fix detection compatibility for KDE 6 (Font, Linux)
  Features:
    * Improve stability; print more useful error message; avoid misuse (PublicIP / Weather)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=54
2024-03-25 07:12:11 +00:00
Ana Guerrero
f70b9aad7e Accepting request 1158282 from utilities
- update to version 2.8.9:
  Bugfixes:
    * Don't detect SessionLeader as terminal, actually (Terminal, Linux)
    * Fix blurry chafa result when specifying both width and height (Logo)
  Features:
    * Distinguish min frequency and base frequency (CPU)

OBS-URL: https://build.opensuse.org/request/show/1158282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=20
2024-03-15 19:32:29 +00:00
Gordon Leung
caba717912 - update to version 2.8.9:
Bugfixes:
    * Don't detect SessionLeader as terminal, actually (Terminal, Linux)
    * Fix blurry chafa result when specifying both width and height (Logo)
  Features:
    * Distinguish min frequency and base frequency (CPU)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=52
2024-03-15 16:48:31 +00:00
Ana Guerrero
cd3356a90f Accepting request 1156252 from utilities
- update to version 2.8.8:
  Bugfixes:
    * Fix old fish version compatibility
    * Fix truncated texts in --help format
    * Fix old vulkan-header and libdrm library compatibility (Linux)
    * Fix possible segfaults in --help *-format
    * Fix invalid resolution detection when using libdrm (Linux, Display)
    * Fix segfault when /sys/devices/system/cpu/cpufreq/ doesn't exist (CPU, Linux)
    * Don't detect SessionLeader as terminal (Terminal, Linux)
    * Fix detection of client IP (Users, Linux)

OBS-URL: https://build.opensuse.org/request/show/1156252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=19
2024-03-08 17:09:46 +00:00
Gordon Leung
292dec0075 - update to version 2.8.8:
Bugfixes:
    * Fix old fish version compatibility
    * Fix truncated texts in --help format
    * Fix old vulkan-header and libdrm library compatibility (Linux)
    * Fix possible segfaults in --help *-format
    * Fix invalid resolution detection when using libdrm (Linux, Display)
    * Fix segfault when /sys/devices/system/cpu/cpufreq/ doesn't exist (CPU, Linux)
    * Don't detect SessionLeader as terminal (Terminal, Linux)
    * Fix detection of client IP (Users, Linux)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=50
2024-03-08 06:28:07 +00:00
Dominique Leuenberger
8fdad8bfd9 Accepting request 1154306 from utilities
- update to version 2.8.7:
  Bugfixes:
    * Fix max CPU frequency detection for some cases (CPU, Linux)
    * Fix some memory leaks
    * Fix ddcutil 2.1 compatibility (Brightness, Linux)
  Features:
    * Support zellij version detection (Linux, Terminal)

OBS-URL: https://build.opensuse.org/request/show/1154306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=18
2024-03-02 22:24:11 +00:00
Gordon Leung
bbab38e215 - update to version 2.8.7:
Bugfixes:
    * Fix max CPU frequency detection for some cases (CPU, Linux)
    * Fix some memory leaks
    * Fix ddcutil 2.1 compatibility (Brightness, Linux)
  Features:
    * Support zellij version detection (Linux, Terminal)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=48
2024-03-02 13:15:15 +00:00
Ana Guerrero
ad638cdc81 Accepting request 1152862 from utilities
- update to version 2.8.6:
  Changes:
    * Due to newly introduced configs, JSONC option { "temperatureUnit": "C" } has been changed to { "temp": { "unit": "C" } }
  Bugfixes:
    * Fix incorrect GPU name detection for Intel iGPU on Linux (GPU, Linux)
  Features:
    * Support additional temperature formatting options
        { "temp": { "ndigits": 1 } }
        { "temp": { "color": { "green": "green", "yellow": "yellow", "red": "red" } } }
    * Support specifying custom pci.ids path for Linux (GPU, Linux)
    * Support warp-linux terminal version & terminal font detection (Terminal, Linux)

OBS-URL: https://build.opensuse.org/request/show/1152862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=17
2024-02-28 18:47:22 +00:00
Gordon Leung
d65dc945d2 - update to version 2.8.6:
Changes:
    * Due to newly introduced configs, JSONC option { "temperatureUnit": "C" } has been changed to { "temp": { "unit": "C" } }
  Bugfixes:
    * Fix incorrect GPU name detection for Intel iGPU on Linux (GPU, Linux)
  Features:
    * Support additional temperature formatting options
        { "temp": { "ndigits": 1 } }
        { "temp": { "color": { "green": "green", "yellow": "yellow", "red": "red" } } }
    * Support specifying custom pci.ids path for Linux (GPU, Linux)
    * Support warp-linux terminal version & terminal font detection (Terminal, Linux)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=46
2024-02-28 08:50:04 +00:00
Ana Guerrero
2b64e3146f Accepting request 1150004 from utilities
- update to version 2.8.5:
  Bugfixes:
    * Fix segfault if we fail to find Vendor ID in lscpu (CPU, Linux)
    * Fix multi-device bcachefs filesystem compatibility (Disk, Linux)
  Features:
    * Support --color-block-width and --color-block-range (Colors)
    * Support --diskio-detect-total to show total bytes read/written (DiskIO)
    * Support --netio-detect-total to show total bytes received/sent (NetIO)
    * Support --packages-disabled to disable specified package manager (Packages)
    * Support --display-order to sort multiple displays in a specific order (Display)
    * Support --display-compact-type original-with-refresh-rate to show refresh rates in compact / oneline mode (Display)

OBS-URL: https://build.opensuse.org/request/show/1150004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=16
2024-02-25 13:05:37 +00:00
Gordon Leung
4a4d7538c0 - update to version 2.8.5:
Bugfixes:
    * Fix segfault if we fail to find Vendor ID in lscpu (CPU, Linux)
    * Fix multi-device bcachefs filesystem compatibility (Disk, Linux)
  Features:
    * Support --color-block-width and --color-block-range (Colors)
    * Support --diskio-detect-total to show total bytes read/written (DiskIO)
    * Support --netio-detect-total to show total bytes received/sent (NetIO)
    * Support --packages-disabled to disable specified package manager (Packages)
    * Support --display-order to sort multiple displays in a specific order (Display)
    * Support --display-compact-type original-with-refresh-rate to show refresh rates in compact / oneline mode (Display)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=44
2024-02-23 17:44:06 +00:00
Ana Guerrero
a70a3ab086 Accepting request 1146250 from utilities
- update to version 2.8.3:
  Bugfixes:
    * Fix GPU name detection for AMD graphic cards (GPU, Linux / FreeBSD)

  Bugfixes:

OBS-URL: https://build.opensuse.org/request/show/1146250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=15
2024-02-13 21:42:49 +00:00
Gordon Leung
c9107222c8 OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=42 2024-02-12 17:24:10 +00:00
Gordon Leung
0994607433 - update to version 2.8.3:
Bugfixes:
    * Fix GPU name detection for AMD graphic cards (GPU, Linux / FreeBSD)
  Bugfixes:

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=41
2024-02-12 17:18:14 +00:00
Ana Guerrero
34f317d8ca Accepting request 1145542 from utilities
- update to version 2.8.0:
  Features:
    * Rewrite GPU module, drop libpci dependency (GPU, Linux)
    * Detect marketing name of Apple Silicon CPUs for asahi linux (CPU, Linux)
    * Add new module Camera, which prints the name and resolution of connected cameras
Bugfixes:
    * Fix compatibility with packages installed by flatpak (Terminal, Linux)
    * Don't show not connected if no power adapter is found (macOS / Linux, PowerAdapter)
    * Make format of battery status be consistent with other platforms (Linux, Battery)

OBS-URL: https://build.opensuse.org/request/show/1145542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=14
2024-02-11 14:45:14 +00:00
Gordon Leung
39ec31f13a OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=39 2024-02-10 05:52:29 +00:00
Gordon Leung
75a9b38453 - update to version 2.8.0:
Features:
    * Rewrite GPU module, drop libpci dependency (GPU, Linux)
    * Detect marketing name of Apple Silicon CPUs for asahi linux (CPU, Linux)
    * Add new module Camera, which prints the name and resolution of connected cameras
Bugfixes:
    * Fix compatibility with packages installed by flatpak (Terminal, Linux)
    * Don't show not connected if no power adapter is found (macOS / Linux, PowerAdapter)
    * Make format of battery status be consistent with other platforms (Linux, Battery)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=38
2024-02-10 05:49:01 +00:00
Ana Guerrero
c1503f3442 Accepting request 1143566 from utilities
- update to version 2.7.1:
  Features:
    * Config presets in app folder now work with symlinks
  Bugfixes:
    * Fix a possible segfault when detecting terminal (Terminal, Linux)

OBS-URL: https://build.opensuse.org/request/show/1143566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=13
2024-02-02 14:47:38 +00:00
Gordon Leung
3beda422bb - update to version 2.7.1:
Features:
    * Config presets in app folder now work with symlinks
  Bugfixes:
    * Fix a possible segfault when detecting terminal (Terminal, Linux)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=36
2024-02-02 08:07:03 +00:00
Ana Guerrero
8c705169f5 Accepting request 1142073 from utilities
OBS-URL: https://build.opensuse.org/request/show/1142073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=12
2024-01-29 21:28:33 +00:00
Soc Virnyl Estela
c5167c8c2d Accepting request 1142035 from home:Pi-Cla:branches:utilities
- update to version 2.7.0:
  Changes:
    * Add new module TerminalTheme, which prints the foreground and background color of the current terminal window.
    * Allow command substitution when expanding paths
    * Improve xonsh shell detection (Shell)
    * Support colored percentage values (Bluetooth / Gamepad / Sound)
    * Add --<module>-percent-[green|yellow] options to specify threshold of percentage colors
    * Add --percent-color-[green|yellow|red] options to specify color of different percent value states.
    * Remove support of option --battery-dir. We detect a lot of things in /sys/class/*
      and only module Battery supports specifying a custom directory for some reason, which is weird.
    * Remove --chassis-use-wmi which is no longer used.
    * --gpu-use-nvml has been renamed to --gpu-driver-specific due to using of IGCL and AGS
    * We now detect external partitions more conservatively in Linux. USB partitions will not be detected as external always
  Features:
    * Default preset names to .jsonc. For example, fastfetch -c all will load presets/all.jsonc
    * Support more properties of physical disks (PhysicalDisk)
    * Support SSD temperature detection with --physicaldisk-temp (PhysicalDisk)
    * Support ash (default shell of BusyBox) version detection (Shell, Linux)
    * Support manufacture date and serial number detection for physical monitors (Monitor)
    * Support battery serial number and manufacturer date detection (Battery)
    * Support host serial number and UUID detection (Host)
    * Support battery level detection for gamepads where possible (Gamepad)
  Bugfixes:
    * Fix segfault in CPU module when running in aarch64 machine without lscpu installed (CPU, Linux)
    * Don't use login as terminal process (Terminal, Linux)
    * Create sub folders when writing config file
    * Fix Btrfs subvolumes being detected as external partitions some times (Linux, Disk)
    * Fix battery cycle counts in some places (Battery)
    * Fix physical monitor detection with Nvidia drivers (Monitor, Linux)
    * Fix locale module printing unexpected results in specific environments (Locale)

OBS-URL: https://build.opensuse.org/request/show/1142035
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=34
2024-01-28 10:17:36 +00:00
Ana Guerrero
3d3f5b539a Accepting request 1134713 from utilities
- update to version 2.4.0:
  **BREAKING** 
  We are deprecating flags based config files (will be removed in v3.0.0). 
  We suggest you migrate to json based config files. 
  One may use `-c /path/to/config.conf --gen-config` to migrate existing flag 
  based config files.
  Changes:
    * All flag based presets are removed
  Features:
    * Improve performance of detecting rpm and pkg package count (Packages, Linux / FreeBSD)
    * Support Apple M3X temperature detection (CPU / GPU, macOS)
    * `--ds-force-drm` support a new option `sysfs-only`
    * Improve xfce4 version detection
    * Detect WM and DE by enumerating running processes (WM / DE, FreeBSD)
    * Add a new module `Physical Disk`, which detects product name, full size, serial number and so on.
  Bugfixes:
    * Fix crashes sometimes when `--logo-padding-top` is not set (Logo)
    * Fix memory usage counting algorithm (Memory, macOS)
    * Fix the behavior of `--no-buffer` in Windows
    * Fix possible segfault in some devices (Display, Linux)
    * Fix segfaults on first use of new images with Sixel flag (Image) 
- update specfile:
  * add bash completion subpackage.
  * add fish completion subpackage.
  * add manpage for fastfetch for package.

OBS-URL: https://build.opensuse.org/request/show/1134713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=11
2023-12-25 18:05:03 +00:00
Soc Virnyl Estela
219aef9116 OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=32 2023-12-23 08:33:13 +00:00
Soc Virnyl Estela
0a4d9f4b4a * add manpage for fastfetch for package.
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=31
2023-12-23 08:27:21 +00:00
Soc Virnyl Estela
8f6804673c - update specfile:
* add bash completion subpackage.
  * add fish completion subpackage.

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=30
2023-12-23 08:24:18 +00:00
Soc Virnyl Estela
3a0d37b794 - update to version 2.4.0:
**BREAKING** 
  We are deprecating flags based config files (will be removed in v3.0.0). 
  We suggest you migrate to json based config files. 
  One may use `-c /path/to/config.conf --gen-config` to migrate existing flag 
  based config files.
  Changes:
    * All flag based presets are removed
  Features:
    * Improve performance of detecting rpm and pkg package count (Packages, Linux / FreeBSD)
    * Support Apple M3X temperature detection (CPU / GPU, macOS)
    * `--ds-force-drm` support a new option `sysfs-only`
    * Improve xfce4 version detection
    * Detect WM and DE by enumerating running processes (WM / DE, FreeBSD)
    * Add a new module `Physical Disk`, which detects product name, full size, serial number and so on.
  Bugfixes:
    * Fix crashes sometimes when `--logo-padding-top` is not set (Logo)
    * Fix memory usage counting algorithm (Memory, macOS)
    * Fix the behavior of `--no-buffer` in Windows
    * Fix possible segfault in some devices (Display, Linux)
    * Fix segfaults on first use of new images with Sixel flag (Image)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=29
2023-12-23 08:18:32 +00:00
Ana Guerrero
187165d95e Accepting request 1128009 from utilities
OBS-URL: https://build.opensuse.org/request/show/1128009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=10
2023-11-22 17:54:43 +00:00
Soc Virnyl Estela
5983198361 Accepting request 1127946 from home:dirkmueller:Factory
- update to 2.2.3:
  * Update the latest mac models (Host, macOS)
  * Fix terminal detection on NixOS (Terminal)
  * `--percent-type` now defaults to 9 (colored percentage
    numbers)
  * `fastfetch` now prints LocalIp module by default
  * Features:
  * LocalIP module now prints netmask in CIDR format for IPv4
  * Bios module now detects system firmware type (Bios)
  * Improve detection of `Battery`
  * Detect cycle count on supported platforms
  * Detect temperature on Linux when supported
  * Status detection on macOS has been adjusted to be consistant
    with other platforms
  * Linux binaries are built with imagemagick7 support
  * Update NixOS_small
  * Hotfix release for #606
  * Fix broken presets due to the breaking changes introduced in
  * Features:
  * Pretty print `fastfetch --help`
  * This release introduces a new option `--migrate-config`,
    which migrates old flag based config file to new JSONC format
  * Changes:
  * `--pipe` and `--stat` are moved from `general` options to
    `display` options. This affects cjson configuration.
  * Display keys `percent*` and `size*` in JSON config are
    restructured. e.g. `{ "sizeNdigits": 1 }` is now `{ "size": {
    "ndigits": 1 } }`
  * With the introduction of `--migrate-config`, the old flag
    based config file is deprecated, and will be removed in 3.0.0

OBS-URL: https://build.opensuse.org/request/show/1127946
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=27
2023-11-22 05:12:16 +00:00
Ana Guerrero
6c326baa30 Accepting request 1121091 from utilities
- Declare new build deps gcc and gcc-c++
- Update to version 2.1.2. Changes listed after 2.0.5:
    # 2.1.2
    Bugfixes:
    * Fix icon detection on Windows. It shows enabled system icons in desktop (`This PC`, `Recycle Bin`, etc) (Icon, Windows)
    * Fix compatibility with ddcutil 2.0 (Brightness, Linux)
    * Fix a compile warning (CPUUsage, FreeBSD)
    # 2.1.1
    Features:
    * Support opkg (Packages, Linux)
    * Support GNOME Console terminal version and font detection (Terminal, Linux)
    * Add `--cpu-freq-ndigits` to set number of digits for CPU frequency (CPU)
    * New module to detect physical disk I/O usage (DiskIO)
    * Add `--cpuusage-separate` to display CPU usage per CPU logical core
    * Add `--brightness-ddcci-sleep` to set the sleep times (in ms) when sending DDC/CI requests (Brightness, #580)
    Bugfixes:
    * Fix possible crashes on Windows 7 (Disk, Windows)
    * Fix possible crashes caused by uninitialized strings (Users, Windows)
    * Improve support of `--help *-format` and several bugs are found and fixed
    * Don't incorrectly print `No active sound devices found` when using a non-controllable sound device (Sound, macOS)
    * Fix implementation processes counting (Processes, Linux)
    * Work around a issue that SSID cannot be detected on macOS Sonoma (Wifi, macOS)
    Logo:
    * Add Chimera Linux
    * Add EndeavourSmall
    * Add Xenia
    # 2.1.0
    This release introduces a new output format: JSON result
    Changes:
    * Users module detects and prints user login time by default. Specifying `--users-compact` to disable it
    * Fastfetch now requires yyjson 0.8.0 or later, which is embeded in fastfetch source tree. If you build fastfetch with `-DENABLE_SYSTEM_YYJSON` cmake option, you must upgrade your yyjson package
    * Reduced information supported by `--terminal-format`, `--shell-format`
    * Some config presets (`devinfo` and `verbose`) are obseleted and removed. They are barely maintained and can be replaced with `--format json` now.
    * Custom strings in `--module-key` and `--module-format` are no longer trimmed.
    * `/boot` is hidden by default (FreeBSD, Disk)
    Features:
    * Add `--format json`, which prints system information as JSON format
    * Add fast path for xfce4 version detection (DE, FreeBSD)
    * Support contour terminal version and font detection (Terminal / TerminalFont)
    * Support `kitty-direct` / `iterm` without specifying logo width / height. Note: in this case, the entre screen will be cleared.
    * Support new flag `--logo-separate`. If true, print modules at bottom of the logo
    * Support Apple Silicon CPU frequency detection (CPU, macOS)
    * Support user login time detection (Users)
    * Support winget package manager detection, guarded behind `--allow-slow-operations` (Packages, Windows)
    * Print monitor type (built-in or external) (Display)
    * Support full GPU detection in WSL (Linux, GPU)
    * Add `--module-key " "` as a special case for hiding keys
    * Support `--title-format`. See `fastfetch --help title-format` for detail
    * Support `--colors-key` (Colors)
    * Add `-c` as a shortcut of `--load-config`. Note it was used as the shortcut of `--color` before 2.0.5
    * Support Windows Service Pack version detection (Kernel, Windows)
    * Support Debian point releases detection (OS, Linux)
    * Add new module `NetIO` which prints network throughput (usage) of specified interface. Note this module costs about 1 second to finish.
    * Use `lscpu` to detect CPU name for ARM CPUs (CPU, Linux)
    Bugfixes:
    * Fix fastfetch hanging in specific environment (#561)
    * Fix short read when reading from stdin (Logo)
    * Fix `poll() timeout or failed` error when image is very large (Logo)
    * Fix Termux Monet terminal version detection (Terminal)
    * Fix zpool volumes detection (Disk, Linux)
    * Fix external volumes detection (Disk, Linux)
    * Fix snap package number detection on systems other than Ubuntu (Packages, Linux)
    * Fix dpkg / apt package number detection (Packages, Linux)
    * Fix bluetooth mac address detection (Bluetooth, Windows)
    Logo:
    * Add Afterglow
    * Add Elbrus
    * Update EvolutionOS
    * Update AOSC OS
    * Update Ubuntu_old
    * Update Windows 11_small
    * Add Amazon Linux
    * Add LainOS
    * Fix colors of Slackware

OBS-URL: https://build.opensuse.org/request/show/1121091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=9
2023-10-30 21:10:51 +00:00
Soc Virnyl Estela
85c63a1621 - Declare new build deps gcc and gcc-c++
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=25
2023-10-30 07:43:53 +00:00