diff --git a/.bithoundrc b/.bithoundrc index cc9802b..f98bd75 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -9,7 +9,7 @@ }, "dependencies": { "mute": [ - "read-config", + "read-config-ng", "socket.io", "standard", "bithound" diff --git a/ChangeLog.md b/ChangeLog.md index 5e9fb58..7c08b1e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,25 @@ # Change Log -### 0.2.10 [TBD] +### 0.2.10-1 [TBD] ### Added - Add configuration option to restrict connections to specified subnets thanks to @Mierdin +### Changed +- Using new repo for read-config -> read-config-ng + +### Potentially Breaking Changes +- Move all child resources to start from under /ssh + - /socket.io -> /ssh/socket.io + - /webssh2.css -> /ssh/webssh2.css + - /webssh2.bundle.js -> /ssh/webssh2.bundle.js + - /reauth -> /ssh/reauth + - perhaps more + +### Fixes +- Typo in config.json.sample, thanks @wuchihsu, fixes #173 + +### Housekeeping +- Removed irrelavant build scripts from /scripts + ### 0.2.9 [2019-06-13] ### Changes - Missing require('fs') in `server/app.js` See issue [#135](../../issues/135) diff --git a/app/client/public/client.htm b/app/client/public/client.htm index ae8e5e9..9558557 100644 --- a/app/client/public/client.htm +++ b/app/client/public/client.htm @@ -5,7 +5,7 @@ - +