-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Package version release notes (reference) #1227
Comments
@bearmannl could you give a couple of examples? Currently the We've been discussing a "more verbose" view of the manifest data based on the locale the user is in. I believe I've seen a couple of examples in the |
Yeah, sure. Not all are perfect, but here goes:
Any of those URLs added to the package would allow a user to quickly check what's new. For instance, as a user of winget this morning I saw a new version upgrade of Power BI was available. Then I used a search engine to track down the release notes by searching for 'Power BI Desktop + the version number'. If winget references that URL, a user would not have to use a search engine to match the version to the release notes. Optionally of course, as not every package will have release notes for every version. Let me know if that helps! |
Perfect, that's exactly what I was looking for. We're looking at the 1.1 manifest schema, this might make it in. Something like "PackageVersionReleaseNotesUrl" |
How about including this in locale files: ReleaseNotes: This release includes several bug fixes.
ReleaseNotesUrl: https://contoso.com/awesomeapp/1.0.4/releasenotes.html |
That's awesome, gives everyone the flexibility to mix & match however they see fit or require. Edit: |
winget-cli/schemas/JSON/manifests/v1.1.0/manifest.defaultLocale.1.1.0.json Lines 147 to 156 in 5a97e26
|
This will be enabled when the winget-pkgs repository accepts the 1.1 schema during validation. |
Description of the new feature/enhancement
It would be great if the individual versions of packages could include a reference to the release notes of the package version. Ideally winget should be able to display the release notes, but for starters a reference to the actual release notes would be great.
Proposed technical implementation details (optional)
I would propose an additional field in the manifest to store a URL link to the release notes of the version.
The text was updated successfully, but these errors were encountered: