mirror of https://github.com/huashengdun/webssh
parent
1a11c378b2
commit
85efc9e447
|
@ -18,6 +18,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv
|
|||
* Fullscreen terminal supported.
|
||||
* Terminal window resizable.
|
||||
* Auto detect the ssh server's default encoding.
|
||||
* Modern browsers including Chrome, Firefox, Safari, Edge, Opera supported.
|
||||
|
||||
|
||||
## Preview
|
||||
|
|
|
@ -20,6 +20,8 @@ Features
|
|||
- Fullscreen terminal supported.
|
||||
- Terminal window resizable.
|
||||
- Auto detect the ssh server's default encoding.
|
||||
- Modern browsers including Chrome, Firefox, Safari, Edge, Opera
|
||||
supported.
|
||||
|
||||
Preview
|
||||
-------
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version_info__ = (0, 4, 6)
|
||||
__version_info__ = (0, 5, 0)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
|
Loading…
Reference in New Issue