Skip to content

Releases: microsoft/winget-cli

Windows Package Manager 1.3.431-preview

15 Feb 00:05
d0dae56
Compare
Choose a tag to compare
Pre-release

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

Experimental features have been enabled in this release. This build will be released to Windows Insider Dev builds, and Windows Package Manager Insiders.

What's Changed

New Contributors

Full Changelog: v1.0.12576...v1.3.431

Windows Package Manager 1.2.10271

02 Feb 21:47
Compare
Choose a tag to compare

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

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.

What's Changed

Read more

Windows Package Manager 1.2.3411-preview

06 Jan 23:40
54d4b67
Compare
Choose a tag to compare

This release represents the 1.2 candidate functionality with experimental features enabled for Windows 10 (1809+), and Windows 11.

We've been busy adding functionality, fixing bugs and documentation.

Notable Features

Notable Bug Fix

What's Changed

Read more

Windows Package Manager v1.1.12701

28 Sep 14:30
Compare
Choose a tag to compare
Pre-release

This release is the first development build after the Windows Package Manager 1.1 release candidate build for Windows 10 (1809+).

Experimental features have been enabled in this release. This build will be released to Windows Insider Dev builds, and Windows Package Manager Insiders.

Windows Package Manager v1.1.12653

27 Sep 22:08
Compare
Choose a tag to compare

This release represents our Windows Package Manager 1.1 release candidate build for Windows 10 (1809+).

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.

Bugs

#797 Silent install of "winget install git.git" is not working
#1497 Make rename retry more frequently for longer, then try making a hardlink

Blog

https://devblogs.microsoft.com/commandline/windows-package-manager-1-1/

Windows Package Manager v1.0.12576

17 Sep 00:24
3a4d007
Compare
Choose a tag to compare
Pre-release

This release includes several new features related to the experimental Microsoft Store source. The REST API now has support for source level agreements, and an HTTP header pass through. Packages can also have agreements a user must accept before downloading and installing a package. We have also made improvements for handling silent installation with MSI UAC issues, and deferred registration for MSIX packages. A new experimental feature will show dependencies listed in a package manifest. The COM API is now considered a stable feature, and has been removed from experimental features. We have also started the work to begin supporting the new v1.1 schema #1243. The implementation for these new keys will follow in subsequent releases.

Thanks to @ChungZH for making some UX improvements to show how many upgrades are available, and displaying the version number during install.

Features

#200 Require EULA/TOS acceptance before download starts.
#893 Add support for an arbitrary HTTP header value in REST API
#967 Max Installer nodes 1024
#1012 Experimental Show dependencies
#1174 Added "doProgressTimeoutInSeconds" Setting
#1216 Add Microsoft Store REST Source as default option and fix telemetry gaps
#1337 Show the version number during install.
#1354 winget upgrade: Display count of available upgrades
#1396 Add support for rest api 1.1 interface
#1397 Add deferred registration for MSIX
#1398 Use MSI API to allow UAC prompts on MSI silent installs
#1400 Client verbose logging does not log sufficient information to diagnose issues interacting with rest sources.
#1419 Remove the packagedAPI experimental feature flag

Bugs

#1406 InstallerSuccessCodes in manifest schema does not provide any numerical limits
#1416 winget source add doesn't warn you when adding an unsupported source.

Windows Package Manager v1.0.11692

24 Jun 20:32
3d605e0
Compare
Choose a tag to compare

This release fixes a few bugs. The first one is related to users and installers executing [Ctrl]+[c]. The next is a fallback when Delivery Optimization encounters failures. The last one addresses permissions inherited from the directory installers are saved to, and may also help with some installers due to long path names.

Bugs

#189 Discord does not install
#1060 Fails to update program, error 0x801901a0
#1076 winget install results in 0x80d03002 : unknown error

Notes

Over the coming weeks we will be making changes to version numbers for the App Installer shipped in the Microsoft Store. We will be making some space for servicing agility so we can continue to iterate quickly with our preview releases. This version will be published to all Windows Insider channels and the Windows Package Manager Insiders.

Going forward, development releases will be published to Windows Insider Dev channel and Windows Package Manager Insiders. We will leverage Windows Insider Beta channel for servicing issues, and the Windows Insider Release Preview channel for future release candidates.

If you want the latest preview releases, there will be three choices.

  1. Join the Windows Package Manager Insider program.
  2. Run a Windows Insider Dev channel build.
  3. Download the preview releases from GitHub.

Any users on released versions of Windows who have downloaded releases from this GitHub repository should ensure they download and install this release to ensure continuity of access to the Windows Package Manager. With this release we are discontinuing support for versions of Windows 10 prior to version 1809.

Windows Package Manager v1.0.11451

26 May 15:50
862a2af
Compare
Choose a tag to compare

Windows Package Manager v1.0

This release includes all of the features and bug fixes from the v1.0 milestone.

The following commands are available:
  install    Installs the given package
  show       Shows information about a package
  source     Manage sources of packages
  search     Find and show basic info of packages
  list       Display installed packages
  upgrade    Upgrades the given package
  uninstall  Uninstalls the given package
  hash       Helper to hash installer files
  validate   Validates a manifest file
  settings   Open settings
  features   Shows the status of experimental features
  export     Exports a list of the installed packages
  import     Installs all the packages in a file

Note

Binaries removed. We have discontinued support for versions of Windows 10 prior to version 1809.

Windows Package Manager v0.4.11391 Preview

20 May 20:05
2e3fc15
Compare
Choose a tag to compare

This release includes improvements for the correlation between manifests in the community repository and entries in Add / Remove Programs. We've also added a hash for the manifest itself to ensure the chain of trust with the PreIndexed package (default source). Several features have moved from experimental to released including "list", "upgrade", "uninstall", and "export".

New Features

#959 Ensure chain of trust with packaged index
#118 Repository REST API
#120 Upgrade an installed App
#220 Export/Import apps list
#121 Uninstall an Installed App
#119 List installed Apps
#151 Support Delivery Optimization

Bug Fixes

#723 commands not showing with white cmd background
#955 Name and Publisher Correlation in CompositeSource
#966 Fix a few polish Items
#973 Fix for a bug, DO timeout to 60 seconds, minor version bump

Note

Binaries removed. We have discontinued support for versions of Windows 10 prior to version 1809.

Windows Package Manager v0.3.11201 Preview

11 May 22:30
558f3f4
Compare
Choose a tag to compare

This release includes VT-based progress reporting, a bug fix for upgrade, support for Delivery Optimization, and multiple locale support for manifest data.

New Features

#869 Provide Taskbar progress indicator in Windows Terminal
#909 Implement Delivery Optimization (Initial work on #151 Support Delivery Optimization)
#903 Multiple locale support for Windows Package Manager workflows

Bug Fixes

#904 Make correlation logic from available source to installed source look at all versions instead of just latest

Note

Binaries removed. We have discontinued support for versions of Windows 10 prior to version 1809.