Microsoft 11742 Published by

Windows Package Manager 1.8.1133-preview has been released. Changes include adding triggers for context labels, supporting optional limitations in configuration, dynamic runtime configuration, increasing MSStore installation success rate, refactoring HttpClientHelper to CommonCore, adding AdditionalLibraryDirectories to UndockedRegFreeWinRT, and adding Arm64 to the list of architectures in Module Initialization.



Windows Package Manager 1.8.1133-preview

This is the third development build after the Windows Package Manager 1.7 build for Windows 10(1809+) and Windows 11.
This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

    "experimentalFeatures": {
        "sideBySide": true
    }

This release contains ARM64 support for the Microsoft.WinGet.Client PowerShell Module along with improvements to the index.

What's Changed

  • Add Triggers for context labels by  @Trenly in  #4335
  • Add support for optional limitation set in configuration remote server and processors by  @yao-msft in  #4349
  • Dynamic runtime configuration support by  @ryfu-msft in  #4355
  • Improve MSStore installation success rate by trying Restart or Cancel when applicable by  @yao-msft in  #4356
  • Refactor HttpClientHelper to CommonCore by  @ryfu-msft in  #4371
  • Added AdditionalLibraryDirectories to UndockedRegFreeWinRT by  @AmelBawa-msft in  #4374
  • Index v2 by  @JohnMcPMS in  #4387
  • Make DLL directory work in packaged cases as well by  @JohnMcPMS in  #4389
  • Enable Microsoft.WinGet.Client arm64 support by  @msftrubengu in  #4392
  • Add Arm64 to list of architectures in Module Initialization. by  @snickler in  #4251

New Contributors

Full Changelog v1.8.924-preview...v1.8.1133-preview

Release Windows Package Manager 1.8.1133-preview · microsoft/winget-cli