Skip to content

Releases: goranalkovic/WinGetGui

0.2

21 May 17:26

Choose a tag to compare

0.2 Pre-release
Pre-release

Note

Local installation of WinGet is required (obviously)

Features

  • View available packages
  • Pick a package to install
  • Basic install status updates
  • Allow multiple versions to be installed
  • Track installed packages so you don't install them twice
  • Allow uninstalling
  • Allow updating
  • Possibly switch from .NET single-exe packaging to MSIX

New in this version

Version picker

Now you can select which version a package you want to install

image

Installation tracker (basic)

After you install a package now it'll be remembered so you can't install the same package twice. You can see all of your installed packages (installed through the app) in the main window now.

image

Search

As the list of packages available grows, search might be an useful feature 😄

image

Caveats & bugs

  • Fetching packages takes longer because fetching versions of a package is a seperate action, I'll probably need to find a different way in the future
  • Storing installed apps currently relies on the default App settings, so it might be unreliable, I'll be switching to something else
  • After you install an app it might not show up in the Installed list right away, blocking of double-installs should still work, and after reopening the app it'll be there
  • Some of the features can't be implemented before WinGet implements them

First (pre)release!

21 May 01:13
99f7df3

Choose a tag to compare

First (pre)release! Pre-release
Pre-release

Note

Local installation of WinGet is required (obviously)

Features

  • View available packages
  • Pick a package to install
  • Basic install status updates
  • Allow multiple versions to be installed
  • Track installed packages so you don't install them twice
  • Allow uninstalling
  • Allow updating
  • Possibly switch from .NET single-exe packaging to MSIX

Some of these features can't be implemented before WinGet implements them