Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: Fastfetch-cli.Fastfetch version 2.25.0 #174305

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Created with komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Fastfetch-cli.Fastfetch
PackageVersion: 2.25.0
InstallerLocale: en-US
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: fastfetch.exe
- RelativeFilePath: flashfetch.exe
Commands:
- fastfetch
ReleaseDate: 2024-09-19
Installers:
- Architecture: x86
InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.25.0/fastfetch-windows-i686.zip
InstallerSha256: E66B896B4E52FEF9108D5E864413FF0954A47114E361A8F9712A93FE3808443F
- Architecture: x64
InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.25.0/fastfetch-windows-amd64.zip
InstallerSha256: 9E953E11B6AB4B9FD02AA6436CA2EF5AA87F0274EB55FCAE882D67EC97AB695E
- Architecture: arm64
InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.25.0/fastfetch-windows-aarch64.zip
InstallerSha256: B176AB76FEF33149C1656818D5842757693AEB7239DE87917A7088FF2A097E9B
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Created with komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Fastfetch-cli.Fastfetch
PackageVersion: 2.25.0
PackageLocale: en-US
Publisher: fastfetch-cli
PublisherUrl: https://github.com/fastfetch-cli
PublisherSupportUrl: https://github.com/fastfetch-cli/fastfetch/issues
PackageName: fastfetch
PackageUrl: https://github.com/fastfetch-cli/fastfetch
License: MIT
LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE
ShortDescription: Like neofetch, but much faster because written mostly in C.
Tags:
- cli
- command-line
- cross-platform
- fastfetch
- fetch
- hardware
- neofetch
- screenfetch
- terminal
ReleaseNotes: |-
Features:
- Moore Threads GPU add support to query number of cores (#1259, GPU)
- Cache detection result based on last modification time (Packages)
- Add cmake options to disable certain package managers at compile time
- Package managers are encouraged to disable some package managers by passing -DPACKAGES_DISABLE_ when running cmake. For example, when building for Arch Linux, -DPACKAGES_DISABLE_APK=ON -DPACKAGES_DISABLE_DPKG=ON -DPACKAGES_DISABLE_RPM=ON ... should be specified.
- See all available options by running cmake -L | grep PACKAGES_DISABLE_
- This option does NOT remove the detection code. It just disables the detection at runtime. One can still use --packages-disabled "" to enable all package managers.
- Add new option --show-localip-{speed,mtu} (LocalIP)
- Add new module Btrfs, which prints all mounted Btrfs volumes, like Zpool module (#1262, Linux)
- Improve Wifi module support for macOS Sequoia (Wifi, macOS)
- Currently it uses system_profiler which costs about 2 seconds on my MBP. I suggest disabling it for now until a better solution is found.
Bugfixes:
- Fix invalid CPU temperature detection on FreeBSD (#1260, CPU, FreeBSD)
- Remove showPeCoreCount support on FreeBSD (#1260, CPU, FreeBSD)
- Don't use Wifi speed as Ethernet speed (LocalIP, FreeBSD)
- Fix compiling with old linux headers (Camera, Linux)
- Fix detecting public ipv6 address (PublicIP, Windows)
Logo:
- Fix parrot logo detection
- Rename TorizonCore to Torizon OS
ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.25.0
ManifestType: defaultLocale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Fastfetch-cli.Fastfetch
PackageVersion: 2.25.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0