Skip to content

Releases: Mechanical-Advantage/AdvantageScope

v1.17.2

31 Mar 21:33
Compare
Choose a tag to compare

Improves handling of corrupted log files. The times and addresses of corrupted areas are printed to the console.

v1.17.1

22 Mar 01:16
Compare
Choose a tag to compare

This release includes fixes for several issues:

  • Some events (like clicking menu buttons) caused errors when no valid window was active. (#9)
  • Extra threads were being created on each live connection and CSV export, causing performance issues after extended sessions. (#6)
  • Reconnecting to the simulator was broken, sometimes failing outright or connecting to the roboRIO instead.

Also, log files can now be opened by dragging to an active window. (#10)

v1.17.0

19 Mar 02:03
Compare
Choose a tag to compare

Added a shortcut to the menu bar for connecting to a roboRIO over USB.

v1.16.2

10 Mar 04:48
Compare
Choose a tag to compare

Fixed this issue causing metadata keys with slashes to be displayed incorrectly.

v1.16.1

20 Feb 22:02
Compare
Choose a tag to compare

Added a ".pacman" target for installation on Arch Linux.

v1.16.0

15 Feb 23:01
Compare
Choose a tag to compare

Minor usability improvements:

  • Added separate "Connect to Robot" and "Connect to Simulator" buttons in menu.
  • Moved all default log tables to the end of the list in the side bar.

v1.15.1

27 Jan 02:32
Compare
Choose a tag to compare

Fixed a error when launching the app by opening a log on macOS through Finder.

v1.15.0

27 Jan 00:56
Compare
Choose a tag to compare

Improvements to live logging:

  • Added timeouts on the input stream. After three seconds without new data, the connection is closed and restarted.
  • Added support for heartbeats on the output stream. This is required for robot projects based on Advantage Kit v1.3.1 or later.
  • Improved the handling of timestamp syncronization. This means that the stream of live data should appear smoother (especially on unreliable connections).

v1.14.0

26 Jan 00:08
Compare
Choose a tag to compare

Added support for sending the current log file to Advantage Kit when starting robot code replay. Requires Advantage Kit v1.3.0 or later.

v1.13.2

24 Jan 00:22
Compare
Choose a tag to compare

Fixed handling of null values when calculating auto-axis range.