electerm 1.91.16 → 1.100.8
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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -48,7 +48,6 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
|
|
|
48
48
|
- Quick input to one or all terminals.
|
|
49
49
|
- 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
|
|
50
50
|
- Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
|
|
51
|
-
- Deep link support: check [wiki](https://github.com/electerm/electerm/wiki/Deep-link-support)
|
|
52
51
|
|
|
53
52
|
## Download
|
|
54
53
|
|
|
@@ -193,5 +192,6 @@ Visit [Releases](https://github.com/electerm/electerm/releases).
|
|
|
193
192
|
|
|
194
193
|
MIT
|
|
195
194
|
|
|
195
|
+
[](https://www.digitalocean.com/?refcode=c10bcb28b846&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
|
|
196
196
|
|
|
197
|
-
[](https://dartnode.com "Powered by DartNode - Free VPS for Open Source")
|
|
197
|
+
[](https://dartnode.com?aff=NuttyMonkey521 "Powered by DartNode - Free VPS for Open Source")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.100.8",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"zmodem-ts": "1.0.4"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@electerm/electerm-locales": "2.1.
|
|
104
|
+
"@electerm/electerm-locales": "2.1.47",
|
|
105
105
|
"@electerm/electerm-themes": "^1.0.1",
|
|
106
106
|
"@electerm/rdpjs": "^1.0.0",
|
|
107
107
|
"@electerm/ssh2": "1.16.2",
|