2.7 KiB
2.7 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.6 (2022-04-17)
Features
- add SIGTERM to safe shutdown feature (675b4f5)
- auth: ssh private key auth implemented via config.json (#161) (342df8e)
- config: specify local source address and port for client connections fixes #152 (#158) (65d6ec6)
- CORS support (b324f33), closes #240
Bug Fixes
- deprecated term.setOption (d903da8)
- dockerignore (#272) (8a68cca)
- fixes default for allowreauth (#239) (dcfd81b), closes #238
- missing ENTRYPOINT for Dockerfile (6a3a47a)
- obey host ssh.host in config fixes #190 (7b7e8e7)
- subnet unauthorized now emits "ssherror" which persists across websocket termination (e796f9f)
- update config.json.sample (#177) (42f973b)
- update read-config-ng to 3.0.5, fixes #277 (3e82c0d)
- update xterm.js fixes #261 (c801ef9)