Skip to content

Tags: SpecterShell/winget-cli

Tags

v1.4.2161-preview

Toggle v1.4.2161-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add the ability to specify "scope or unknown" via COM (microsoft#2402)

Adds two new scope options for COM; `UserOrUnknown` and `SystemOrUnknown`.  These will allow the installer selection to consider both the specific scope, as well as an unknown scope.

v1.3.2091

Toggle v1.3.2091's commit message
Remove scope filter from being applied to portables (microsoft#2383)

v1.4.2011-preview

Toggle v1.4.2011-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make zip install an experimental feature (microsoft#2351)

v1.3.1872

Toggle v1.3.1872's commit message
Mitigate crash that can occur when installed version is null (microso…

…ft#2278)

v1.3.1741

Toggle v1.3.1741's commit message
Mitigate crash that can occur when installed version is null (microso…

…ft#2278)

v1.3.1681

Toggle v1.3.1681's commit message
add localized strings

v.1.3.1661-preview

Toggle v.1.3.1661-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add simple stats to correlation result processing script (microsoft#2229

)

This changes the script that processes correlation results to produce simple stats of how many packages were correlated successfully. This can be used to easily evaluate if the correlation heuristic is doing well.

It also fixes an issue when running the script on powershell instead of pwsh, where a path join didn't use the full path and resulted in not being able to find the result JSON files.

v.1.3.1611

Toggle v.1.3.1611's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add simple stats to correlation result processing script (microsoft#2229

)

This changes the script that processes correlation results to produce simple stats of how many packages were correlated successfully. This can be used to easily evaluate if the correlation heuristic is doing well.

It also fixes an issue when running the script on powershell instead of pwsh, where a path join didn't use the full path and resulted in not being able to find the result JSON files.

v1.3.1391-preview

Toggle v1.3.1391-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix list/upgrade table for packages with multiple ARP entries. (micro…

…soft#2137)

Now, winget will always use the PackageName from the Add and Remove Programs table, instead of the one in the manifest

v1.3.1251-preview

Toggle v1.3.1251-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Act on elevation requirements in majority cases (microsoft#2126)

When `ElevationRequirement` is set to `elevationProhibited` is set and winget is run elevated, block the installation with an error.

When `elevatesSelf` or `elevationRequired` is set and winget is not run elevated, inform the user that an elevation prompt is expected.  Also in the case of `elevationRequired`, use the `runas` verb on ShellExecute to run the installer elevated.  This can be used on installers that will fail if they are not run elevated.