Skip to content

Commit

Permalink
[New Package] Added MartiCliment.UniGetUI version 3.1.0 (#173793)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikingnope authored Sep 16, 2024
1 parent 0ecb09c commit 4f5d66d
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: MartiCliment.UniGetUI
PackageVersion: 3.1.0
InstallerLocale: en-US
InstallerType: inno
Scope: user
InstallModes:
- interactive
- silent
- silentWithProgress
InstallerSwitches:
Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
UpgradeBehavior: install
InstallerSuccessCodes:
- 1
ReleaseDate: 2024-07-03
Installers:
- Architecture: x64
InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.1.0/UniGetUI.Installer.exe
InstallerSha256: 4B0DC505CA5AC64C76B5ACB0EA84F70CB9F3B35ADC5D2D5EE24862A4E9DC9ECB
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: MartiCliment.UniGetUI
PackageVersion: 3.1.0
PackageLocale: en-US
Publisher: Martí Climent
PublisherUrl: https://github.com/marticliment/UniGetUI
PublisherSupportUrl: https://github.com/marticliment/UniGetUI/issues
Author: Martí Climent
PackageName: UniGetUI (formerly WingetUI)
PackageUrl: https://github.com/marticliment/UniGetUI
License: MIT
LicenseUrl: https://raw.githubusercontent.com/marticliment/UniGetUI/main/LICENSE
Copyright: Copyright (c) 2024 Martí Climent
CopyrightUrl: https://raw.githubusercontent.com/marticliment/UniGetUI/main/LICENSE
ShortDescription: User Interface to install packages from most common CLI package managers such as Winget, Scoop, Chocolatey, Pip, Npm, .NET Tool and PowerShell Gallery.
Description: |-
The main goal of this project is to give a GUI Store to the most common CLI Package Managers for windows, such as Winget, Scoop, Chocolatey, Pip, Npm, .
NET Tool and PowerShell Gallery.
This app allows you to install, remove and maintain up-to-date the packages published on Winget, Scoop, Chocolatey, Pip, Npm, .
NET Tool and PowerShell Gallery.
Moniker: unigetui
Tags:
- chocolatey
- unigetui
- open-source
- scoop
- scoop-ui
- winget
- winget-ui
- pip
- pip-ui
- microsoft-store
- npm
- npm-ui
- dotnet-tool
- dotnet-tool-ui
- powershell
- powershell-gallery
ReleaseNotes: |-
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
- [Not priority] Fix random mistakes in README (mainly typos) by @tiagorangel2011 in #2011
- Dotnet runtime bootstrapper by @marticliment in #1970
- Show 'Update' Button in Tray Notification When Only One Update is Available by @CoolSpy3 in #2055
- Update readme.md by @marticliment in #2057
- Fix #1995: [BUG] Notification tray icon by @CoolSpy3 in #2072
- Winget COM API compatibility by @marticliment in #2035
- fix scoop-search autofix error by @ercJuL in #2086
- Update installation step via Scoop by @Goooler in #2079
- Adds additional description to package manager toggles by @turw41th in #2107
- Fixed a bug in package search by @ArtyomZabroda in #2091
- README mistakes by @skanda890 in #2126
- Update Code of Conduct, Contributing Guidelines and Security.md by @skanda890 in #2127
- Update bug-issue.yml and hard-crash.yml to Correct spelling mistakes by @skanda890 in #2130
- Rebrand WingetUI to UniGetUI by @marticliment in #2032
- Fix ParentContainsErrorRecordException if a Windows limited user resets Winget sources by @pomodori92 in #2150
- Add Missing Line Break in CLI Parameters Section of README by @CoolSpy3 in #2175
- Very basic start by @Atrejoe in #2176
- Separate UniGetUI into modules by @marticliment in #2161
- ICU message format for translations by @flatron4eg in #2045
- Use Windows display language instead of regional format by @KimCM in #2285
- Better Package Manager Loggers by @marticliment in #2292
- Keyboard navigation by @marticliment in #2307
- Update licenses, disclaimer on the about page by @marticliment in #2309
- Package data lifecycle optimization by @marticliment in #2317
- Decouple loading and "holding" packages from the UI - Creation of PackageLoaders by @marticliment in #2328
- Replace ListView with ItemsView by @marticliment in #2335
- Move message formatter in LanguageEngine, add locale for message formatter by @flatron4eg in #2326
- Update SECURITY.md by @skanda890 in #2129
- Update bug-issue.yml by @marticliment in #2341
- This removes grammatical mistakes from the code. by @skanda890 in #2340
- Update readme.md by @skanda890 in #2360
- Update translations from Tolgee by @github-actions in #2363
- Add translation string in the installer ("Install Chocolatey") by @mapi68 in #2369
- Update icons and screenshots from the excel file by @github-actions in #2370
New Contributors
- @tiagorangel2011 made their first contribution in #2011
- @CoolSpy3 made their first contribution in #2055
- @ercJuL made their first contribution in #2086
- @Goooler made their first contribution in #2079
- @turw41th made their first contribution in #2107
- @ArtyomZabroda made their first contribution in #2091
- @skanda890 made their first contribution in #2126
- @pomodori92 made their first contribution in #2150
- @Atrejoe made their first contribution in #2176
- @KimCM made their first contribution in #2285
ReleaseNotesUrl: https://github.com/marticliment/UniGetUI/releases/tag/3.1.0
ManifestType: defaultLocale
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: MartiCliment.UniGetUI
PackageVersion: 3.1.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 4f5d66d

Please sign in to comment.