Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Package] Added MartiCliment.UniGetUI version 3.1.1 #173804

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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.1
InstallerLocale: en-US
InstallerType: inno
InstallModes:
- interactive
- silent
- silentWithProgress
InstallerSwitches:
Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
Interactive: /NORESTART /SP- /NoAutoStart
InstallerSuccessCodes:
- 1
UpgradeBehavior: install
ProductCode: '{889610CC-4337-4BDB-AC3B-4F21806C0BDE}_is1'
ReleaseDate: 2024-07-28
AppsAndFeaturesEntries:
- DisplayName: UniGetUI (formerly WingetUI)
Publisher: Martí Climent
ProductCode: '{889610CC-4337-4BDB-AC3B-4F21806C0BDE}_is1'
Installers:
- Architecture: x64
Scope: user
InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.1.1/WingetUI.Installer.exe
InstallerSha256: DC03F02DF89F23F6F0AFA47B8B8830A81516D3D5D83095C1DA5C59760950C758
InstallerSwitches:
Custom: /CURRENTUSER
- Architecture: x64
Scope: machine
InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.1.1/WingetUI.Installer.exe
InstallerSha256: DC03F02DF89F23F6F0AFA47B8B8830A81516D3D5D83095C1DA5C59760950C758
InstallerSwitches:
Custom: /ALLUSERS
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# 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.1
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
- 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
- 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
ReleaseNotesUrl: https://github.com/marticliment/UniGetUI/releases/tag/3.1.1
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.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0