Releases: ethanbergstrom/winget
Releases · ethanbergstrom/winget
Additional package data not included by default
Changed
- No longer include package summary and download URL in package data by default, now accessible with the
-Detailed
switch (#11)
Package metadata and version support
Added
- Include package summary and download URL in package data (#8)
- Thanks to @xxbiohazrdxx for the idea
- Support for the Find-Package
AllVersions
parameter - Support for the
RequiredVersion
,MinimumVersion
, andMaximumVersion
parameters across multiple cmdlets
Installed package version check correction
Fixed
- Installed package version checks
Force Cobalt dependency version
v0.0.5 Update changelog for v0.0.5
Force UTF8 encoding
Added
- Automatically force PowerShell to interpret native console output with UTF8 encoding
Installed Package Wildcard Search Support
Added
- Installed packages can now be searched with wildcards, aligning with standard PowerShell behavior
WinGet v1.x support and PowerShell Crescendo
Added
- Support for WinGet v1.x, which brings several new features
- List installed packages
- Upgrade packages
- Uninstall packages
Changed
- Merged in structural changes from
ChocolateyGet
- WinGet CLI interaction now handled via the PowerShell Crescendo module
Cobalt
Initial Release
v0.0.1 Update CHANGELOG.md