Releases: aeramos/JavaAutonomousGUI
Releases · aeramos/JavaAutonomousGUI
Version 0.3.0
This update converts the old Paths to the new AutonomousRoutines.
It also adds the actual map file that we will use for 2018.
v0.2.2: Version 0.2.2
This update fixes a bug that allowed letters to be in the "Minimum line length" text field.
Stop minimumLineLength from allowing letters
Through some error on my part, minimumLineLength allowed letters in the TextField again, this has been fixed. The Path class is now based on Integers instead of Doubles because it is impossible to have a double coordinate value. The class also has an implemented toString method for testing + a slight JavaDocs update.
v0.2.1: Version 0.2.1
This update fixes some extremely minor bugs and ugly things in the GUI.
v0.2.0: Version 0.2.0
Fully added the new Click Mode and added better support for the old Drag Mode (added ability to set minimum line length). This will probably be the last feature update for a while until I get more information from Bowen and Karun about what scales to use for the map image.
v0.1.0: Version 0.1.0
Added the intial Autonomous GUI for the first time. It is fully usable at this stage but it is not complete, thus the beta version.