Skip to content

Releases: gbmhunter/NinjaTerm

v3.0.0

20 Aug 20:53
b35dd56
Compare
Choose a tag to compare

[v3.0.0] - 2023-08-21

  • Upgraded electron-react-boilerplate code to latest version.
  • Changed NinjaTerm to a dark theme.
  • Added GitHub Action for generating release artifacts and creating GitHub release.
  • The serial port settings dialog now shows more information about each serial port.

v2.2.0

03 Jan 23:16
a852a47
Compare
Choose a tag to compare

[v2.2.0] - 2021-01-04

  • Added support for all common baud rates.
  • Added support and validation for custom baud rates.
  • Typescript compiler now recognizes imports of CSS/SCSS files into .tsx files.

v2.1.0

02 Jan 20:39
Compare
Choose a tag to compare

[v2.1.0] - 2021-01-03

  • NinjaTerm is now built for Linux.
  • GitHub actions configured to build both Windows and Linux application images and release them to GitHub.

v2.0.0

02 Jan 07:47
Compare
Choose a tag to compare

[v2.0.0] - 2021-01-02

  • Application now built with Electron/Javascript/React rather than Java/JavaFX.
  • Windows executable available.
  • GitHub actions is used for CICD instead of TravisCI.
  • GitHub actions runs both tests and builds production images (which are released automatically to GitHub).
  • Basic serial port functionality has been ported across from the Java app.

v1.1.2

01 Nov 00:39
Compare
Choose a tag to compare

[v1.1.2] - 2020-11-01

Fixed

  • Fixed the 404 not found error with the link on the About page.

v1.1.1

15 Apr 00:37
Compare
Choose a tag to compare

[v1.1.1] - 2019-04-14

Added

  • Java is now bundled with the Windows and Mac installers.

Fixed

  • Broken URLs on homepage.

v1.1.0

13 Nov 17:49
Compare
Choose a tag to compare

[v1.1.0] - 2018-11-12

Added

  • Process and system CPU load is now displayed at the bottom of the NinjaTerm UI (useful to know at faster baud rates).

Fixed

  • Removed logger messages from CPU intensive data RX loop.

v1.0.0

13 Nov 02:29
Compare
Choose a tag to compare

[v1.0.0] - 2018-11-12

Version 1.0.0! A big milestone!

Added

  • Added font-size and text/background colour pickers to style the TX/RX data, closes #163.
  • Updated example .gif files on home page.

Fixed

  • Removed COM ports now dissappear on rescan (when there are no COM ports available), closes #224.
  • Fixed bug where tab characters were not being displayed correctly on screen, closes #211.

v0.9.1

01 Nov 04:47
Compare
Choose a tag to compare

[v0.9.1] - 2018-10-31

Added

  • NinjaTerm now supports custom (non-standard) baud rates (as long as the underlying OS/hardware also supports it), closes #222.

v0.9.0

17 May 23:15
Compare
Choose a tag to compare

[v0.9.0] - 2018-05-17

Changed

  • COM data panes are now rendered using a RichTextFX element, rather than a web renderer, which was causing issues on Linux systems.
  • Updated the NinjaTerm logo (thanks to utopian for creating the new one!).