DrewNaylor / guinget

Unofficial GUI for Microsoft's Windows Package Manager (winget). Kinda like Synaptic, but for Windows. Not associated with either Microsoft or the Synaptic project, and Microsoft does not endorse this software.
Apache License 2.0
136 stars 3 forks source link

Add an "Upgrade" item to the "Action" column dropdown to run a "winget upgrade" on that package. #87

Closed DrewNaylor closed 3 years ago

DrewNaylor commented 3 years ago

This is described in #72, but it would be easier to put this item in there then eventually do a "Mark all upgrades" thing.

When a package is marked with "Upgrade", only the package ID will be sent to winget as it's intended to get the latest version.

DrewNaylor commented 3 years ago

As mentioned here https://github.com/DrewNaylor/guinget/issues/85#issuecomment-772806544, this feature is mostly complete, but I'll add a way to specify whether the version number is passed or not. Most people probably wouldn't use it, but it'll be there if necessary.

DrewNaylor commented 3 years ago

I think this is complete enough with the code as of 56356be. This will be posted on the other related issues.