Skip to content

Commit

Permalink
New version: Fastfetch-cli.Fastfetch version 2.25.0 (microsoft#174305)
Browse files Browse the repository at this point in the history
Co-authored-by: Kaleb Luedtke <trenlymc@gmail.com>
  • Loading branch information
sitiom and Trenly committed Sep 19, 2024
1 parent b61ea5b commit e987702
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
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

1 comment on commit e987702

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log for details.

Unrecognized words (1)

subkey

Previously acknowledged words that are now absent craigloewen Daa Esco fabricbot Filezilla jedieaston Joakim Kad Karan Levvie mdanish Megamix msft quhxl redistribution russellbanks Tbot timezone Trenly :arrow_right:
To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands

... in a clone of the git@github.com:vikingnope/winget-pkgs.git repository
on the master branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/vikingnope/winget-pkgs/actions/runs/10943809213/attempts/1'
If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.