Releases: huashengdun/webssh
Releases · huashengdun/webssh
v1.6.2
v1.6.1
Version 1.6.1
v1.6.0
v1.6.0
v1.5.3
Fixed
- Not checking if channel is closed when error occurs while sending data.
- Unable to run on windows with Python 3.8+.
v1.5.2
Added
- support for Python 3.8
- two more options
Changed
- Use utf-8 as the default one when the program fails to detect the default encoding of the ssh server.
v1.5.1
Fix
- A bug of parsing url arguments when a value contains an equal sign.
Improvement
- Custom font configuration.
Add
- An option for specifying the default character encoding instead of detecting the encoding of every ssh server being connected.
v1.5.0
Add or Update
- Upgraded to xterm.js 4.2.0
- Added support for openssh new format key
- Added support for link scope ipv6 address
- Changed default listening address
Fix
- Fixed detecting the ssh server's encoding set by the user
- Fixed showing some error messages by changing "wrong password" into "wrong passphrase"
v1.4.5
Enhance
- Produce all the validation errors together.
- Hide the form when connecting to a ssh server if the form data is passed by url.
v1.4.2
Add
- Support passing a command via url to be executed after login.
Change
- Password passed via url requires to be encoded in base64.
v1.4.0
Add
- Support 2FA (time based one time password).
Improve
- Robustness of parsing private keys.