Releases: acmerobotics/ftc-dashboard
Releases · acmerobotics/ftc-dashboard
0.3.7
Changes:
- Fix short-circuiting issue in
MultipleTelemetry
that sometimes artificially slowed dashboard telemetry to the update frequency of SDK telemetry.
0.3.6
Changes:
- Add web server status information and OpenRC Extreme Turbo note (to mitigate issues like #14)
- Prevent crash when RC is started via hardware attachment (#11)
0.3.4
Changes:
- Add new SKYSTONE field image
0.3.3
WARNING: Old v0.3.3 Bintray artifacts were built with an improper host env variable. To fix this, either purge your local Gradle cache or upgrade to v0.3.4.
Changes:
- Seamless integration with
CameraStreamSource
in SDK v5.1
- Allow rotation of the camera view
- Batch telemetry packets for more graph points
- Replace
config.json
with .env
- Fix graphing runaway
requestAnimationFrame()
bug
0.3.2
Changes:
- Add polyfill for
CanvasRenderingContext2D.currentTransform
on Chrome (fixes #6)
0.3.1
Changes:
- Bump FTC SDK to v5.0 in preparation for SkyStone
- Minor tweaks to canvas rendering
0.3.0
Changes:
- Add dashboard connection status on the RC screen
- Add menu option to enable/disable the dashboard
- Add gamepad support
- Overhaul config variables
- Make graph window configurable
- Fix op mode stop race condition
0.2.4
Changes:
- Make hostname dynamic by default
0.2.3
Changes:
- Increase default telemetry transmission interval
- Fix bug with OpMode selection across app restarts
- Allow trailing slash in dash URI