Updated README

pull/30/head v0.5.0
Sheng 2018-09-15 09:46:40 +08:00
parent 1a11c378b2
commit 85efc9e447
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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
------- -------

View File

@ -1,2 +1,2 @@
__version_info__ = (0, 4, 6) __version_info__ = (0, 5, 0)
__version__ = '.'.join(map(str, __version_info__)) __version__ = '.'.join(map(str, __version_info__))