Releases: matheuswhite/scope-rs
Releases · matheuswhite/scope-rs
v0.2.1
What's Changed
- Update rust version to 1.79.0 to use stable channel by @matheuswhite in #99
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- West Plugin by @matheuswhite in #61
- Change from "tui" to "ratatui" by @matheuswhite in #62
- Change Thread to Async by @matheuswhite in #63
- CI: Changing Windows Shell to msys by @MilhoNerfado in #65
- Change rlua to mlua by @matheuswhite in #64
- Fix horizontal scroll bug on multiple richtexts by @matheuswhite in #66
- Fix character deletion in the middle of the text by @matheuswhite in #67
- Add save and record messages on file by @matheuswhite in #69
- Add connect, disconnect and reconnect for Serial port by @matheuswhite in #74
- Add support for page up and page down by @matheuswhite in #76
- Change flow control to none by @matheuswhite in #81
- Fix building as of rust version - nightly 1.80 by @MilhoNerfado in #84
- Add
delete
key support by @MilhoNerfado in #73 - Add quiet optional argument to
scope.exec
by @matheuswhite in #87 - Add
scope.info
to plugins by @matheuswhite in #88 - Start program without serial parameters by @JoseGomesJr in #80
- Add branch's base commit check by @matheuswhite in #92
- Add code style check workflow by @matheuswhite in #94
- Fix bug on serial_tx function of lua script by @matheuswhite in #96
- Update README.md for v0.2.0 release by @matheuswhite in #93
- Add esp-idf plugin by @MilhoNerfado in #83
New Contributors
- @MilhoNerfado made their first contribution in #65
Full Changelog: v0.1.1...v0.2.0
v0.1.1
docs: update README.md with release page link