Webssh Versions Save

:seedling: Web based ssh client

v1.3.0

4 years ago

Add

  • Support using custom font family.

Improve

  • Efficiency of parsing private keys.

v1.2.0

4 years ago

Add

  • Support passing various arguments by url.

v1.1.1

4 years ago

Update

  • Update xterm.js to version 3.12.2

v1.1.0

5 years ago

Add

  • Support docker.

Fix

  • Websocket error when index url contains a query string.

v1.0.3

5 years ago

Update

  • Support tornado 6.0.x

v1.0.2

5 years ago

Update

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

v1.0.0

5 years ago

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

5 years ago

Add

  • Support cross origin iframe connection.

v0.8.0

5 years ago

Add

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

v0.7.3

5 years ago

Fix

  • Stop storing plain text password in local storage.

Add

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