UniGetUI 3.1.1 adds PowerShell 7 PSGet as a package manager, and WinGet now uses the COM API to get installed packages. Instead of using the PowerShell Module, you can utilize bundled WinGet.
The Package Bundles page has been modified to improve compatibility with non-ASCII characters on WinGet. The UI icons have been altered to be consistent with the official icons, and the WinGet and Scoop icons have been modified to be more smooth and responsive. Other changes include changing WingetUI to UniGetUI, updating issue and pull request templates, using different encoding code pages, restoring packaged Winget compatibility, updating installation via WinGet in ReadMe, upgrading scoop_cleanup.cmd, and correcting unable to open links.
UniGetUI 3.1.1
Changelog
- PowerShell 7 PSGet is available 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
- Make WingetUI to UniGetUI by @skanda890 in #2353
- Fix typo "Naive" -> "Native" by @headquarter8302 in #2401
- Update Issue and Pull Request templates by @skanda890 in #2406
- Use different encoding code pages depending on the user's locale by @marticliment in #2439
- Add back bundled winget compatibility by @marticliment in #2440
- WinGet COM API to fetch installed packages and available updates by @marticliment in #2451
- update installation via winget in ReadMe by @a-mnich in #2475
- Update scoop_cleanup.cmd so that its output can be reviewed by @redactedscribe in #2482
- Fix unable to open link by @MSDNicrosoft in #2483
- Update README.md, CONTRIBUTING.md, and PULL_REQUEST_TEMPLATE.md by @skanda890 in #2493
- Update icons and screenshots from the excel file by @github-actions in #2509
- Shared Assembly Info by @Saibamen in #2512
- Add missing implicit usings by @Saibamen in #2511
- Update Funding.yml, and PULL_REQUEST_TEMPLATE.md by @skanda890 in #2510
- Update nugets. Fix consolidate by @Saibamen in #2516
- Code style + small performance improvements by @Saibamen in #2517
- Add PowerShell 7.x Support by @marticliment in #2525
- Add modified EditorConfig from Microsoft official aspnetcore repo by @Saibamen in #2518
- Remove
SupportedOsPlatformVersion
tag in csproj files by @Saibamen in #2526- Fix some warnings by @Saibamen in #2527
- Fix CA1823: Avoid unused private fields by @Saibamen in #2529
- Migrate icons from .png to FontIcon, UI Controls refactoring, for faster and smoother UI by @marticliment in #2530
- Create interfaces for Package and PackageManager, migrate PackageBundlesPage to new page type by @marticliment in #2352
- Fix warnings + fix typos by @Saibamen in #2531
- Update translations from Tolgee by @github-actions in #2548
New Contributors
- @headquarter8302 made their first contribution in #2401
- @a-mnich made their first contribution in #2475
- @redactedscribe made their first contribution in #2482
- @MSDNicrosoft made their first contribution in #2483
- @Saibamen made their first contribution in #2512
Full Changelog: 3.1.0...3.1.1