Skip to content

Releases: microsoft/winget-cli

Windows Package Manager 1.5.1081-preview

24 Apr 22:53
578f451
Compare
Choose a tag to compare

This is the third development build after the Windows Package Manager 1.4 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. The experimental feature for enabling Windows Features is now supported and included in this release. You can now specify the Windows feature name (i.e. netfx3) you want to enable in the WindowsFeature field in your installer manifest.

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 including package pinning:

    "experimentalFeatures": {
	  "pinning": true,
	  "dependencies": true,
	  "directMSI": true,
	  "uninstallPreviousArgument": true,
	  "windowsFeature": true,
    },

This release makes improvements to the overall user experience of WinGet with improvements to package correlation, COM APIs, logging/output, and Portable installation. This release also includes an early preview of our Microsoft.WinGet.Client PowerShell module. Information about getting started and usage can be found here.

What's Changed

New Contributors

Full Changelog: v1.5.441-preview...v1.5.1081-preview

Windows Package Manager 1.5.441-preview

14 Feb 18:58
a9c9cd6
Compare
Choose a tag to compare
Pre-release

This is the second development build after the Windows Package Manager 1.4 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. The experimental feature for package pinning is now supported and included 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 including package pinning:

    "experimentalFeatures": {
	  "pinning": true,
	  "dependencies": true,
	  "directMSI": true,
	  "uninstallPreviousArgument": true,
    },

This release includes an early preview of our Microsoft.WinGet.Client PowerShell module. Improvements to the PowerShell module have been made in this release to enhance the output of the cmdlets. Information about getting started and usage can be found here.

Features

What's Changed

New Contributors

Full Changelog: v1.5.101-preview...v1.5.441-preview

Windows Package Manager 1.4.10173

18 Jan 17:55
Compare
Choose a tag to compare

This release is the first stable release of Windows Package Manager 1.4 for Windows 10 (1809+) and Windows 11.

This release also includes a preview of our Microsoft.WinGet.Client PowerShell module. Information about getting started and usage can be found here.

Note: The Windows Package Manager Community Repository does not accept zip applications. They will not be accepted until after 1.4 is Generally Available and has been rolled out to the majority of Windows systems via the automatic upgrade from the Microsoft Store. Users may test with local manifests.

Features

  • Support installing .zip files #140
  • Add Native PowerShell Support #221
  • Support --no-upgrade option for install flow #2655

Bugs

  • Fix issue that only 1 dependency package is installed #2761
  • Crash in list command #2273
  • Add SYSTEM to explicit ACLs #2370

What's Changed

Windows Package Manager 1.5.101-preview

11 Jan 19:09
939e4dd
Compare
Choose a tag to compare
Pre-release

This is the first development build after the Windows Package Manager 1.4 build for Windows 10 (1809+) and Windows 11.

Experimental features are enabled in this release. The experimental feature for package pinning is visible but not yet functional. The implementation for the package pinning feature will be included in a future release preview. This build will be released to Windows Insider Dev builds, and Windows Package Manager Insiders.

What's Changed

New Contributors

Full Changelog: v1.4.10052...v1.5.101-preview

Windows Package Manager 1.4.10052

06 Jan 18:32
461ba7b
Compare
Choose a tag to compare
Pre-release

This release represents our second Windows Package Manager 1.4 release candidate build for Windows 10 (1809+), and Windows 11. Experimental features have been disabled in this release. This release also includes our Microsoft.WinGet.Client PowerShell module. Information about getting started and usage can be found here.

Note: The Windows Package Manager Community Repository does not accept zip applications. They will not be accepted until after 1.4 is Generally Available and has been rolled out to the majority of Windows systems via the automatic upgrade from the Microsoft Store. Users may test with local manifests.

Features

  • Support installing .zip files #140
  • Add Native PowerShell Support #221
  • Support --no-upgrade option for install flow #2655

Bugs

  • Fix issue that only 1 dependency package is installed #2761
  • Crash in list command #2273
  • Add SYSTEM to explicit ACLs #2370

What's Changed

Windows Package Manager 1.4.3531

21 Dec 17:38
349a9cb
Compare
Choose a tag to compare
Pre-release

This release represents our first Windows Package Manager 1.4 release candidate build for Windows 10 (1809+), and Windows 11. Experimental features have been disabled in this release. This release also includes our Microsoft.WinGet.Client PowerShell module. Information about getting started and usage can be found here.

Note: The Windows Package Manager Community Repository does not accept zip applications. They will not be accepted until after 1.4 is Generally Available and has been rolled out to the majority of Windows systems via the automatic upgrade from the Microsoft Store. Users may test with local manifests.

Features

  • Support installing .zip files #140
  • Add Native PowerShell Support #221
  • Support --no-upgrade option for install flow #2655

Bugs

  • Fix issue that only 1 dependency package is installed #2761
  • Crash in list command #2273
  • Add SYSTEM to explicit ACLs #2370

What's Changed

Windows Package Manager 1.4.3132-preview

15 Nov 18:22
fa660c6
Compare
Choose a tag to compare

This is the third development build after the Windows Package Manager 1.3 build for Windows 10 (1809+) and Windows 11.

Experimental features are enabled in this release. The experimental support for installing from a zip file (including portable packages) is included in this release. Another helpful troubleshooting feature is "--open-logs". This build will be released to Windows Insider Dev builds, and Windows Package Manager Insiders.

Run winget features to see which experimental features are enabled or disabled.
Add the following to your settings (winget settings) file to enable support for testing .zip manifests:

"experimentalFeatures": {"zipInstall": true}

Add the following to your settings (winget settings) file to enable support for opening the log directory:

"experimentalFeatures":{"openLogsArgument":true}

With this experimental feature enabled you can append "--open-logs" to any command and the logs directory will open after the command completes.

What's Changed

New Contributors

Full Changelog: v1.4.2161-preview...v1.4.3132-preview

Windows Package Manager 1.4.2161-preview

05 Aug 18:21
4950d33
Compare
Choose a tag to compare

This is the second development build after the Windows Package Manager 1.3 build for Windows 10 (1809+) and Windows 11.

Experimental features are enabled in this release. The experimental support for installing from a zip file (except portable packages) is included in this release. This build will be released to Windows Insider Dev builds, and Windows Package Manager Insiders.

Run winget features to see which experimental features are enabled or disabled.
Add the following to your settings (winget settings) file to enable support for testing .zip manifests:

"experimentalFeatures": {"zipInstall": true}

Note: The Windows Package Manager Community Repository does not accept zip applications. They will not be accepted until after 1.4 is Generally Available and has been rolled out to the majority of Windows systems via the automatic upgrade from the Microsoft Store. Users may test with local manifests.

We've also made progress towards native PowerShell cmdlets. These will work with PowerShell 6 and PowerShell 7. We're still working on the hurdles associated with PowerShell 5.1. We're planning to have a downloadable module for import in a future release. Join the PowerShell discussions if you're interested.

Features

  • Add Microsoft.WinGet.Client PowerShell Module files #2314
  • winget find should be a synonym of winget search #1299
  • Add aliases for installation and uninstallation #2303
  • Add winget remove as an alias command for winget uninstall #1978
  • Make "Update" an alias for "Upgrade" #1026
  • Command aliases #380

Bugs

  • winget 1.4.2011-preview can't install MSI-based applications #2365

What's Changed

New Contributors

Full Changelog: release-v1.3.1872...release-v1.4.2161-preview

Windows Package Manager 1.3.2691

04 Oct 23:41
Compare
Choose a tag to compare

This is the second stable release of the Windows Package Manager 1.3.

This release is just for the sake of transparency for Windows Package Manager users. This ensures that the GitHub release is aligned with any changes related to AppInstaller. The changes associated with this release only affect AppInstaller. No additional features or bug fixes related to winget were included.

Experimental features are disabled in this release.

Windows Package Manager 1.3.2091

28 Jul 23:21
Compare
Choose a tag to compare

This release is the first stable release of Windows Package Manager 1.3.

This release represents our fourth Windows Package Manager 1.3 release candidate build for Windows 10 (1809+), and Windows 11.

This release addresses several bugs related to installing a portable package such as incorrectly displaying a file overwrite warning message, failing to create a symlink if developer mode is not enabled or not running in admin, and not preserving scope when upgrading.

Experimental features have been disabled in this release. We will follow this release with another Pre-release "developer" build at GitHub so users can continue with experimental features available.

>Note: The Windows Package Manager Community Repository does not accept portable applications. They will not be accepted until after 1.3 is Generally Available and has been rolled out to the majority of Windows systems via the automatic upgrade from the Microsoft Store. Users may test with local manifests.

Features

Support for installation of portable/standalone apps #182
Add a notes/info field to manifests. #607
Add an optional URL to Expected Return Codes #1889
Manifest Field for User Manual / Documentation #1984
Add alternative version number field to manifest to make correlation with entries in Add/Remove programs more reliable #980
Setting for always using verbose logs #1940
winget --info should print the system architecture #1925
An even better progress bar #2055

Bugs

Remove scope filter from being applied to portables #2383
Check for symlink creation privilege for portable install #2369
Fix file overwrite warning displayed on clean first install #2375
Mitigate crash that can occur when installed version is null #2278
Searching for dotnet package #2218
Allow winget to install MS Store packages without account just like the MS Store #1585
--include-unknown not functioning as expected #1939
Includes a fix for an App Installer bug that was causing crashes due to null pointer reads

What's Changed

  • Remove scope filter from being applied to portables by @ryfu-msft in #2383
  • Check for symlink creation privilege for portable install by @ryfu-msft in #2369
  • Fix file overwrite warning displayed on clean first install by @ryfu-msft in #2375
  • Mitigate crash that can occur when installed version is null by @JohnMcPMS in #2278
  • Improve ARP matching heuristic by @lechacon in #2179
  • Improve error handling in correlation test script by @lechacon in #2206
  • Display ReturnResponseUrl if present by @ryfu-msft in #2210
  • Display InstallationNotes after a successful install by @ryfu-msft in #2211
  • Display documentations in show command by @ryfu-msft in #2212
  • Add missing localization error handling for root level localization info by @JohnMcPMS in #2220
  • Use AppsAndFeaturesEntries DisplayVersion info for installed package version mapping by @yao-msft in #2213
  • Indent documentations in 'show' command by @Trenly in #2234
  • Portable Support as Stable Feature by @ryfu-msft in #2233
  • Delete unneeded test code from libraries pulled as subtrees by @lechacon in #2232
  • Add simple stats to correlation result processing script by @lechacon in #2229
  • Treat manifest localization validation error as warning for non full validation(manifest reading) by @yao-msft in #2144
  • Fixed builds on VS 2022 version 17.2. by @jedieaston in #2156
  • Implementation for Portable Uninstall and Upgrade by @ryfu-msft in #2140
  • Load index from validated msix for unpackaged context by @yao-msft in #2139
  • Doc for ARP version mapping change by @yao-msft in #2162
  • Fix list/upgrade table for packages with multiple ARP entries. by @jedieaston in #2137
  • Setting for Logging Level by @Trenly in #1945
  • Improve --include-unknown message by @felipecrs in #1946
  • Added system architecture to winget --info. by @jedieaston in #1937
  • Fix: Only include unknown packages which exist in source by @Trenly in #1972
  • Allow PackageFamilyName to be declared with non msix installers by @yao-msft in #1944
  • Addition of initial 1.2 schema with 'Portable' installerType by @ryfu-msft in #1930
  • Make build pipeline task fail on unit tests failure by @yao-msft in #1975
  • Remove duplicated message about unknown versions by @felipecrs in #1982
  • Expose simple applicable installer check in Com api by @yao-msft in #1974
  • Fix pipeline build: ensure project target version matches the AppInstaller package by @yao-msft in #1990
  • Add uninstall functionality to Com api by @yao-msft in #1909
  • Remove duplicated message when no upgrades by @felipecrs in #1986
  • Anonymize Com caller value by @yao-msft in #1998
  • Fixed issues preventing compilation on VS 2022 17.1. by @jedieaston in #2000
  • Rename source auto update group policy by @lechacon in #1995
  • Function that will accept source agreement by @Jeff-Jerousek in #2020
  • Portable apps specification by @denelon in #2012
  • Add policy definition for ms-appinstaller to ADMX by @lechacon in #2038
  • Change to official DNS by @JohnMcPMS in #2026
  • Make upgrade help inform of list ability by @Trenly in #2034
  • Mitigate crash occuring in CompositeSource by @JohnMcPMS in #2043
  • Use AppsAndFeatures name and publisher by @JohnMcPMS in #2042
  • Apply latest loc patch by @lechacon in #2045
  • Add support for InProc Com invocation by @yao-msft in #2035
  • Display fine-grained blocks in progress bars by @chausner in #2046
  • Support for 1.2 Schema Additions by @ryfu-msft in #2028
  • Update portable spec with symlink solution design by @ryfu-msft in #2075
  • Add nuget publish pipeline for in-proc Com binaries by @yao-msft in #2077
  • Add support for in-proc Com state separation by @yao-msft in #2068
  • Add heuristics for matching packages to ARP after installing by @lechacon in #2044
  • Optimize images by @Trenly in #2082
  • Add a system for testing correlation E2E by @JohnMcPMS in #2071
  • Make In-proc Com nuget package better support .net framework 4.* by @yao-msft in #2083
  • Build pipeline updates and improvements by @yao-msft in #2085
  • Fix issue with correlation chaining from the SQLite index by @JohnMcPMS in #2087
  • Fix exceptions breaking out of the multi-package install loop by @JohnMcPMS in #2089
  • Update README by @denelon in #2113
  • fix passing null parameters to Find-WinGetPackage by @bftblomster in #2092
  • Allow winget to install MS Store packages without account by @zachcwillson in #2095
  • Require selection argument on install/show/search/uninstall by @JohnMcPMS in #2125
  • Remove ARP matching for single ARP change, and consider publisher+name for matching by @lechacon in #2119
  • Implementation for Portable install flow by @ryfu-msft in #2078
  • Fix packageId and sourceId match check for portable install by @ryfu-msft in #2138
  • Act on elevation requirements in majority cases by @JohnMcPMS in #2126
  • Add Package Dependencies to index. by @hackean-msft in #1667
  • Update windows-package-manager-release-roadmap.md by @opsetech in #1...