Skip to content

Releases: huashengdun/webssh

v1.4.0

07 Jul 07:37

Choose a tag to compare

Add

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

Improve

  • Robustness of parsing private keys.

v1.3.0

27 Jun 10:55

Choose a tag to compare

Add

  • Support using custom font family.

Improve

  • Efficiency of parsing private keys.

v1.2.0

19 May 12:42

Choose a tag to compare

Add

  • Support passing various arguments by url.

v1.1.1

09 May 14:17

Choose a tag to compare

Update

  • Update xterm.js to version 3.12.2

v1.1.0

18 Apr 12:12

Choose a tag to compare

Add

  • Support docker.

Fix

  • Websocket error when index url contains a query string.

v1.0.3

29 Mar 08:34

Choose a tag to compare

Update

  • Support tornado 6.0.x

v1.0.2

12 Mar 14:22

Choose a tag to compare

Update

  • Use ThreadPoolExecutor to limit concurrent connections.
  • Support tornado 6.0.0.

v1.0.0

14 Feb 05:39

Choose a tag to compare

Add

  • Support CORS

Update

  • Update xterm.js to the latest version 3.11.0
  • Update bootstrap to the latest version 4.3.0

Version

  • jquery.min.js 3.3.1
  • popper.js 1.14.7
  • bootstrap.min.js 4.3.0
  • xterm.min.js 3.11.0
  • fullscreen.min.js 3.11.0

v0.9.0

19 Jan 12:13

Choose a tag to compare

Add

  • Support cross origin iframe connection.

v0.8.0

29 Dec 08:41

Choose a tag to compare

Add

  • Added an option maxconn for limiting connections for every single client determined by the ip address.