Skip to content

Tags: Fuwen-Alt/WIn

Tags

v1.6.2291-preview

Toggle v1.6.2291-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Attempt to prevent crash in `TelemetryTraceLogger::InitializeInternal…

…()` (#3527)

v1.5.2201

Toggle v1.5.2201's commit message
Revert "Down sampling (#2950)" (#3511)

This reverts commit 6bfc3d0.

v1.5.1881

Toggle v1.5.1881's commit message
Do not attempt post install ARP correlation if PackageFamilyName is p…

…rovided and present for the user (#3391)

The simple change is to not attempt the confidence interval-based correlation after installing an installer that has a `PackageFamilyName` value present, when that family name is found to be registered for the user.

v1.6.1573-preview

Toggle v1.6.1573-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version from 1.5 to 1.6 (#3317)

v1.5.1572

Toggle v1.5.1572's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make pinning a stable feature (#3315)

Co-authored-by: Ryan Fu <Fu.Ryan@microsoft.com>

v1.4.11071

Toggle v1.4.11071's commit message
Add refreshed Store source certs (#3149)

v1.5.1361-preview

Toggle v1.5.1361-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix stuff (#3254)

Disable dependency indexing for the installing database, and on a failure to index the manifest, remove the item from the queue.

v1.5.1081-preview

Toggle v1.5.1081-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bugs with display paths (#3157)

Change
This change fixes two bugs with display paths:

The recent change to use case insensitive ICU for directory name equality inverted the comparison, making the replacement not happen correctly.
The recent change to enable display paths generically left them marked for creation, resulting in errors if directories that required administrator privileges to create did not exist and were requested from an unelevated context (ex. run winget --info from medium IL process when the portable machine links location(s) did not exist).
In addition, I tried to generally make forDisplay apply broadly since it is now allowed to be requested on any path.

Validation
winget --info now contains the expected output instead of an error (2) or the full paths containing the user's account name (1).
A few unit tests that were being hit by the error are also working now.

v1.5.441-preview

Toggle v1.5.441-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for elevation requirement in COM (#2919)

v1.4.10173

Toggle v1.4.10173's commit message
Block msix provisioning api calls where known OS bugs exist (#2855)