Releases: deltacv/EOCV-Sim
Latest Development Build
This release contains the latest version of EOCV-Sim in the dev(elopment) branch! Stability is not guaranteed, use it at your own risk.
v3.8.3 - Plugin Classloader major optimization
This is the 28th release for EOCV-Sim
For a list of all changes, please now refer to the README.
v3.8.2 - Synchronization bug fixes
This is the 27th release for EOCV-Sim
For a list of all changes, please now refer to the README.
v3.8.1 - Shadow jar merge service files hotfix
This is the 26th release for EOCV-Sim
For a list of all changes, please now refer to the README.
v3.8.0 - Major Plugin System Rework
This is the 25th release for EOCV-Sim
For a list of all changes, please now refer to the README.
v3.7.1 - Better FTC VisionPortal support & Plugin System Fixes
This is the 24th release for EOCV-Sim
For a list of all changes, please now refer to the README.
v3.7.0 - FTC SDK 10.1 & Refined Plugin System
This is the 23rd release for EOCV-Sim
For a list of all changes, please now refer to the README.
v3.6.0 - Plugin System & Into the Deep AprilTags
This is the 22nd release for EOCV-Sim
Changelog:
- Addresses the changes made in the FTC SDK 10.0 for the 2024-2025 season:
- Adds the INTO THE DEEP AprilTag Library with accurate tag locations.
- Brand-new plugin system for EOCV-Sim, allowing for easy integration of new features and libraries from the community (documentation pending, oops).
- Adds the ability to load plugins from the user's filesystem.
- Implements virtual filesystem for plugins, allowing for a sandboxed environment away from the user's filesystem.
- Implements whitelist and blacklist for plugins and dynamically loaded pipelines, allowing for a sandboxed environment.
v3.5.3 - Android Paint constructor fix
This is the 21st release for EOCV-Sim
Bug fixes:
- Addresses #110 by properly cloning underlying skiko Paint in android.graphics.Paint(Paint) constructor
v3.5.2 - CenterStage AprilTags
- This is the 20th release for EOCV-Sim.
Changelog:
- Addresses the changes made in the FTC SDK 9.0 for the 2023-2024 season:
- Adds the CENTERSTAGE AprilTag Library with accurate tag locations
- Exceptions thrown from OpenCvCamera/VisionPortal's attached user code created within OpModes is now reported as part of EOCV-Sim's output dialog to allow for easier debugging