Version 1.0: - Fixed missing max score resulting in an infinite loop. - Fixed some other things. Version 0.12: Installation: - Fixed the installer not claiming a dependency to curl. - Fixed the installer claiming a dependency to checkstyle. - Fixed the installer using /bin/sh instead of bash. - Fixed the installer making every asset file executable. - Fixed the installer behaving erroneously when the user submitted blank lines to the read commands. General: - Added validation of submissions against the standard solution. - Change: Input of negative numbers as score is now allowed if GAX can read the maximum score from the instructions. A negative score will be added to the maximum score (i.e. max=14, score=-1, result=13). - Fixed missing report for failed tests. - Fixed erroneous behavior when there's not a working copy for all students listed on the Daphne page. - Fixed submission of scores to the wrong exercise column. - Added verification of commits. - Changed coverage display from total to everything. - Fixed syntax highlighting for the instructions.org file. - Fixed the config being replaced once per execution which could cause problems with future calls. - Fixed command line IDs being ignored always but on the first run. - Fixed GAX asking twice for the daphne URL (once for daphne, once for the course page). The daphne URL is now extract from the course page URL. - Fixed GAX first asking for some variables before checking if the command line was correct. Version 0.9 Beta: Initial Release.