mirror of
https://github.com/huashengdun/webssh.git
synced 2026-02-14 11:49:50 +00:00
Updated README
This commit is contained in:
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user