Software 42460 Published by

A new version of UniGetUI (previously known as WingetUI) has been released. UniGetUI is a user-friendly GUI for Windows 10 and 11 CLI package managers that makes it simple to download, install, update, and remove software.

UniGetUI 3.1.0 is a significant upgrade to the package manager interface. The package engine has been revamped, with package managers that allow package fetching via APIs and assigning icons to packages directly. The packaged WinGet is no longer used to fetch or install packages; instead, system WinGet is now the default. The Lifecycle of Packages, PackageDetails, and InstallationOptions has been adjusted to prevent repeated instances of the same data in RAM. Widgets for UniGetUI load packages faster and rely less on the interface than previous versions.




UniGetUI 3.1.0

NOTE: WingetUI is now UniGetUI. Refer to #1900 for more details

Changelog

  • WingetUI is now UniGetUI. A new icon completes the rebranding
  • The Package Engine has undergone an entire redesign
    • Package managers that support so fetch packages via APIs (WinGet uses COM, NuGet-Based use REST nuget APIs, etc.). This leads to important speed improvements
    • The way in which icons are loaded has been renewed. Package managers that support so will provide the icons directly to the packages.
    • Microsoft Store (winget: msstore) packages show their screenshots on the details page.
    • System WinGet is now used by default. Bundled WinGet is no longer used to fetch or to install packages.
      • WinGet Packages will not show ellipted anymore.
    • Lifecycle of Packages, PackageDetails and InstallationOptions have been modified to not have duplicated instances of the same data in ram. Package data that has been already loaded will not be loaded again, and will be recycled from an older load instead.
    • Widgets for UniGetUI will now load packages faster, and does not rely on the interface as much as it used to.
    • When a package manager is missing a dependency, the user will be prompted to install it.
  • Important improvements across the entire interface
    • The Software Pages have been rebuilt with ItemsView in favour of ListView. This decreases the amount of used RAM (70~100mb less aprox.)
    • The Package Details page has been rebuilt with RichTextBlock. Content does not overflow and is overall better presented. Bold, italic and greyed out fonts are used to make the interface more understandable. Text and URLs can be copied.
    • The Logs pages have been rebuilt, to provide more important information better. Different levels of logs have been introduced, easing the process of debugging and understanding issues.
    • The Settings page has been reorganized into more coherent categories
    • Improvements to ContentDialogs. Dialogs that do not prompt the user for a decision have a "Close" button at the top-right corner of the dialog.
  • The Package Engine has been internally decoupled from the Interface.
  • The System Tray has new, pixel-perfect icons.
  • The installer will ensure WinGet and Microsoft.WinGet.Client are present on the system.
  • The installer will allow the user to not install Chocolatey
  • Tons of bugfixes and improvements.

What's Changed

New Contributors

Full Changelog 3.0.2...3.1.0

SHA256: 4b0dc505ca5ac64c76b5acb0ea84f70cb9f3b35adc5d2d5ee24862a4e9dc9ecb
Note: Both installers are the same file. WingetUI.Installer.exe has been left for compatibility with the autoupdater, and may be removed in future releases.

Release UniGetUI 3.1.0 · marticliment/UniGetUI