Releases: varun7654/AutoBuilder
Releases · varun7654/AutoBuilder
AutoBuilder v1.2.0
This release requires Java 17
Changes from AutoBuilder v1.1.0:
New Features:
- Show a message when we encounter an error autosaving
- Make the camera have "velocity" when panning it around
- Allow double/triple clicking in textboxes to highlight text in them
Bug Fixes:
- Fix holes appearing where the different segments of the driven path connected
- Fix the wrapping of the Hud Elements
- ...and more!
Full Changelog: v1.1.0...v1.2.0
AutoBuilder v1.1.0
New Releases from this point forwards will require Java 17!
Changes from AutoBuilder v1.0.1
- Have the colors of the robot positions be based on the name of that position instead of the order that it's sent to the GUI.
- When adding a new script/trajectory item scroll to the bottom of the autonomous timeline so that the item is visible in the autonomous timeline
- Allow resizing of the autonomous timeline when dragging on the left-hand side of the panel
- Fix HUD elements not being rendered
and numerous other bug fixes and improvements!
Full Changelog: 1.0.1...v1.1.0
AutoBuilder 1.0.1
Changes from AutoBuilder 1.0.0
- Add a message when hovering over the error symbol that explains what the errors is
- Additionally fix an issue where clicking on the warning symbol would delete that item.
- Don't indent the json strings that are being sent over NT
The AutoBuilder Library and GUI app are ready for use! If you encounter any bugs please make issues and if you need any help feel free to make a thread using github discussions.
AutoBuilder 1.0.0
Changes from AutoBuilder 1.0.0-pre2
- Fixed issues the robot position and drawable Network Table listeners not being called
- Additionally ensure that we update the screen when a listener is called
- Scale the drawable positions by the PointScaleFactor
At this point I think the AutoBuilder Library and GUI app are ready for use! If you encounter any bugs please make issues and if you need any help feel free to make a thread using github discussions.
AutoBuilder 1.0.0-pre2
Changes since the end of the 2022 season
- Add support for the @AutoBuilderAccessible Annotation
- Fully implement text highlighting in text boxes
- Squashed a ton of bugs
- Remove the use of JavaFX, reducing the jar size and making the jar work on linux and macos
- Many more user interface improvements
- Migrate to using the Robot Side library
See our wiki here to learn how to use this app!