Skip to content

v4.4.2

Compare
Choose a tag to compare
@gbmhunter gbmhunter released this 09 Oct 08:09
· 455 commits to main since this release
0ec0dd6

[4.4.2] - 2023-10-09

Added

  • Added more info to README.
  • Escape codes that are too long now push the parser back into IDLE state, closes #270. Added setting to select max. escape code length.

Fixed

  • Tab key now gets captured by the Terminal panes and HT char code sent, closes #263.
  • Removed unused imports from Typescript files.
  • RX terminals no longer behave like they can capture keystrokes, closes #269.
  • Improved handling of a FramingError on read(), closes #259.

Changed

  • Rearranged folder structure of view components.
  • Tooltips now follow the cursor around, improving usability in settings menu, closes #261.