From 0eae443a32ba381a937486e68266b7251d48eda4 Mon Sep 17 00:00:00 2001 From: Aaron Heise <5148966+acehoss@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:50:16 -0500 Subject: [PATCH] Add a little documentation for v0.1.2 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 41d0be6..760b9c9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ point still may introduce breaking changes, especially in the protocol layers of the software. ## Recent Changes +### v0.1.2 +- Adaptive compression (RNS update) provides significant performance improvements ([PR](https://github.com/acehoss/rnsh/pull/24)) +- Allowed identities file - put allowed identities in a file instead of on the command + line for easier service invocations. ([see PR for details](https://github.com/acehoss/rnsh/pull/25)) +- Escape Sequences, Session Termination & Line-Interactive Mode ([see PR for details](https://github.com/acehoss/rnsh/pull/26)) + ### v0.1.1 - Fix issue with intermittent data corruption