0.3.0
π New
- Added an option to show/hide internal messages in log window.
- #21: Added an option to highlight the
CmdStarted
andCmdDone
lines only for the connected user commands, for every user, or for none. - #22: Added an option (disabled by default) to synchronise the stage select menu in a HAL macro with the stages running.
β¨ Improved
- Extracted the
Virtuoso
viewport to avoid extra re-renders. In practice the log window has being updated every time a new message arrived even if the message was being filtered out. Extracting the component solves this issue. - Disable stage selector if the macro is running.
π§ Fixed
- Fixed
CmdQueued
regex inMessage
.
βοΈ Engineering
- Added an option to
TronConnection.sendCommand()
and associated events to mark a command as internal. Internal messages are not shown in the log windows but otherwise behave as usual. Multiple helper commands have been marked as internal to declutter the log window when Boson connects or when a window opens. - Added
MenuOption
component. - Renamed parameter
hal.useAutoMode
tohal.allowGotoFieldAutoMode
with initial valuetrue
. - Restructured the
VirtuosoViewport
andColumReverseViewport
as individual components.
Full Changelog: v0.2.3...v0.3.0