electerm 1.91.8 → 1.100.6
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 +4 -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
|
|
|
@@ -184,7 +183,6 @@ npm run b
|
|
|
184
183
|
## Video guides
|
|
185
184
|
|
|
186
185
|
- [bilibili](https://space.bilibili.com/14001525/channel/series?sid=5461229&spm_id_from=333.788.0.0)
|
|
187
|
-
- [youtube](https://www.youtube.com/playlist?list=PLDPaKwC8l2SNq0uc6bB1Hehkk0Xh_H2RF)
|
|
188
186
|
|
|
189
187
|
## Change log
|
|
190
188
|
|
|
@@ -193,3 +191,7 @@ Visit [Releases](https://github.com/electerm/electerm/releases).
|
|
|
193
191
|
## License
|
|
194
192
|
|
|
195
193
|
MIT
|
|
194
|
+
|
|
195
|
+
[](https://www.digitalocean.com/?refcode=c10bcb28b846&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
|
|
196
|
+
|
|
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.6",
|
|
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",
|