Bug Fixes
Reporting Team Mismatch on Competition Index Page Fixed. The competition index page did not match up suite score breakdowns and total scores with the correct team.
Basic Report Generation Fixed. If there was more than one team, the reporter would crash when trying to generate a basic report.
Scoring Language Assignment Fixed. The assignment operator for the scoring language now works.
Minor Fixes. A number of minor details were fixed. Specifically, if the code in a scoring rule changed, the GUI would not prompt the user to save changes before opening a new file or exiting.
New Functionality
Report Now Includes Graphs. The reporter now creates a number of graphs in PNG format to accompany its HTML output. The main page template now displays a chart which shows each team's total score over time. It also has a chart which displays each suite's score over time. Each team's index page also has a chart showing their scores on each suite of time.
Tweaks and Minor Upgrades
Performance Improvements. Some code improvements to facilitate better performance (avoiding the creation of new objects for Integer, Double, Boolean, and String classes, map iteration, etc.).
Reporter Progress Bar. This progress bar used to track the number of teams complete. It now also tracks the index page instead of showing 100% complete after finishing each team but before the index page was actually generated.