Tags: feiying123/winget-cli
Tags
Add dependencies only option (microsoft#6069) ## Change Adds an option that only installs dependencies (command line only currently).
Update doc as WinGet is not in preview (microsoft#5850) WinGet is not in preview anymore, so tiny update in the docs.
Update doc as WinGet is not in preview (microsoft#5850) WinGet is not in preview anymore, so tiny update in the docs.
Apply latest localization patch (1.28) (microsoft#6025) Cherry-pick of microsoft#6023 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/6025)
Apply latest localization patch (1.28) (microsoft#6025) Cherry-pick of microsoft#6023 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/6025)
Fixes for updating winget from winget (1.12) (microsoft#5978) CP of microsoft#5972 onto 1.12 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5978)
Fixes for updating winget from winget (1.12) (microsoft#5978) CP of microsoft#5972 onto 1.12 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5978)
Details output option for `list` (microsoft#5939) ## Change The new experimental feature `listDetails` enables a new option for the `list` command, `--details`. When supplied, the output is no longer a table view of the results but is instead a series of `show` like outputs drawing data from the installed item. An example output for a single installed package is: ```PowerShell > wingetdev list Microsoft.VisualStudio.2022.Enterprise --details Visual Studio Enterprise 2022 [Microsoft.VisualStudio.2022.Enterprise] Version: 17.14.21 (November 2025) Publisher: Microsoft Corporation Local Identifier: ARP\Machine\X86\875fed29 Product Code: 875fed29 Installer Category: exe Installed Scope: Machine Installed Location: C:\Program Files\Microsoft Visual Studio\2022\Enterprise Available Upgrades: winget [17.14.23] ``` When there are multiple results, the identity line is prefixed with the standard `(N/M)` format string used in multi-package operations elsewhere. If sixels are enabled and supported by the terminal, an icon for the installed package will be shown. This currently models the mechanism used by winget-pkgs to extract the icons and by the `show` command to select the appropriate one to display. It is using the same code in the same manner and should be representative of what would be shown to the user if it were doing the full round trip through the repository/cache/`show` command.
Update release notes for v1.28 (microsoft#5957) Adding what I put in https://github.com/microsoft/winget-cli/releases/tag/v1.28.90-preview ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5957)
Enable source reference to get thread globals for off-thread logging (m… …icrosoft#5780) ## Change Allow `ISourceReference` and `Source` to have `ThreadGlobals` provided so that they can use them for other-thread logging. Enable this for the thread async REST source so that our certificate pinning callback can log results.
PreviousNext