Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 18:34
· 186 commits to main since this release

Tagging a stable release 0.2.0 since it seems the issues with Boson crashing are not reoccurring, and the app seems reasonably stable.

✨ Improved

  • Increase margin of reconnection snackbar.
  • Support new WAITING guider status bit.
  • Change log window atBottomThreshold to 100. This should make scrolling up a bit easier without risk of scrolling to bottom failing (I think). In the future this may be a configurable option.
  • Add lamps stage to go to field.

🔧 Fixed

  • Fixed clear icon button not clearing search text in log window.
  • Fixed Snapshot header looking weird with small window sizes (#19).

⚙️ Engineering

  • Initial code for an alternative to react-virtuoso using column-reverse and without virtualisation. While it works, and doesn't seem to consume an enormous amount of CPU or RAM, features like scrolling back to bottom or sticking to a position once scrolled are not yet working.
  • Change tron emitToLoggers() interval 1 second.