-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add program version to screenshot metadata #676
Comments
IMO this would only cause work and not be of much help. We don't care about old screenshots, as long as nothing changed, which is very app dependent and not trackable by semver. A date might help to indicate this, but even that is hit or miss. But a date / value set manually by app authors is probably useless. |
A program version is better than a date. The date can be derived from the program version (it is included in the release information), but not safely the other way round. |
Of course semantic versioning does not give a clear hint on when to take new screenshots. But it can at least give orientation:
|
In my opinion the additional effort is not that big. If metadata is added to the screenshot anyway (e.g. environment, scale) it is not that much extra work to also add the program version. |
It would be useful to have the version of the captured program alongside the metadata of the screenshot. This way it could be figured out whether the screenshot is up to date or whether it is of an older version of the program. For this it could be compared with the latest version number inside the release section.
The version data could be added as new property for the image tag inside the screenshot tag.
This would be useful for different groups of people:
The text was updated successfully, but these errors were encountered: