From 5e76bb527ee61aadbfe647aeb9d04dd631584c28 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Sat, 14 Mar 2020 11:19:42 -0400 Subject: [PATCH] chore: update changelog --- ChangeLog.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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)