Releases: Mechanical-Advantage/AdvantageScope
v1.17.2
Improves handling of corrupted log files. The times and addresses of corrupted areas are printed to the console.
v1.17.1
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
Added a shortcut to the menu bar for connecting to a roboRIO over USB.
v1.16.2
Fixed this issue causing metadata keys with slashes to be displayed incorrectly.
v1.16.1
Added a ".pacman" target for installation on Arch Linux.
v1.16.0
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
Fixed a error when launching the app by opening a log on macOS through Finder.
v1.15.0
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
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
Fixed handling of null
values when calculating auto-axis range.