Skip to content

Commit

Permalink
Merge pull request #325 from gbmhunter/develop
Browse files Browse the repository at this point in the history
Next release.
  • Loading branch information
gbmhunter authored Jun 15, 2024
2 parents 2ce70b0 + 0e65eb3 commit 8648bf6
Show file tree
Hide file tree
Showing 31 changed files with 5,172 additions and 3,106 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [4.18.0] - 2024-06-16

### Added

- Clicking on the many of the indicators in the bottom status bar takes you to the settings view where you can change the related settings.
- Added accordions to the terminal right-hand drawer, and added more controls such as quick port settings.
- The terminal right-hand drawer now remembers if it was open or closed. This info is also saved in each profile.
- Added to option to send a break signal on Enter key press.
- Added ability to send a break signal at the end of every line of hex data in a macro.
- ASCII macro data now adds the "on enter" sequence to the end of every line, if enabled.
- You can now disable "received break signal" warnings from the RX Settings view.
- The right-hand terminal drawer width is now saved as part of the application data and in profiles.

### Changed

- Improved the way app data is stored in local storage.
- Snackbar message when profile is loaded now tells you if already connected port matches the one specified in the profile.
- Active profile name is updated when the app state is saved to a profile.

## [4.17.1] - 2024-06-11

### Changed
Expand Down Expand Up @@ -720,7 +739,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added auto-scroll to TX pane, closes #89.
- Added special delete behaviour for backspace button when in "send on enter" mode, closes #90.

[unreleased]: https://github.com/gbmhunter/NinjaTerm/compare/v4.17.1...HEAD
[unreleased]: https://github.com/gbmhunter/NinjaTerm/compare/v4.18.0...HEAD
[4.18.0]: https://github.com/gbmhunter/NinjaTerm/compare/v4.17.1...v4.18.0
[4.17.1]: https://github.com/gbmhunter/NinjaTerm/compare/v4.17.0...v4.17.1
[4.17.0]: https://github.com/gbmhunter/NinjaTerm/compare/v4.16.0...v4.17.0
[4.16.0]: https://github.com/gbmhunter/NinjaTerm/compare/v4.15.0...v4.16.0
Expand Down
2 changes: 1 addition & 1 deletion arduino-serial/Baud115200Test/Baud115200Test.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void loop() {
Serial.println("fast ");
// Wait until data is sent
Serial.flush();
// delay(DISPLAY_PERIOD);
delay(DISPLAY_PERIOD);
}


Expand Down
Loading

0 comments on commit 8648bf6

Please sign in to comment.