Revisions of fastfetch

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1171072 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 26)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1169930 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 25)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1167996 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 24)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1164456 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 22)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1161283 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 21)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1158282 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 20)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1156252 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 19)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1154306 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 18)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1152862 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 17)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1150004 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 16)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1146250 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 15)
- update to version 2.8.3:
  Bugfixes:
    * Fix GPU name detection for AMD graphic cards (GPU, Linux / FreeBSD)

  Bugfixes:
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1145542 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 14)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1143566 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 13)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1134713 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 11)
- 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.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1121091 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 9)
- 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
Displaying revisions 1 - 20 of 26
openSUSE Build Service is sponsored by