Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 05:27
· 125 commits to main since this release

πŸš€ New

  • Added an option to show/hide internal messages in log window.
  • #21: Added an option to highlight the CmdStarted and CmdDone 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 in Message.

βš™οΈ 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 to hal.allowGotoFieldAutoMode with initial value true.
  • Restructured the VirtuosoViewport and ColumReverseViewport as individual components.

Full Changelog: v0.2.3...v0.3.0