Releases: gbmhunter/NinjaTerm
Releases · gbmhunter/NinjaTerm
v3.0.0
[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
[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
[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
[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
v1.1.1
v1.1.0
v1.0.0
[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.