Commit 85efc9e4 by Sheng

Updated README

parent 1a11c378
...@@ -18,6 +18,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv ...@@ -18,6 +18,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv
* Fullscreen terminal supported. * Fullscreen terminal supported.
* Terminal window resizable. * Terminal window resizable.
* Auto detect the ssh server's default encoding. * Auto detect the ssh server's default encoding.
* Modern browsers including Chrome, Firefox, Safari, Edge, Opera supported.
## Preview ## Preview
......
...@@ -20,6 +20,8 @@ Features ...@@ -20,6 +20,8 @@ Features
- Fullscreen terminal supported. - Fullscreen terminal supported.
- Terminal window resizable. - Terminal window resizable.
- Auto detect the ssh server's default encoding. - Auto detect the ssh server's default encoding.
- Modern browsers including Chrome, Firefox, Safari, Edge, Opera
supported.
Preview Preview
------- -------
......
__version_info__ = (0, 4, 6) __version_info__ = (0, 5, 0)
__version__ = '.'.join(map(str, __version_info__)) __version__ = '.'.join(map(str, __version_info__))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment