5.2 KiB
5.2 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.7 (2022-08-02)
⚠ BREAKING CHANGES
- validate referer to /reauth is valid
- bump xterm to 4.18.0
- consistent logging messages see #286
- config system changes #284 (#285)
Features
- add additional params for POST requests #290 (46c1560)
- add additional vars to POST requests #290 (0a4e419)
- add fontFamily, letterSpacing, lineHeight (97f3088)
- add fontSize option #292 (5e78812)
- config system changes #284 (#285) (9c99b09)
- consistent logging messages see #286 (50cfcb9)
- credentials over http post for #290 (5b8f88c)
- reorder viewport setup at ssh handshake #292 (140e1e2)
- validate referer to /reauth is valid (0dcaa6e)
Bug Fixes
- Fix the parameter passing problem of setDefaultCredentials to make it perform data initialization normally (#288) (40cbb35)
- invalid css in style.css (ffab534)
package
- bump xterm to 4.18.0 (84c09ec)
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)