godot-asset-library icon indicating copy to clipboard operation
godot-asset-library copied to clipboard

Version strings are cut

Open dploeger opened this issue 3 years ago • 1 comments

We're using alpha subversions for Escoria currently and saw, that the version numbers are cut when submitting:

image

This is still a valid semver version and alpha (or beta) subversions aren't uncommon. It would be great if the field would hold some more characters. :)

dploeger avatar Nov 12 '21 07:11 dploeger

In the meantime, you can just remove the "v" such that it says 4.0.0-alpha. It may even be preferable to keep the "v" removed. The actual version number is the part that comes after the "v", the presence of the "v" is just a hint that what comes next is the version number, so it's not really necessary.

aaronfranke avatar Mar 26 '22 08:03 aaronfranke