Read version number from the script file on script upload

Issue #8 open
Francesco Bedini created an issue

When a user upload a script file, look for the // @version 1.6.5 line and try to get the version number from there. Otherwise the person who uploads the script will forget to change the version number 80% of the time.

Comments (2)

  1. WazeTools Suite repo owner

    Version number is now parsed from the "@version" line. The mandatory format is: MajorVers[.MinorVers[.BuildNo[.LifeCicle]]]

  2. Francesco Bedini reporter
    • changed status to open

    With "Version: 2.2" it gets changed to 2.2 pre alpha (and it was previously on GA). If the version number in the script doesn't contain a LifeCicle it shouldn't be changed on the website.

  3. Log in to comment