Skip to content

Releases: marticliment/UniGetUI

UniGetUI 3.1.2

20 Oct 00:03
Compare
Choose a tag to compare

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

SHA256: 456A4F2D548C590ECF56E90D1846DDF2BCD9E3D7BDE6747602328885675A2C8F
SHA256 [ms-store-test-release]: 7012F60F8267EC7AEBD6B59528ABD9C9279877588F7F0874CE92409126BC4A1E

UniGetUI 3.1.2 beta 4

16 Oct 22:28
Compare
Choose a tag to compare
UniGetUI 3.1.2 beta 4 Pre-release
Pre-release

NOTE: This beta is expected to be the latest beta before release.
NOTE: This release is not digitally signed for convenience. Stable releases will always be signed.

Last beta expected to be the last prerelease before stable, yet stable will be delayed due to issues with the code signing certificate.
I was told that the issues should be fixed in a week or two, as of 08/10/2024 (dd/mm/aa)

Changelog

  • WinGet icons will show on UniGetUI
  • Package icons will show on package lists (they can be disabled from the settings)
  • A WinGet troubleshooter has been implemented to fix when WinGet corrupts itself and stops reporting installed packages.
  • Package tags show on the bottom-right corner of the icon, instead of overriding it
  • Internal conurrency improvements

UniGetUI 3.1.2 beta 3

27 Sep 10:27
b6ed6d1
Compare
Choose a tag to compare
UniGetUI 3.1.2 beta 3 Pre-release
Pre-release

NOTE: This beta is expected to be the latest beta before release.
NOTE: This release is not digitally signed for convenience. Stable releases will always be signed.

This was expected to be the last beta release before stable, yet stable will be delayed due to issues with the code signing certificate.
I have been told that the issues should be fixed in a week or two, as of 08/10/2024 (dd/mm/aa)

Changelog

  • UI improvements

    • The interface is smoother. All background tasks are run threaded instead of using the asynchronous interface
    • Package lists will maintain selection when the packages change (up to the possible extent)
    • Improvements to the "Discover Packages" page behaviour
    • Filters panel has a slide-out/slide-in animation
    • Better messages when a UAC prompt has been canceled
  • Package managers improvements

    • Cargo will be properly detected
    • NPM packages will be entirely parsed via json, improving reliability
    • Pip and Scoop package details parsers have undergone important improvements
    • Chocolatey authenticated sources will now show on UniGetUI
    • WinGet COM API will work when running UniGetUI as administrator. Bundled WinGet package detection has been improved
    • WinGet PowerShell module will not be used anymore to parse packages.

UniGetUI 3.1.2 beta 2

15 Sep 17:09
Compare
Choose a tag to compare
UniGetUI 3.1.2 beta 2 Pre-release
Pre-release

Note: This release is not digitally signed for convenience. Stable releases will always be signed.

Changes

  • Added cargo support
  • Installer shouldn't crash under certain scenarios anymore
  • Improvements to icons
  • Improvements to Package Operations
  • Upgraded App Sdk 1.6
  • UI tweaks and improvements

SHA256: FEC4EEF1B5ABD88EC8BE6AD381871479BEA54A10C5B156B8BEF40B1BDCFB2202

UniGetUI 3.1.2 beta 1

04 Sep 21:36
Compare
Choose a tag to compare
UniGetUI 3.1.2 beta 1 Pre-release
Pre-release

Note: This release is not digitally signed for convenience. Stable releases will always be signed.

Changes

  • The "Package Details" page will offer more actions when a package is opened.
  • The filters is now fully closable, with a new toggle button located on the left side of the search bar
  • The LanguageEngine is more resilient to string deletion on the updated language files.
  • Automated package reload in the installed packages page is now less agressive. It will not remove the packages, only add any missing ones
  • Improvements to the Package Bundles page:
    • UniGetUI now supports the .ubundle extension, which will ease the process of opening package bundles. The file is internally JSON.
    • UniGetUI will complain if a bundle fails to be created.
    • UniGetUI will complain if an unsaved bundle is going to be lost. (The user wants to create a new one, etc)
    • UniGetUI will warn you if you are overriding a file
    • Improved handling of InstallationOptions
    • Bundles will show the version set to install, or the text "Latest". It used to show the version with which a package was exported.
  • Optimize how packages are loaded when shared from the "Share package" website.
  • UniGetUI can now be interacted with using the unigetui:// protocol. More details here: https://github.com/marticliment/UniGetUI/blob/main/cli-arguments.md
  • Other improvements and bug fixes

SHA256: 27B4E938560BACC58CBD5DE4878EE7033AABA023F53226BAC4FDE0315E7DE793

UniGetUI 3.1.2 beta 0

30 Aug 17:33
c87f9c5
Compare
Choose a tag to compare
UniGetUI 3.1.2 beta 0 Pre-release
Pre-release

Note: This release is not digitally signed for convenience. Stable releases will always be signed.

Changes

  • Notifications have been migrated to the App Sdk API
    • Notification activation is now more reliable
    • Notifications will not pile up on the action center
    • A progress notification will be shown when an operation is running
  • The user has now te option to right-click an installed package -> Open install location
  • Command-line generations have been rebuilt.
  • GSudo has been downgraded to v2.4.2 to mitigate an issue with illegal characters
  • Improvements to the operation result handlers (autoelevate, etc.)
  • Fixed an issue that would prevent certain packages from passing the filters.
  • Context menus will be more restrictive with incompatible and local packages on the bundles and installed packages pages, respectively
  • Other bugfixes and improvements.

SHA256: CCAB98EB127FAF892127158CE7E8C248A06227F103BDBBA52A41106285876CEF

UniGetUI 3.1.1

28 Jul 14:46
Compare
Choose a tag to compare

Changelog

  • PowerShell 7 PSGet is anailable as a package manager.
  • WinGet now uses the COM API to fetch installed packages. Bundled WinGet can be used instead of the PowerShell Module
  • Improved compatibility for non-ascii characters on WinGet.
  • The Package Bundles page has been rebuilt in the same way the other Software Pages were improved in 3.1.0.
  • Improvements to UI Icons. They are not loaded from disk anymore, increasing the smoothness and responsiveness of the UI.
  • WinGet and Scoop icons have been changed so they are coherent with their official icons.
  • Other changes and bugfixes

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

SHA256: dc03f02df89f23f6f0afa47b8b8830a81516d3d5d83095c1da5c59760950c758

UniGetUI 3.1.1 beta 3

22 Jul 22:45
Compare
Choose a tag to compare
UniGetUI 3.1.1 beta 3 Pre-release
Pre-release

Changes

  • Added PowerShell 7 Support.
  • Important changes in the UI backend:
    • Icons are loaded from a font file, instead of themed .png files.
    • Important improvements to package tags.
    • Improvements on Settings Page Controls
    • Package managers now have an optional DisplayName property
    • WinGet and Scoop icons have been updated to be coherent with their official icons
  • Package Bundles Page has been updated to inherit from the new AbstractPackagesPage
  • Improvements to how packages are imported and expoeted

SHA256: C7A6A9BB90B9E1EFC3FC0FF09AA3DF217EF18288727E5F50D14A774F85F32EB5

UniGetUI 3.1.1 beta 2

19 Jul 22:24
Compare
Choose a tag to compare
UniGetUI 3.1.1 beta 2 Pre-release
Pre-release

Changes

  • The user can choose whether to use COM, PWSH or CLI parsing when loading WinGet packages.
  • Improvements to how Chocolatey is migrated (fixed broken shortcuts)
  • Improvements to the install process of WinGet packages
  • Other fixes on the UI and internal tweaks

SHA256: 2CBC8A235AB2EA40EF30531F56F89D70E58C3A1745B2F3C0F13044822EEFB71E

UniGetUI 3.1.1 beta 1

07 Jul 22:20
Compare
Choose a tag to compare
UniGetUI 3.1.1 beta 1 Pre-release
Pre-release

Changes

  • The WinGet COM APIs are now used to fetch installed packages and updates.
  • An issue where System Chocolatey wouldn't work has been fixed
  • Fixed more issues with character garbling and issues with the encoding

SHA256: 74AF0240FF9F7C5933B5643B9EFAA1B67CF5EF3E14170EBDDC0C1A78588210B5