Skip to content

v4.19.0

Latest
Compare
Choose a tag to compare
@gbmhunter gbmhunter released this 30 Jun 09:17
f57c567

[4.19.0] - 2024-06-30

Added

  • Added the ability to modify port settings whilst the port is open (port is quickly disconnected and reconnected with new settings).
  • Added support for the ESC[1J, ESC[2J and ESC[3J "Erase in Display" ASCII escape codes (ESC[0J was already supported).
  • Added a "Manual" page to the app, which contains the start of a user manual for NinjaTerm.
  • Added unit tests to make sure app data in local storage can be upgraded correctly.

Fixed

  • Cosmetic cursor at the end of the blurb now blinks again on homepage.
  • Removed a .only() from a test which was causing other tests to be skipped.
  • Fixed broken tests in SingleTerminal.spec.ts by clearing local storage before each test.

Changed