Skip to content

Releases: huashengdun/webssh

v1.3.0

27 Jun 10:55
Compare
Choose a tag to compare

Add

  • Support using custom font family.

Improve

  • Efficiency of parsing private keys.

v1.2.0

19 May 12:42
Compare
Choose a tag to compare

Add

  • Support passing various arguments by url.

v1.1.1

09 May 14:17
Compare
Choose a tag to compare

Update

  • Update xterm.js to version 3.12.2

v1.1.0

18 Apr 12:12
Compare
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
Compare
Choose a tag to compare

Update

  • Support tornado 6.0.x

v1.0.2

12 Mar 14:22
Compare
Choose a tag to compare

Update

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

v1.0.0

14 Feb 05:39
Compare
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
Compare
Choose a tag to compare

Add

  • Support cross origin iframe connection.

v0.8.0

29 Dec 08:41
Compare
Choose a tag to compare

Add

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

v0.7.3

16 Nov 04:08
Compare
Choose a tag to compare

Fix

  • Stop storing plain text password in local storage.

Add

  • Added an option xsrf for toggling this feature.
  • Added more unit tests.