Skip to content

Toast v1.3.1

Compare
Choose a tag to compare
@JaciBrunning JaciBrunning released this 08 May 05:32
· 256 commits to development since this release

+Core Plugins
    Core Plugins are Modules or Groovy Scripts that are loaded at the same time as Toast (before WPILib). This means Core Plugins can have much more influence over the Toast Lifecycle, but may be unstable if the programmer is not familiar with the Class-Loading lifecycle.

+Toast Versioning
    The Toast Version is now included in the code and can be read and parsed by modules to make sure code does not break across versions.

+Environmental Status
    Better Environmental Status is now handled in Toast. Extra Environmental Data is now provided in crash logs such as Toast Version, Environment Type (Sim, Verification, Embedded), Operating System, FMS Connected and Java information.