Skip to content

Releases: gbmhunter/NinjaTerm

v0.6.0

03 Oct 11:22
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • Added ability to select between "overwrite" and "append" logging methods, closes #99.
  • Added option for user to choose termination character(s), closes #82.
  • Added support for ANSI escape sequences (in particular, the colour codes), closes #100.
  • Fixed bug where buffer limit was not being obeyed for the RX data when stored in ObservableList of Nodes, closes #101.
  • Fixed bug where app crashes if com's is stopped and restarted with ASCII escape sequences due to unsupported escape sequences not being handled, closes #102.
  • Improved filtering logic so it works alongside ANSI escape codes, closes #103.

v0.5.1

22 Sep 22:55
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Fixed bug where NinjaTerm would lock up on splash screen.

v0.5.0

22 Sep 21:33
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Added filter field in TX/RX sub-tab, closes #84.
  • Fixed incorrect link to GitHub on homepage, closes #94.
  • Fixed incorrect web page title on homepage, closes #93.
  • TX and RX buffer sizes are now shown on stats sub-tab, closes #95.
  • Fixed bug where build configurations were not being included in repo, closes #85.
  • Added logging sub-tab and basic logging functionality, closes #96.
  • Greyed out textfield and browse button on logging tab when logging is active, closes #97.

v0.4.1

21 Sep 19:10
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • Fixed bug where splash-screen was disabled.

v0.4.0

21 Sep 19:02
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Added ability to rename terminal tabs, closes #92.

v0.3.0

21 Sep 16:38
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Added indicators to label the RX and TX panes, closes #91.

v0.2.0

21 Sep 10:35
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Changes to auto-update functionality.

v0.1.0

21 Sep 09:17
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Automatic scan for COM ports performed on startup of app, closes #72.
  • Added ability to have multiple terminals open within the same NinjaTerm application window, closes #73.
  • "Busy COM port" error is now handled correctly, closes #74.
  • Added flashing caret to end of terminal text.
  • Added "Exit" item to "File" menu, closes #75.
  • Changed colour of open/close button so that it is green/red, and added play/stop icons, closes #76.
  • Added ability to send characters to COM port, closes #77.
  • Added local echo option for TX characters, closes #78.
  • Added statistics sub-tab, closes #79.
  • Added flashing TX/RX activity indicators, closes #80.
  • Added layout options for RX/TX tab, closes #81.
  • Changed the "UTF-8" decoding option to "ASCII", closes #83.
  • Added buffer limit for TX and RX data, closes #86.
  • Added auto-scroll to status message pane, closes #87.
  • Wrapping width textfield is greyed out when wrapping is disabled, closes #88.
  • Added auto-scroll to TX pane, closes #89.
  • Added special delete behaviour for backspace button when in "send on enter" mode, closes #90.