Releases: huashengdun/webssh
Releases · huashengdun/webssh
v0.7.2
Added
- Support redirecting public plain http requests to https requests.
Adapted
- A http server now listens on '0.0.0.0' by default.
v0.7.1
Added
- support https server
- NotFoundHandler for handling 404 requests
- option fbidhttp for blocking public plain http incoming requests
- option tdstream for accepting requests from trusted downstream (if set) only
- option xheader for toggling this feature
Fixed
- reset password to disable password authentication for key authentication
- port number typo
v0.6.1
Fix
- Fixed a bug that default port 22 doesn't work for Microsoft Edge.
v0.6.0
Improvements
- Use default port 22 when no port value is given.
- Lookup hostname in host keys before connecting to it under reject policy.
- Let tornado parse xheaders.
v0.5.0
Improvements
- Support Safari 11.x.
v0.4.6
Improvements
- Support different desktop browsers, including Chrome, Firefox, Safari, Opera, Edge.
v0.4.0
Improvements
- Increase buffer size for channel to make it more efficient for transferring data with large size.
v0.3.9
Improvements
- More robust to detect the server encoding.
- Swallow http errors, return JSON response with error information.
- More ways to pass arguments to wssh.connect method.
v0.3.5
Improvements
- Change error messages on both sever side and client side to make it more clearer.
- Add connect function to wssh on client side.
v0.3.2
Added
- Added more validations on both server side and client side.
- Use localStorage for storing data to make it easier to input the form .
- Added more functions to wssh to fool around with the console.