antosdk-apps/vTerm/README.md

24 lines
905 B
Markdown
Raw Normal View History

2020-08-06 23:21:42 +02:00
# AntOS Virual Terminal
Terminal emulator to connect to remote server using AntOS Tunnel plugin.
Unlike wTerm that uses a dedicated websocket connection for each terminal to
communicate with remote terminal session via the Antd **wterm** plugin,
VTerm uses only one websocket connection for multiple terminal session
thanks to the Antd **tunnel** plugin.
VTerm depends on the server side **tunnel** plugin and the AntOS **Antunnel**
2020-12-17 13:02:53 +01:00
client side package
## Change logs
2023-01-04 09:55:18 +01:00
- v0.1.20-fix bug with new xterm.js
2023-01-04 09:45:08 +01:00
- v0.1.19-a Use the new xterm.js libraries v5.1.0
- v0.1.18-a support AntOS v2.0.x
2021-12-06 19:47:51 +01:00
- v0.1.17-a update dependencies to latest
2021-11-27 17:42:20 +01:00
- v0.1.16-a fix incorrect control command
- v0.1.15-a update dependencies to latest
2021-03-31 23:09:40 +02:00
- v0.1.14-a: Change app icon
2021-03-17 21:34:27 +01:00
- v0.1.12-a: Add copy/paste shortcuts (CTRL+SHIFT+C/ CTRL+SHIFT+V)
2020-12-22 16:14:46 +01:00
- v0.1.9-a: Update dependencies to latest
2020-12-17 13:02:53 +01:00
- v0.1.6-a: Add dependencies to package meta-data