Releases: Mechanical-Advantage/AdvantageScope
v1.3.0
- Updated from Electron 13 to 16.
- The application menu is greatly improved! More functions have been added for each platform, including tab control with keyboard shortcuts.
- The list of recent log files is now sent to the OS for quick access.
- The user is now prompted to download a native version when running under ARM64 translation on macOS or Windows.
- Fixed a bug causing the tab list to scroll unexpectedly when changing tabs.
- (Experimental) The connection to a log server now properly handles disconnects, reconnecting, and switching to a local log file.
- (Experimental) The table view is no longer broken when receiving live log data.
v1.2.2
Minor bug fixes/improvements:
- Continuous line graph data no longer intersects with discrete data.
- When restoring a line graph with locked axes, their status is now displayed properly on the axis titles.
- Replacing a missing field in the odometry config now correctly removes the strikethrough effect.
- (Experimental) The odometry timeline now properly updates when receiving live log data.
v1.2.1
Various minor improvements to line graph rendering:
- Large logs no longer cause lag spikes when zooming out.
- Framerate will scale down smoothly when required instead of staying locked.
- Displays with high pixel density are now fully utilized when zoomed out.
The GitHub repository name has also been updated to "AdvantageScope" (for auto-update and the "View Repository" link).
v1.2.0
The app has a new name! "6328 Log Viewer" is now "Advantage Scope". Other changes include...
- Improvements to handling of large log files. Zooming in and out is now smoother and more accurate!
- Experimental support for receiving live data over the network. This feature will be made accessible in future versions.
v1.1.2
Bug fixes for minor visual glitches on some platforms:
- Shadows on the tab bar failed to fade out properly.
- Jumping to a time in the table was offset from the correct position.
v1.1.1
Fixed an issue which caused the app to freeze when starting on some platforms.
v1.1.0
Improves handling of window state, including open tabs and selected fields. This data is preserved when opening a new log file or restarting the app. Other miscellaneous improvements include...
- Tabs can now be closed in addition to opened!
- Only numbers are allowed as fields for odometry.
- Minor visual updates to the odometry popup button & tab bar.
- Lots of internal cleanup.
v1.0.1
Adds support for update notifications. GitHub will be checked for updates on startup and a notification will be sent with a download link when a newer version is found.
v1.0.0
First complete version! The following features are currently included:
- Open ".rlog" files produced by a robot or simulator.
- Visualize data using a line graph, table, or field map.
- Play back log in real time or adjusted speed.
- Display field map in a popup window to overlay over other visualizations.
- View static metadata saved by the robot program.
- Support for Windows, macOS, and Linux (including dark mode).