Software 42698 Published by

UniGetUI 3.1.2 has been released, featuring a range of enhancements to package management. This encompasses support for the Cargo package manager, enhanced management of package bundles, and the capability to initiate UniGetUI through the unigetui:// protocol. Package bundles will default to the .ubundle extension, and UniGetUI will issue a notification when bundles cannot be created, imported, or when there are unsaved changes. 



UniGetUI 3.1.2

Changelog

  • Added support for the Cargo package manager
  • Improvements to Package Bundles
    • Package bundles will default to the .ubundle extension
    • UniGetUI will complain when: bundle can't be created, bundle can't be imported, a new bundle is being created and there are unsaved changes, etc.
    • Important improvements on how package installation options are handled on bundles
  • UniGetUI can be launched via the unigetui:// protocol. More info  here
  • Improvements to how shared packages are loaded
  • Improvements to Notifications
    • No more stacking on the notificationa panel
    • Failures will show a high-priority notification
  • Improvements to the Package Details page
    • The "Install" button now offers more options
    • Some package managers will load details via json parsing
    • Smarter layout when package descriptions are long
    • Improvements to the user's selection when a package list changes
    • Improvements to how installed packages are dynamically reloaded
  • Other interface improvements
    • Smoothness improvements: UniGetUI should stutter much less when loading packages
    • The filters panel can be completely hidden/shown with a dedicated toggle button
    • Incompatible and local packages will have their operations limited/greyed out to those who are actually available for them.
    • General improvements to message dialogs
  • Improvements to Package Managers
    • Pip, Scoop and NPM will parse some data from JSONs instead of raw cli
    • WinGet COM API will work when running elevated. PowerShell CMDLets won't be used anymore
    • A WinGet troubleshooter has been introduced to mitigate when WinGet is not reporting installed packages
    • Chocolatey authenticated sources will show appropiately
  • UniGetUI is now able to pull icons from WinGet
  • The install location for a package can be opened from the package's context menu
  • Upgrade AppSdk to version 1.6, for improved font rendering
  • Important improvements to how package operations are handled

What's Changed

New Contributors

Full Changelog 3.1.1...3.1.2

Release UniGetUI 3.1.2 · marticliment/UniGetUI