commit 85efc9e4472d90b9371fc5ae5f04372410af7ee9
parent 1a11c378b2d19c8d0c028a5ab574139cdafc84d4
Author: Sheng <webmaster0115@gmail.com>
Date: Sat, 15 Sep 2018 09:46:40 +0800
Updated README
Diffstat:
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -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
diff --git a/README.rst b/README.rst
@@ -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
-------
diff --git a/webssh/_version.py b/webssh/_version.py
@@ -1,2 +1,2 @@
-__version_info__ = (0, 4, 6)
+__version_info__ = (0, 5, 0)
__version__ = '.'.join(map(str, __version_info__))