Skip to content

Releases: varun7654/AutoBuilder

AutoBuilder v1.2.0

14 Sep 00:05
v1.2.0
65633cf
Compare
Choose a tag to compare

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

08 Aug 19:11
v1.1.0
5b02e88
Compare
Choose a tag to compare

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

16 Jun 23:15
1.0.1
de1aa01
Compare
Choose a tag to compare

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

15 Jun 19:49
1.0.0
fa17be3
Compare
Choose a tag to compare

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

26 May 01:25
13478ad
Compare
Choose a tag to compare
Pre-release

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!