Skip to content

Releases: acmerobotics/ftc-dashboard

v0.5.1

31 Oct 16:08

Choose a tag to compare

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

09 Sep 04:01

Choose a tag to compare

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

01 Jul 05:16

Choose a tag to compare

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

09 Sep 02:06

Choose a tag to compare

Changes

c37c0ac Add INTO THE DEEP field image
3cc991e Move client code to /client
d5b3db3 Merge SDK v10.0

v0.4.15

25 Jan 05:41

Choose a tag to compare

26920d6 Add basic support for long, float (#150)
82b536f Fix link to node version (#149)
8743b68 Mention vision portal sample & EOCV in camera docs (#146)
21140b3 Add TS input files

Thanks @KennanHunter and @BD103

v0.4.14

06 Nov 00:49

Choose a tag to compare

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

23 Sep 02:00

Choose a tag to compare

Changes

  • Add CENTERSTAGE field and make it the default

v0.4.12

09 Sep 01:50

Choose a tag to compare

Changes

v0.4.11

09 Sep 01:49

Choose a tag to compare

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).

v0.4.10

20 Jul 18:30

Choose a tag to compare

  • Support FTC SDK 8.2
    • initActiveOpMode() -> initOpMode()
    • Remove system op modes from dash list
  • Change websocket (re)connection logic to be more robust