Skip to content

Releases: microsoft/winget-cli

Windows Package Manager 1.11.400

18 Jun 18:10
79eed8a
Compare
Choose a tag to compare
Pre-release

This is the release candidate of WinGet v1.11 for those interested in trying out upcoming features and fixes.

If you find bugs or usability problems, please help us out by filing an issue.

New in v1.11

  • Dropped support for running on 32-bit ARM
  • Support for Microsoft Desired State Configuration (DSC) v3.
  • Support for exporting the configuration of the current device. This includes Windows Settings, packages from configured WinGet sources, and package settings from DSC v3 enabled packages.

Experimental Features

  • Experimental support for Fonts

Experimental support for Fonts

The following snippet enables experimental support for fonts via winget settings. The winget font list command will list installed font families and the number of installed font faces.

{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "fonts": true
  }
}

What's Changed

Read more

Windows Package Manager 1.11.370-preview

16 Jun 20:58
8d824c1
Compare
Choose a tag to compare

This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.

New in v1.11

  • Dropped support for running on 32-bit ARM
  • Support for Microsoft Desired State Configuration (DSC) v3.
  • Support for exporting the configuration of the current device. This includes Windows Settings, packages from configured WinGet sources, and package settings from DSC v3 enabled packages.

Experimental Features

  • Experimental support for Fonts

Experimental support for Fonts

The following snippet enables experimental support for fonts via winget settings. The winget font list command will list installed font families and the number of installed font faces.

{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "fonts": true
  }
}

What's Changed

  • Fix catalog connection failure due to AppCapability::CreateWithProcessIdForUser throwing E_INVALIDARG when called with a null user on Windows 10 v1903 by @Fulgen301 in #5475
  • Fix crash due to static weak pointer referencing an object in an unloaded DLL by @Fulgen301 in #5474
  • Add support for DSCv3 in configuration PowerShell modules by @yao-msft in #5470
  • Missing comma in cgmanifest.json by @florelis in #5486
  • Make dsc3 and export experimentals stable by @JohnMcPMS in #5487
  • Update DSC command descriptions by @JohnMcPMS in #5489
  • Increase libyaml vcpkg port version by @florelis in #5504
  • Apply latest loc patch by @florelis in #5507

New Contributors

Full Changelog: v1.11.350-preview...v1.11.370-preview

Windows Package Manager 1.11.350-preview

10 Jun 19:01
e08cdae
Compare
Choose a tag to compare

This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.

New in v1.11

  • Dropped support for running on 32-bit ARM

Experimental Features

  • Experimental support for DSC v3 processing
  • Experimental support for Configuration Export
  • Experimental support for Fonts

Experimental support for DSC v3 processing

The following snippet enables experimental support for Microsoft Desired State Configuration.

{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "dsc3": true
  }
}

Experimental support for Configuration Export

The following snippet enables experimental support for exporting the configuration of the current device. This includes Windows Settings, packages from configured WinGet sources, and package settings from DSC v3 enabled packages.

{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "configureExport": true
  }
}

Experimental support for Fonts

The following snippet enables experimental support for fonts via winget settings. The winget font list command will list installed font families and the number of installed font faces.

{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "fonts": true
  }
}

What's Changed

Full Changelog: v1.11.320-preview...v1.11.350-preview

Windows Package Manager 1.11.320-preview

14 May 18:15
d16646c
Compare
Choose a tag to compare

This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.

New in v1.11

  • Dropped support for running on 32-bit ARM

Experimental Features

  • Experimental support for DSC v3 processing
  • Experimental support for Configuration Export
  • Experimental support for Fonts

Experimental support for DSC v3 processing

The following snippet enables experimental support for Microsoft Desired State Configuration.

{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "dsc3": true
  }
}

Experimental support for Configuration Export

The following snippet enables experimental support for exporting the configuration of the current device. This includes Windows Settings, packages from configured WinGet sources, and package settings from DSC v3 enabled packages.

{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "configureExport": true
  }
}

Experimental support for Fonts

The following snippet enables experimental support for fonts via winget settings. The winget font list command will list installed font families and the number of installed font faces.

{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "fonts": true
  }
}

What's Changed

Full Changelog: v1.11.230-preview...v1.11.320-preview

Windows Package Manager 1.11.230-preview

29 Apr 21:51
6096b5e
Compare
Choose a tag to compare

This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.

New in v1.11

  • Experimental support for DSC v3 processing
  • Dropped support for running on 32-bit ARM

What's Changed

Full Changelog: v1.11.220-preview...v1.11.230-preview

Windows Package Manager 1.10.390

03 Apr 19:33
a14cbc2
Compare
Choose a tag to compare

This release represents a servicing fix for Windows Package Manager 1.10 release build for Windows 10 (1809+), and Windows 11.
This is the third stable release of WinGet 1.10.

New in v1.10

What's Changed

Full Changelog: v1.10.340...v1.10.390

Windows Package Manager 1.11.220-preview

22 Apr 16:39
44ce2a4
Compare
Choose a tag to compare

This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.

New in v1.11

  • Experimental support for DSC v3 processing
  • Dropped support for running on 32-bit ARM

What's Changed

Full Changelog: v1.11.210-preview...v1.11.220-preview

Windows Package Manager 1.11.210-preview

08 Apr 16:13
6ec90f2
Compare
Choose a tag to compare

This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.

New in v1.11

  • Experimental support for DSC v3 processing
  • Dropped support for running on 32-bit ARM

What's Changed

  • Fix DynamicProcessor crash when working on individual units without a set by @yao-msft in #5304
  • Add securityContext to configuration file by @mdanish-kh in #5309

Full Changelog: v1.11.200-preview...v1.11.210-preview

Windows Package Manager 1.11.200-preview

01 Apr 17:17
2f344f0
Compare
Choose a tag to compare

This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.

New in v1.11

  • Experimental support for DSC v3 processing
  • Dropped support for running on 32-bit ARM

What's Changed

Full Changelog: v1.11.190-preview...v1.11.200-preview

Windows Package Manager 1.11.190-preview

25 Mar 19:33
ec7d73b
Compare
Choose a tag to compare

This is a preview build of WinGet for those interested in trying out upcoming features and fixes. While it has had some use and should be free of major issues, it may have bugs or usability problems. If you find any, please help us out by filing an issue.

New in v1.11

  • Experimental support for DSC v3 processing
  • Dropped support for running on 32-bit ARM

What's Changed

New Contributors

Full Changelog: v1.11.180-preview...v1.11.190-preview