Releases: microsoft/winget-create
Windows Package Manager Manifest Creator v0.4.1.1
Small update to improve Winget-Create's update command. We added an interactive menu at the end of the interactive (-i) flow so that users can now modify individual fields across any manifest to their liking. This should help those who want to make slight tweaks to non-installer related fields.
Features:
Bugs:
Windows Package Manager Manifest Creator v0.4.0.3 Preview
We're excited to announce some additional new features in v0.4 of Winget-Create! This release adds a navigational menu to the New command which allows for more control when filling out optional fields for the installers. We've also added an interactive update feature which will prompt the user to manually interact and provide the installer URL they wish to update with. This should help resolve many of the failed matches with the automated update.
Special thanks to @OfficialEsco, @apetresc, and @VlaDexa for filing issues so we can continue making improvements!
Features:
- c03c4bf Add Navigational Menu to Edit Optional Installer Fields (#133)
- 6f160c9 Add interactive update feature (#149)
Bugs:
- a3ef904 Fix pass by reference bug when applying changes to all installers (#164)
- bf6c640 Fix installerurls prompt (#161)
- bba1df0 fix -? bug, parsing failure bug, and help text bug (#154)
- 371490a Fix format exception bug (#156)
Noteworthy changes
- 9db1e3b update resource strings and increment minor version (#167)
- 7342087 Add additional help messages and make error warnings non-blocking (#162)
- 04ea74d Handle installers blocked by defender virus scan (#165)
- f4af949 add installer index prefix to menu item (#169)
- a1dfc35 Handle download installer connection failure (#168)
Windows Package Manager Manifest Creator v0.3.0.6 Preview
This release of WingetCreate adds a cache command to give users the ability to view and cleanup any downloaded installers while using the tool.
In addition, this update addresses several bugs and issues relating to framework package dependencies, GitHub rate-limit throttling, and pull request submissions. Special thanks to @ImJoakim, @apetresc, @TechWatching, @ShinraCorpMixer, and @mmuffins for bringing these issues to our attention.
Features:
- 26739b3 Add cache command for managing downloaded installers (#119)
- 4e7f4cd Notify users of latest release version (#121)
Bugs:
- 5cf5728 Add VClibs dependency to package manifest (#144)
- 10dc9bd Handle exception when creating a reference immediately after creating fork (#143)
- 0c6a474 Ignore NoVerbSelected commandline parsing error (#135)
- d4260f5 Modify telemetry first run experience to be non-blocking (#117)
- de32cc8 Refactor SetAndCheckGitHubToken method and handle rate limit throttling (#125)
Noteworthy changes
- f5d8814 Removed en-US in links (#123)
- 7d4b6a4 Add Installer Exceptions for handling matching exceptions from core library (#138)
- 5b4e7b6 use fenced code block, enable copy button github (#137)
- 1ba7e43 Set up Azure Pipeline to run security checks on commits to main branch (#128)
- e75696c Ensure retrieved files from github can only be ".yaml" (#126)
Windows Package Manager Manifest Creator v0.3.0 Preview
We're excited to announce that we've added several new features to the tool. Some of the most notable ones include creating new manifests and updating existing manifests with multiple installer urls as well as prompting for optional defaultLocale fields when creating a new manifest.
Regarding usage with multiple installer urls, we have noticed that some installer manifests specify an architecture that is different from what is detected in the installer binary. To handle these discrepancies, we have implemented architecture detection based on regex string matching from the installer url.
We've had a lot of great feedback and feature suggestions from the community, special thanks to @OfficialEsco, @tiziodcaio, @apetresc, @chausner for giving feedback/suggestions and helping us make the tool better!
Features:
- 180725d Add settings configuration for specifying winget-pkgs repo owner/name (#112)
- 636b37e Add Installer Url Matching for Update Command and Improve Error Messages (#108)
- f7b91a7 Add prompts for optional string fields (#106)
- 457094c Adding support for multiple URLs in new and update command (#102)
- cd54329 Add Telemetry Opt-Out and Settings Command (#94)
Bugs:
- 8cfa45c Handle bad credential exception and block update submissions with no changes (#100)
- 0b90d07 Handle redirect urls and unbounded positional arguments (#104)
Noteworthy changes
- ec1258a Update docs with multiple url usage (#109)
- e17fba2 Removing BOM prefix from manifest content (#91)
- 918c759 Fixing OWC submission syntax in release pipeline and documentation (#88)
- 9a663ed Display installers with mismatched detected arch for successful updates (#114)
- f262066 Rename WindowsPackageManagerRepository setting and Add Documentation (#113)
Windows Package Manager Manifest Creator v0.2.0 Preview
We've added a few features and fixed some bugs, many submitted by the community. In addition, we had some PRs submitted by community members, thanks @timsneath, @jedieaston, and @JanDeDobbeleer!
Features:
- #30 Modifies Update command to be case-insensitive when searching for PackageIdentifier
- #79 Added standalone wingetcreate-self-contained.exe
- #67 Modified Update command to update ProductCode for MSIs
- #54 Add duplicate id check for existing package identifiers
- #63 Adding schema link headers to serialized manifests
- #7 Removed initial token requirement for Update command when not submitting to GitHub
Bugs:
- #73 Fixed burn/wix installerType parsing
- #58 Fixed "Unhandled exception. System.FormatException: Input string was not in a correct format." issue
- #59 Removed redundant internetClient capability
- #56 Fixed where different downloads with same filename would collide and cause installer hash mismatch
Noteworthy changes
- 83ab6e3 Adding a self-contained standalone exe to our release for users without .NET installed (#79)
- 6295f53 Adding parsing logic for Burn installerType (#73)
- 4e44a92 Modifying Update command to update ProductCode for MSIs (#67)
- 8e6ec72 Add duplicate id check for existing package identifiers (#54)
- a5a01e5 Adding schema link headers to serialized manifests (#63)
- 471e25e Modifying logging to only call string.Format if there are format arguments (#58)
- 1b79d39 Removing redundant internetClient capability (#59)
- f86c71a Clean up temp files from installer download (#56)
- 6b69c51 Remove token requirement for update command (#7)
This list of changes was auto generated.
Windows Package Manager Manifest Creator v0.1.0.1 Preview
This is the initial preview release of the Windows Package Manager Manifest Creator. This tool designed to simplify the process for creating a valid manifest for the Windows Package Manager and it aids in the submission to the GitHub repository. It was designed both for human interaction and CI/CD scenarios. To get usage instructions, execute wingetcreate --help
.
After it is installed, developers can run wingetcreate
via the Windows Terminal, PowerShell, or the Command Prompt.
Features
wingetcreate exposes the following commands and options for the preview.
new Launches a series of questions to help generate a new manifest
update Updates fields of an existing manifest
submit Submits a valid manifest directly to the Windows Package Manager repo
token Modifies the GitHub auth token cache* --help Provides command line help
For complete documentation, check https://github.com/microsoft/winget-create