Commit Graph

2 Commits

Author SHA256 Message Date
Gordon Leung
3934444648 - update to 2.27.1
Changes:
   * We now print " instead of ″ when displaying diagonal length in inches, so that the character can be correctly displayed in Linux console (Display)
   * All detection code of `monitor` module is merged into `display` module. Now `monitor` just prints the same information as ` display` with different format. Notably: 
      - The resolution reported by monitor module is now current resolution instead of native / maximum resolution. PPI is calcuated based on current resolution too
      - The refresh rate reported by `monitor` module is the current refresh rate Features:
   * Add initial support of OpenBSD (OpenBSD)
   * Improve support for Raspberry pi (CPU / GPU, Linux)
   * Detect SOC name, instead of displaying components used in the SOC, if available (CPU, Linux)
   * Add option `--brightness-compact` to display multiple brightness values in one line (Brightness)
   * Add `day-pretty` (gh#fastfetch-cli/fastfetch#1305, DateTime)
   * Support network interface adapter flag detection (gh#fastfetch-cli/fastfetch#1315, LocalIP)
     - Enable it with `--localip-show-flags`
  Bugfixes:
   * Remove trailing newline in GPU name for Raspberry pi (gh#fastfetch-cli/fastfetch#1303, GPU, Linux)
   * Fix a possible buffer overflow (GPU, Linux)
   * Fix CPU temp incorrectly reported as 0 celsius (gh#fastfetch-cli/fastfetch#1308, CPU, Linux)
   * Corrently report TPM device is not found error (gh#fastfetch-cli/fastfetch#1314, TPM, Windows)
   * Fix errors when triggering shell completion with python3 uninstalled (gh#fastfetch-cli/fastfetch#1310)
     - To package managers: as shell completion scripts of fastfetch use python3, it should be added as an optional dependency of fastfetch
   * Fix possible crashes when detecting term font of kitty (gh#fastfetch-cli/fastfetch#1321, TerminalFont, Linux)
  Logos:
   * Add XeroArch
   * Add ValhallaOS

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=113
2024-10-10 13:29:16 +00:00
Gordon Leung
2835e672c8 - update to 2.26.1
Changes:
   * To be consistent to other platforms, CPU frequency detection 
     on Linux no longer checks `bios_limit`
  Features:
   * Detect GPU index (gh#fastfetch-cli/fastfetch#1267, GPU)
   * Count Flatpak runtime packages (gh#fastfetch-cli/fastfetch#1085, Packages, Linux)
   * Support `pacstall` package manager (Packages, Linux)
     - CMake `-DPACKAGES_DISABLE_PACSTALL=ON` can be used to disable 
   * Support CU core count, max frequency, VMEM usage detection for AMD cards on Linux (GPU, Linux) 
     - Requires `--gpu-driver-specific`
   * Support EU core count, VMEM size detection Intel cards on Linux (GPU, Linux) 
     - Requires --gpu-driver-specific. VMEM usage detection requires root permissions
   * Add new module TPM to print TPM (Trusted Platform Module) version if available (TPM)
   * Support GPU driver version detection (GPU, macOS)
   * Add new CMake option `-DENABLE_EMBEDDED_PCIIDS=<BOOL>`
     - If enabled, fastfetch will download the newest `pci.ids` file, transform it into C code and compile it into fastfetch binaries
  Bugfixes:
   * Fix font size detecton of foot terminal (gh#fastfetch-cli/fastfetch#1276, TerminalFont, Linux)
   * Ignore `su` and `sudo` when detecting terminal (gh#fastfetch-cli/fastfetch#1283, Terminal, Linux)
   * Always print inches in integer (Display)
   * Fix Wifi connection protocol detection on macOS Sequoia (Wifi, macOS)
   * Fix hanging when font name is long when detecting kitty term font (gh#fastfetch-cli/fastfetch#1289, TerminalFont)
   * Detect all enabled or connected connectors (gh#fastfetch-cli/fastfetch#1301, Display, Linux)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=111
2024-09-29 16:41:30 +00:00