General changes
- Fixed a crash that was triggered when bundles were imported
- Fixed a scenario where UniGetUI wouldn't resume
- Improvements to LoadingDialog implementation, prevent deadlocks
- Asynchronocity improvements: All async void have been migrated to async Task, and uncaught exceptions will be properly handled and won't crash the process
- Fix issues when logging in to GitHub
- Fix processes hanging when waiting for input on package operations
- Improvements to crash handler
- Improvements to InstallOptionsFactory and to InstallOptions
- Better unit tests for InstallOptions
- **Important: ** As of this release, it will not possible to create XML and YAML bundles. Existing XML and YAML bundles can be imported, via internal YAML/XML-to-JSON conversion before deserialization. This feature will be removed in a not-near future. Nevertheless, XML and YAML bundles can be also converted to JSON bundles using an older UniGetUI version.
Changelog
- Added default install options on a per-package-manager level!
- Added pre/post-install/update/uninstall commands!
- Added an option to close/kill process(es) before installing/updating/uninstalling a package
- Added cloud package backup and restore (via GitHub) (more info on that here: UniGetUI Cloud Backup)
- Added the option to bulk-download installers
- Added the option to select package manager executable
- PowerShell7 can now clear older versions when updating to a new one
- Improvements to InstallOptions dialogs
- Installer download will properly guess the downloaded file name.
- Added "Dependencies" field to Package Details.
- Improvements to WinGet source management
- Searchbox has been moved to the titiebar, less wasted space
- Improvements for when window size is less wide
- Toolbar improvements
- Improvements on internal error detection and handling
- YAML and XML can't be created no more (more info on that here: #3860)
- Lots of bugfixes
- Other internal improvements
- Security enhancements:
- Some features (pre/post install commands, command-line arguments, etc.) will be restricted by default.
- Bundles will also have those features restricted by default.
- Those features can be enabled with toggles that require an UAC prompt to be modified
- Bundles will show a security report when potentially dangerous settings are present.
- Fix some potential command-injection vulnerabilities from custom command-line arguments
General changes
- There will not be a MSIX release (due to restrictions on MSIX sandboxing)
- Remove WinUIEx as a dependency (I suspect it was the main cause for which UniGetUI was crashing on 3.3.0)
- Various fixes and improvements
Changelog
- Adress executable corruption/integrity detection and semi-automatic resolution:
- UniGetUI will check for corruption issues. If found, the user will be prompted to repair them.
- The crash report will contain an integrity report
- In both cases, if UniGetUI detects an integrity violation and the UniGetUI installer is placed on the installation directory (which will be by default since this release), UniGetUI will ask the user to confirm to start an automated reinstall process.
- UniGetUI can be reinstalled from Windows Apps and Features -> UniGetUI -> Modify. This will force a reinstall
- Fixed crashes and issues with GitHub cloud backup and GitHub login
- Fixed an issue where certain in-app popups wouldn't show the acrylic background properly
- Migrated to AppSdk Titlebar, and removed WinUIEx as a dependency
- Improvements to UniGetUI Elevator
- Fix a few UI crashes and deadlocks involving loading dialogs
- Reverted a Toolbar UI change that combined different options into a menu. Now the main action has its own button again
- Other fixes and improvements
The best thing since sliced bread.UniGetUI 3.3.1 (stable release)
![]()
Release UniGetUI 3.3.1 · marticliment/UniGetUI
Changelog Adress executable corruption/integrity detection and semi-automatic resolution: UniGetUI will check for corruption issues. If found, the user will be prompted to repair them. The crash ...github.com
Changelog
- UniGetUI can now create a ps1 script from a package bundle, that installs a list of packages with set install options without the need of UniGetUI being installed.
- Select all checkbox state will be coherent with the current selection.
- Fix a bug where operations would fail if the user had special characters in path
- Minor internal tweaks and improvements.
- Improvements to installer self-repair.
- All DLLs are signed.
Changelog
- Improvements to how package managers are loaded:
- Disabled package managers will load faster
- Changing package manager settings will not require an app restart for changes to take effect
- Package managers settings pages improvements:
- Landing page now has a small display for each manager status
- Layout improvements for package manager settings page
- Automatic updates can be disabled when the device is not plugged in
- Fix consistency bugs with package tags
- Improvements to GitHub login helper http server
- Fix package list headers showing when display mode is not list
- Added support to AdminByRequest entreprise solution to UniGetUI Elevator (thanks to @BartJolling)
- Improvements to shell file and folder launch across the entire codebase
- Improvements to operation telemetry
Changelog
- Fix a bug where installed packages showed duplicated
- Fix a bug where phantom PowerShell 7.x updates would appear.
- PowerShell 7.x will now show packages scoped for all users
- Fix a bug where corrupt installOptions files wouldn't get properly overriden
- Improve how single package selection is handled
- Improvements to filtering panel resizing limits
Changelog
- Fixed reliability issues that affected 3.3.4 (Crashes caused by XamlException)
- Downgrade AppSdk from 1.8 to 1.7
Changelog
- [NuGet] Resiliency improvements for when a source fails to load, but other sources can still be reachable
- [WinGet] Updated bundled WinGet to v1.12.
- [WinGet] Better detect when an uninstaller needs administrator permissions.
- [WinGet] Added new winget-fonts source as a known source
- Fixed a deadlock caused when starting UniGetUI certain combinations of unigetui://
- Fixed a bug that would cause source operations to be duplicated
- Fixed a bug that would show the user avatar empty on unreliable internet connections
- Improved handling of exceptions thrown by package-related tasks after a 1-minute timeout has passed and the task is not awaited anymore. In those cases, the exception won't show an "Internal Error" on the interface anymore.
- Improvements on automatic updates: Updates won't be duplicated anymore
- Fixed a bug where the last checked time would show an incorrect date and time. Furthermore, the last checked label will follow user's locale format.
- Startup speed improvements.
General changes
- Added the ability to autoupdate only specific packages
- Improvements to how UniGetUI handles Unknown version packages
- Fixed certain issues with .NET Tool update checking
- Improved NPM detection
- Improvements to Uninstall, then update
- Improvements to UniGetUI installer
- .NET 10
- AppSdk 1.8
Changelog
- Change from 3.3.7-beta1: Rollback to NET8 and AppSdk 1.7
- Allow to automatically update certain packages only
- Improvements to how UniGetUI handles Unknown version packages
- Fixed certain issues with .NET Tool update checking
- Improvements to ToggleSwitch translations on the settings pages
- Fixed an issue where Skip this version from a failed update wouldn't work
- Improved NPM detection
- Improvements to Uninstall, then update
- Improvements to UniGetUI Installer (fix crash, dark mode, better iconography)
What's Changed