Skip to content

Releases: Flash3388/FlashLib

Release 2.0.0

23 Dec 17:00
db2138b
Compare
Choose a tag to compare

First full release in FlashLib's 2.0.0 rewrite.

  • Complete restructuring of the library.
  • Removed Flashboard
  • Removed HAL
  • Removed FRC parts

Release v2.0.0-beta.6

18 Oct 09:59
Compare
Choose a tag to compare
Release v2.0.0-beta.6 Pre-release
Pre-release
not deploying components

Release v2.0.0-beta.1

17 Aug 10:41
Compare
Choose a tag to compare
Release v2.0.0-beta.1 Pre-release
Pre-release

A beta release for version 2.0.0, using continuous deployment. Preparing for the final release of 2.0.0. Was deployment to maven central as well.

Release v2.0.0-alpha.4

02 May 13:24
Compare
Choose a tag to compare
Pre-release

Now officially declaring the next release as 2.0.0. This is an alpha release for testing of the new version.

Release 1.2.0

15 Oct 14:56
Compare
Choose a tag to compare

Release 1.2.0 focuses on the non-FRC robot framework, making it the center of FlashLib.

1.2.0 introduces new features into FlashLib like the Hardware Abstraction Layer, and provides improvements of existing features. From this version FlashLib is ready to be fully deployed with non-FRC robotics applications.

Checkout the wiki page of the release for more information: Release 1.2.0

Release 1.0.2

07 Sep 08:32
Compare
Choose a tag to compare

Update to the java port of FlashLib and Flashboard.

This release contains major improvement to the library build process, refinement of robot abstraction, improvements to the communications system, major changes in the HID package and some performence updates to Flashboard.

Some code from previous version of the library will not be compatible with the changes made. Especially revolving the robot abstraction and HID package.

Release 1.0.1

29 Aug 15:45
Compare
Choose a tag to compare

Release 1.0.1 is an update for the origin 1.0.0 intended for FRC use. It includes bug fixes and many improvements and addition to both Flashboard and FlashLib for Java.

Although work was done to the entire library, notable changes were the vision system, scheduler improvements, communications refinement. Addition were made to util in the form of JavaBeans, a new vision editing window for vision in Flashboard and many more things.
Examples were updated and new ones were added to help users with using the library.

Unfortunatly, because of the many changes, this version is not compatible with most code written for version 1.0.0. Please refer to the examples or the Wiki for information about changes and differences.

Release 1.0.0

19 Jun 13:54
Compare
Choose a tag to compare

First release is finally here and ready for FRC use.

  • Java only
  • Vision system
  • Communication system
  • Scheduler system
  • Flashboard is ready for dashboard usage