mirror of
https://github.com/markqvist/rnsh.git
synced 2026-01-12 05:21:11 -05:00
Add blurb for 0.1.14 and test instructions
This commit is contained in:
parent
a7287a782e
commit
a769fd59e8
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ point still may introduce breaking changes, especially in the
|
|||
protocol layers of the software.
|
||||
|
||||
## Recent Changes
|
||||
### v0.1.4
|
||||
- Fix invalid escape sequence handling for terminal escape sequences
|
||||
|
||||
### v0.1.3
|
||||
- Fix an issue where disconnecting a session using ~. would result in further connections to
|
||||
the same initiator would appear to hang.
|
||||
|
|
@ -301,3 +304,5 @@ files using the same method discussed in
|
|||
It's not terribly fast currently, due to the round-trip rule
|
||||
enforced by the protocol. Sliding window acknowledgements will
|
||||
speed this up significantly.
|
||||
|
||||
Running tests: `poetry run pytest tests`
|
||||
Loading…
Add table
Add a link
Reference in a new issue