godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
285 stars 85 forks source link

Version strings are cut #246

Open dploeger opened 2 years ago

dploeger commented 2 years ago

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. :)

aaronfranke commented 2 years ago

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.