Skip to content

Commit 0c5ba64

Browse files
authored
New version: MartiCliment.UniGetUI.Pre-Release version 3.2.1-beta5 (microsoft#274139)
1 parent 8b10e05 commit 0c5ba64

File tree

3 files changed

+93
-0
lines changed

3 files changed

+93
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Created with WinGet Releaser using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: MartiCliment.UniGetUI.Pre-Release
5+
PackageVersion: 3.2.1-beta5
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
InstallModes:
9+
- interactive
10+
- silent
11+
- silentWithProgress
12+
InstallerSwitches:
13+
Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
14+
SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
15+
InstallerSuccessCodes:
16+
- 1
17+
UpgradeBehavior: install
18+
ProductCode: '{889610CC-4337-4BDB-AC3B-4F21806C0BDE}_is1'
19+
ReleaseDate: 2025-07-14
20+
AppsAndFeaturesEntries:
21+
- DisplayName: UniGetUI (PreRelease)
22+
ProductCode: '{889610CC-4337-4BDB-AC3B-4F21806C0BDE}_is1'
23+
ElevationRequirement: elevatesSelf
24+
Installers:
25+
- Architecture: x86
26+
Scope: user
27+
InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.2.1-beta5/UniGetUI.Installer.exe
28+
InstallerSha256: 73BA061078121AA22F55EA622D278EB1016DAD20F39C8A345DAE5B7B5565B499
29+
InstallerSwitches:
30+
Custom: /CURRENTUSER /NoWinGet
31+
- Architecture: x86
32+
Scope: machine
33+
InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.2.1-beta5/UniGetUI.Installer.exe
34+
InstallerSha256: 73BA061078121AA22F55EA622D278EB1016DAD20F39C8A345DAE5B7B5565B499
35+
InstallerSwitches:
36+
Custom: /ALLUSERS /NoWinGet
37+
InstallationMetadata:
38+
DefaultInstallLocation: '%ProgramFiles%\UniGetUI'
39+
ManifestType: installer
40+
ManifestVersion: 1.10.0
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Created with WinGet Releaser using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: MartiCliment.UniGetUI.Pre-Release
5+
PackageVersion: 3.2.1-beta5
6+
PackageLocale: en-US
7+
Publisher: Martí Climent
8+
PublisherUrl: https://github.com/marticliment
9+
PublisherSupportUrl: https://github.com/marticliment/UniGetUI/issues
10+
PackageName: UniGetUI (formerly WingetUI) - Pre-Release
11+
PackageUrl: https://github.com/marticliment/UniGetUI
12+
License: MIT
13+
LicenseUrl: https://github.com/marticliment/UniGetUI/blob/HEAD/LICENSE
14+
ShortDescription: A better UI for your package managers
15+
Tags:
16+
- chocolatey
17+
- cli
18+
- npm
19+
- package
20+
- package-manager
21+
- pip
22+
- scoop
23+
- unigetui
24+
- windows
25+
- windows-10
26+
- windows-11
27+
- winget
28+
ReleaseNotes: |-
29+
This beta release was not planned, and aims to fix some important bugs and crashes before releasing the next stable release.
30+
General changes
31+
- Fixed a crash that was triggered when bundles were imported
32+
- Fixed a scenario where UniGetUI wouldn't resume
33+
- Improvements to LoadingDialog implementation, prevent deadlocks
34+
- Asynchronocity improvements: All async void have been migrated to async Task, and uncaught exceptions will be properly handled and won't crash the process
35+
- Fix issues when logging in to GitHub
36+
- Fix processes hanging when waiting for input on package operations
37+
- Improvements to crash handler
38+
- Improvements to InstallOptionsFactory and to InstallOptions
39+
- Better unit tests for InstallOptions
40+
- **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.
41+
UniGetUI.Installer.exe SHA256: 73BA061078121AA22F55EA622D278EB1016DAD20F39C8A345DAE5B7B5565B499
42+
UniGetUI.x64.zip SHA256: A3CE515177170EE5A28AF1263FE1F8BD24769E30F0B7B962A6F142C9408D4060
43+
ReleaseNotesUrl: https://github.com/marticliment/UniGetUI/releases/tag/3.2.1-beta5
44+
ManifestType: defaultLocale
45+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: MartiCliment.UniGetUI.Pre-Release
5+
PackageVersion: 3.2.1-beta5
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)