Revisions of fastfetch

Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) accepted request 1142035 from Gordon Leung's avatar Gordon Leung (Pi-Cla) (revision 34)
- 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)
buildservice-autocommit accepted request 1134713 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 33)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 31)
  * add manpage for fastfetch for package.
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 30)
- update specfile:
  * add bash completion subpackage.
  * add fish completion subpackage.
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 29)
- 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)
buildservice-autocommit accepted request 1128009 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 28)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) accepted request 1127946 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
- 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
buildservice-autocommit accepted request 1121091 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 26)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 25)
- Declare new build deps gcc and gcc-c++
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 24)
- 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
buildservice-autocommit accepted request 1112163 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 23)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) accepted request 1112085 from Muhammad Akbar Yanuar Mantari's avatar Muhammad Akbar Yanuar Mantari (mantarimay) (revision 22)
- Update to version 2.0.5:
- Removed config.conf to fix build
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 21)
- 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)
buildservice-autocommit accepted request 1099898 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 20)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) accepted request 1099853 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
- 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)
buildservice-autocommit accepted request 1093588 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 18)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 17)
- 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.
buildservice-autocommit accepted request 1087684 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 16)
baserev update by copy to link target
Displaying revisions 41 - 60 of 74
openSUSE Build Service is sponsored by