Skip to content

Releases: huashengdun/webssh

v1.6.2

10 Apr 23:09
v1.6.2
Compare
Choose a tag to compare
Version 1.6.2

v1.6.1

21 Nov 11:09
v1.6.1
Compare
Choose a tag to compare
Version 1.6.1

v1.6.0

02 May 13:14
v1.6.0
Compare
Choose a tag to compare
v1.6.0

v1.5.3

02 Oct 06:14
v1.5.3
Compare
Choose a tag to compare

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

22 Mar 09:33
v1.5.2
Compare
Choose a tag to compare

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

13 Feb 12:46
v1.5.1
Compare
Choose a tag to compare

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

11 Dec 02:01
v1.5.0
Compare
Choose a tag to compare

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

23 Aug 02:56
v1.4.5
Compare
Choose a tag to compare

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

10 Aug 07:11
v1.4.2
Compare
Choose a tag to compare

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

07 Jul 07:37
v1.4.0
Compare
Choose a tag to compare

Add

  • Support 2FA (time based one time password).

Improve

  • Robustness of parsing private keys.