electerm 2.3.113 → 2.3.118

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,7 @@
14
14
  [![Get it from the Microsoft Store](https://img.shields.io/badge/Microsoft-Store-blue)](https://www.microsoft.com/store/apps/9NCN7272GTFF)
15
15
  [![Debian Repository](https://img.shields.io/badge/Debian-Repository-red)](https://electerm-repos.html5beta.com/deb)
16
16
  [![GitHub Sponsors](https://img.shields.io/github/sponsors/electerm?label=Sponsors)](https://github.com/sponsors/electerm)
17
+ [![Powered by manate](https://img.shields.io/badge/Powered%20by-manate-blue)](https://github.com/tylerlong/manate)
17
18
 
18
19
  [![English](https://img.shields.io/badge/English-EN-blue)](README.md) [![中文](https://img.shields.io/badge/中文-Chinese-blue)](README_cn.md)
19
20
 
@@ -23,8 +24,6 @@
23
24
 
24
25
  Open-sourced terminal/ssh/telnet/serialport/RDP/VNC/sftp/ftp client(linux, mac, win).
25
26
 
26
- Powered by [manate](https://github.com/tylerlong/manate)
27
-
28
27
  For experienced developers, you may try the web app version running in browser(including mobile device): [electerm-web](https://github.com/electerm/electerm-web) or [docker image for electerm-web](https://github.com/electerm/electerm-web-docker)
29
28
 
30
29
  Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5beta.com)
@@ -52,7 +51,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
52
51
  - Sync bookmarks/themes/quick commands to github/gitee secret gist
53
52
  - Quick input to one or all terminals.
54
53
  - AI assistant integration (supporting [DeepSeek](https://www.deepseek.com), OpenAI, and other AI APIs) to help with command suggestions, script writing, and explaining selected terminal content
55
- - Deep link support: Open connections with URLs like `telnet://192.168.2.31:34554` or `ssh://user@host:22` - see [DEEP_LINK_SUPPORT.md](DEEP_LINK_SUPPORT.md)
54
+ - Deep link support: Open connections with URLs like `telnet://192.168.2.31:34554` or `ssh://user@host:22` - see [Deep link support wiki](https://github.com/electerm/electerm/wiki/Deep-link-support)
56
55
  - Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
57
56
 
58
57
  ## Download
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "2.3.113",
3
+ "version": "2.3.118",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",