Add-on manifest: add 'changelog' key to document changes for the latest add-on release#18672
Merged
SaschaCowley merged 8 commits intonvaccess:masterfrom Aug 19, 2025
Merged
Conversation
…4041. Add 'changelog' add-on manifest key to let add-on authors document changes between previous and curren add-on versions. This will be shown in the add-on store when users browse add-ons in scenarios including updating add-ons and reviewing latest changes.
Contributor
Author
|
Hi, I would like to request review on dev documentation (the code looks okay but I want to make sure that the usage and necessity of the changelog manifest key is clearly written for add-on authors). Further, this PR provides the foundation to be employed in the add-on store GUI (which I would like to pass on at this time i.e. seeking someone to join the work). Thanks. |
Collaborator
|
I think that I may try to work on the gui, so that the changelog is shown in the details panel or something, since I've worked previous to on the store gui and I'm very interested in this feature, but I'll wait until this PR is merged. |
SaschaCowley
approved these changes
Aug 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Partially closes #14041
Summary of the issue:
NV Access add-on store does not show changelog for latest add-on releases.
Description of user facing changes:
Lays the foundation to display add-on changelog if defined.
Description of developer facing changes:
Adds 'changelog' to add-on manifest key definitions and makes the vlaue translatable.
Description of development approach:
Adds a new add-on manifest key named 'changelog' to document changes between previous and latest add-on releases. This key is translatable and is documented to instruct add-on authos on its usage and necessity.
Testing strategy:
Manual: requires building add-ons with "changelog" manifest key/value defined.
Known issues with pull request:
None
Code Review Checklist:
@coderabbitai summary