From bb0b8a84f323f9fca64d0030d565e4016020cb29 Mon Sep 17 00:00:00 2001 From: Peter Kuma Date: Tue, 10 Aug 2021 21:16:56 +0200 Subject: [PATCH] v1.0.4 --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0a5785..37e22d2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ In contrast to OpenSSH, the client and server decide which TCP port to use on their side. For security (wss) use an SSL-capable HTTP proxy server such as -nginx in front of the wstcp server. The client supports connecting +nginx in front of the wstcp server. The client supports connecting to `wss://` URLs. The command-line tools @@ -226,6 +226,10 @@ Connect to a wstcp server. Changelog --------- +### 1.0.4 (2021-08-10) + +- Stability improvements on lossy links. + ### 1.0.3 (2019-11-05) - Improved documentation. diff --git a/package.json b/package.json index d9a1743..8880d18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wstcp", - "version": "1.0.3", + "version": "1.0.4", "description": "Client and server implementation of TCP forwarding over WebSocket", "main": "index.js", "dependencies": {