Skip to content

Commit

Permalink
Changelog for 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Sep 29, 2024
1 parent 5625ef4 commit 25b3f0f
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,23 @@ Join the [deltacv discord server](https://discord.gg/A3RMYzf6DA) !

### Formerly, EOCV-Sim was hosted on a [personal account repo](https://github.com/serivesmejia/EOCV-Sim/). Released prior to 3.0.0 can be found there for historic purposes.

## [v3.7.1 - Better FTC VisionPortal support & Plugin System Fixes](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.7.1)
- This is the 24th release for EOCV-Sim
- Changelog
- Update skiko to 0.8.15
- Fixes Typeface.DEFAULT_BOLD and Typeface.DEFAULT_ITALIC to actually work
- Adds a stub no-op implementation for the FTC SDK Gamepad class into OpMode
- Adds android.opengl.Matrix implementation and matrices from the FTC SDK
- Adds navigation classes from the FTC SDK (AngleUnit, AxesOrder, AxesReference, etc)
- Adds the ConceptAprilTagLocalization, ConceptVisionColorLocator and ConceptVisionColorSensor samples
- Reimplements Telemetry to EOCVSimTelemetryImpl with stubs for Telemetry#talk
- Internal changes:
- Plugin virtual filesystems now use the name and author in the TOML to generate the fs name
- Allows to specify JVM args in JavaExec
- Rename some internal classes
- Better handling of Pipeline/OpMode tab switching

### [v3.7.0 - FTC SDK 10.1 & Refined Plugin System](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.5.4)
### [v3.7.0 - FTC SDK 10.1 & Refined Plugin System](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.7.0)
- This is the 23nd release for EOCV-Sim
- Changelog
- Addresses the changes made in the FTC SDK 10.1 for the 2024-2025 season:
Expand All @@ -105,7 +120,7 @@ Join the [deltacv discord server](https://discord.gg/A3RMYzf6DA) !
- Bugfixes:
- Fixes exception loop when an exception is thrown from pipeline init

### [v3.6.0 - Plugin System & Into the Deep AprilTags](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.5.4)
### [v3.6.0 - Plugin System & Into the Deep AprilTags](https://github.com/deltacv/EOCV-Sim/releases/tag/v3.6.0)
- This is the 22nd release for EOCV-Sim
- Changelog
- Addresses the changes made in the FTC SDK 10.0 for the 2024-2025 season:
Expand Down

0 comments on commit 25b3f0f

Please sign in to comment.