All notable changes to this project will be documented in this file.
- Accept non-alphabetical control character PR #17 thanks to @dashohoxha
- Fix timeout issue in PR #16 thanks to @chrda81.
- Add tests in CI with pytest, mypy and ruff in PR #13.
- Add
delaybeforesend
argument due to pexpect in PR #12 thanks to @punchagan.
- List of
Instructions
are now built by an external function (fromparse.py
for example) and given toScript
as an argument. This,Script
is completely independent of implementations ofInstructions
.
- Fix typo in PR #10 thanks to @punchagan.
- Fix when using asciinema argument
--append
in PR #11 thanks to @punchagan.