Releases: bmdbtech/winget-cli
Releases · bmdbtech/winget-cli
Windows Package Manager 1.11.400
This release represents our first stable Windows Package Manager 1.11 release build for Windows 10 (1809+), and Windows 11.
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
- Apply latest loc patch by @florelis in microsoft#5174
- Fix certain msstore source 404 failures by treating them as empty responses by @yao-msft in microsoft#5179
- Use embedded CsWinRT by @JohnMcPMS in microsoft#5178
- Update configuration environment behavior by @JohnMcPMS in microsoft#5182
- Fix configure export test tear down by @yao-msft in microsoft#5184
- Bump version to 1.11 by @florelis in microsoft#5167
- Update Newtonsoft.Json to be same version across all projects by @Trenly in microsoft#5158
- Completion of missing
}by @DuckDuckStudio in microsoft#5192 - Convert cpprestsdk to WIL exception for better handling by @JohnMcPMS in microsoft#5188
- Refactor configuration processor by @JohnMcPMS in microsoft#5194
- Add support for 1.10 manifest in rest source parsing and winget utils interop by @yao-msft in microsoft#5197
- For truly async calls we must maintain our lifetime by @JohnMcPMS in microsoft#5199
- Update YamlDotNet to Latest by @Trenly in microsoft#5191
- Update primary index when moving package by @JohnMcPMS in microsoft#5204
- Don't rely on parameter order when creating VersionRange by @Trenly in microsoft#5213
- Validate URLs map to unique hashes by @Trenly in microsoft#5233
- Add developer guidance for debugging & running tests by @mdanish-kh in microsoft#5234
- Consider installer applicability in IsUpdateAvailable COM api by @yao-msft in microsoft#5228
- Don't let unset error codes be thrown by @JohnMcPMS in microsoft#5255
- Fix logging channel setting by @JohnMcPMS in microsoft#5261
- Experimental support for DSC v3 processing by @JohnMcPMS in microsoft#5252
- Add max nest level limit to yaml parser by @yao-msft in microsoft#5275
- Update winget.resw by @pressRtowin in microsoft#5279
- Fix e2e test failure caused by message change by @yao-msft in microsoft#5284
- Build in parallel by @florelis in microsoft#5283
- Remove support for arm32 by @florelis in microsoft#5290
- Add validation option for portable installer type in archives by @Trenly in microsoft#5237
- Handle access denied error when setting owner if already owner by @JohnMcPMS in microsoft#5282
- Add securityContext entry to 0.2 schema by @JohnMcPMS in microsoft#5295
- Dscv3 command base by @JohnMcPMS in microsoft#5280
- Fix DynamicProcessor crash when working on individual units without a set by @yao-msft in microsoft#5304
- Add securityContext to configuration file by @mdanish-kh in microsoft#5309
- Support official DSC v3 release by @JohnMcPMS in microsoft#5313
- Apply Registry Entries Last During Update Flow by @Trenly in microsoft#5214
- Use version comparison function rather than string compare in PS by @JohnMcPMS in microsoft#5323
- Enable shadow stack by @JohnMcPMS in microsoft#5326
- Only download during COM download by @JohnMcPMS in microsoft#5327
- More graceful MSIX enumeration failure handling by @JohnMcPMS in microsoft#5329
- Fix arm64 builds by @yao-msft in microsoft#5335
- Update roadmap by @Gijsreyn in microsoft#5331
- DSC v3 Export by @JohnMcPMS in microsoft#5319
- Refactor ProcessMultiplePackages for clarity by @JohnMcPMS in microsoft#5340
- troubleshooting source error by @denelon in microsoft#5370
- Fixes for pipeline stability by @JohnMcPMS in microsoft#5359
- Fix it twice by @JohnMcPMS in microsoft#5381
- Handle not finding metadata by @JohnMcPMS in microsoft#5350
- DSC v3 adapter support by @JohnMcPMS in microsoft#5302
- Lower Schema Header Validation to include 1.7+ manifests by @Trenly in microsoft#5330
- Update OneFuzzConfig.json by @florelis in microsoft#5380
- Better DefaultInstallVersion by @yao-msft in microsoft#5389
- Remove most checked-in dependency libraries by @florelis in microsoft#5390
- Add api to find unit processors based on search path by @yao-msft in microsoft#5386
- Remove clones of transitive dependencies available from vcpkg by @florelis in microsoft#5399
- Update curl to 1.12.1 by @florelis in microsoft#5404
- Disable assembly info override by @JohnMcPMS in microsoft#5405
- Dscv3 package resource by @JohnMcPMS in microsoft#5395
- Dscv3 source resource by @JohnMcPMS in microsoft#5418
- Enable NuGet Central Package Management by @florelis in microsoft#5420
- Ensure all vcpkgs use our custom triplets by @florelis in microsoft#5423
- Update sample projects to 1.10.340 by @florelis in microsoft#5427
- Added dscv3 user-settings resource by @AmelBawa-msft in microsoft#5421
- Fix debug build with vcpkg by @yao-msft in microsoft#5430
- Add support for exporting package related DSC v3 resources and some predefined resources in configure export all by @yao-msft in microsoft#5428
- Fix arm64-release-static vcpkg triplet by @florelis in microsoft#5431
- Remove purelib.vcxproj by @florelis in microsoft#5429
- Create a vcpkg overlay for cpprestsdk and libyaml by @florelis in microsoft#5424
- Allow preview dsc while experimental by @JohnMcPMS in microsoft#5434
- Place DSCv3 resource manifests in the package by @JohnMcPMS in microsoft#5433
- Install dsc v3 package if not found when processing dsc v3 configuration file by @yao-msft in microsoft#5437
- Use Microsoft.Windows.Settings in configure export all by @yao-msft in microsoft#5441
- Make partial the default for user-settings-file by @AmelBawa-msft in microsoft#5442
- Ignore comments when writing JSON output in WinGet DSC v3 resources by @AmelBawa-msft in microsoft#5445
- Attempt to use DSCv3 resources even if they were not found by @JohnMcPMS in microsoft#5443
- Elevated for exported Microsoft.Windows.Settings by @yao-msft in microsoft#5444
- Use Microsoft.Windows.Settings module for enabling developer mode by @mdanish-kh in microsoft#5448
- Fix fuzzing job path by @yao-msft in microsoft#5447
- Only forward the verbose property if it has been set by @JohnMcPMS in microsoft#5449
- Make UndockedRegFreeWinRT use same vcpkg_installed directory by @florelis in microsoft#5454
- Use more recent version for libyaml by @florelis in microsoft#5455
- DSCv3 admin settings resource by @JohnMcPMS in microsoft#5458
- Fix debug build with latest VS version by @yao-msft in microsoft#5461
- Add ReleaseStatic configuration to WinGetServer project by @fl...