chore: update changelog
This commit is contained in:
parent
2db504467c
commit
5e76bb527e
1 changed files with 18 additions and 1 deletions
19
ChangeLog.md
19
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)
|
||||
|
|
Loading…
Reference in a new issue