Releases: acmerobotics/ftc-dashboard
v0.5.1
2348309 Fix crash when the hardware view sees a CRServo (#204)
e58f534 Fix infinite recursion into static members of classes (#203)
85635fa Fix seeing default group as valid in op mode grouping (#205)
f7b9db1 Support guide button on standard mapping (#206)
03e2bf3 Show groups in op mode selector (#190)
7c135bf Add Kotlin support (#195)
Thanks @GraysonTinker, @Vlad1-1, @mxtmx, and @zachwaffle4 for contributing!
v0.5.0
58795ee Remove old season images
d608eca Add DECODE field image (#194)
0512f0f Fix linting issues (#193)
2511951 Reduce the size of field images and remove legacy font formats (#191)
9fad996 Add hardware view (#168)
ad90b1b Support the standard gamepad mapping (#186)
Thanks @bubner, @mxtmx, @qwertychouskie, and @GraysonTinker for contributing!
v0.4.17
7ebf358 Merge SDK v10.3
fc307af Add ability to stream Limelight 3A (#182)
cab9cb4 Add hardware configuration view (#171)
01696b6 Add back missing icon (#178)
5cf1f52 Tweak config copy button styling
4d98d62 Add support for Sony DualSense controller (#177)
39b55c3 Stop graphing when Op Mode ends (#172)
4b2decb Add borders to custom layout views (#173)
568cc92 Add RecorderView for field replays (#162)
1fde537 Add button to copy config variables as Java (#165)
836b7ec Fix Logging View Menu (#169)
08660ad Cleanup icons
Thanks for contributing, @GraysonTinker, @Braedeng0, @kjljixx, and @ericwooshem!
v0.4.16
v0.4.15
v0.4.14
Changes
- Add array config support by @MafteiAlbert-Alexandru in #144
- Link config variable labels to their inputs (fixes #118)
- Remove field flickering (fixes #141) and improves field framerate with default field drawing
- Add some icon tooltips (fixes #143)
- Show battery voltage in the top bar (fixes #129)
- Allow resizing of pause graphs without clearing (fixes #122)
Full Changelog: v0.4.13...v0.4.14
v0.4.13
v0.4.12
v0.4.11
Changes
- Move default drawing logic to the server with an option to disable, opening up easier custom fields.
- Field versatility improvements (#138, big thanks @IronReignRobotics)
- New drawing primitives (text, images, grids)
- Field coordinate system transformations (set origin, set rotation, set scaling)
- See the details on the [field view docs page[(https://acmerobotics.github.io/ftc-dashboard/fieldview).