From a769fd59e855cfddb4331a37dbcc285b6cd2e50f Mon Sep 17 00:00:00 2001 From: Aaron Heise <5148966+acehoss@users.noreply.github.com> Date: Tue, 21 May 2024 12:33:35 -0400 Subject: [PATCH] Add blurb for 0.1.14 and test instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7d2c359..340e0de 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file