electerm 1.90.8 → 1.91.1
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 -3
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
[](https://www.microsoft.com/store/apps/9NCN7272GTFF)
|
|
17
17
|
[](https://github.com/sponsors/electerm)
|
|
18
18
|
|
|
19
|
-
Open-sourced terminal/ssh/telnet/serialport/RDP/VNC/sftp client(linux, mac, win).
|
|
19
|
+
Open-sourced terminal/ssh/telnet/serialport/RDP/VNC/sftp/ftp client(linux, mac, win).
|
|
20
20
|
|
|
21
21
|
Powered by [manate](https://github.com/tylerlong/manate)
|
|
22
22
|
|
|
@@ -181,9 +181,10 @@ npm run b
|
|
|
181
181
|
./node_modules/.bin/electron-builder --linux --arm64
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
##
|
|
184
|
+
## Video guides
|
|
185
185
|
|
|
186
|
-
- [
|
|
186
|
+
- [bilibili](https://space.bilibili.com/14001525/channel/series?sid=5461229&spm_id_from=333.788.0.0)
|
|
187
|
+
- [youtube](https://www.youtube.com/watch?v=3_jLMZQwoXw&list=PLF_esXiQYSpHAQwH-J-2O1IKPGHrMxVvU)
|
|
187
188
|
|
|
188
189
|
## Change log
|
|
189
190
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.91.1",
|
|
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.45",
|
|
105
105
|
"@electerm/electerm-themes": "^1.0.1",
|
|
106
106
|
"@electerm/rdpjs": "^1.0.0",
|
|
107
107
|
"@electerm/ssh2": "1.16.2",
|
|
@@ -134,7 +134,8 @@
|
|
|
134
134
|
"socks-proxy-agent": "8.0.1",
|
|
135
135
|
"socksv5-electron": "^0.0.6",
|
|
136
136
|
"ssh-config": "5.0.1",
|
|
137
|
-
"stylus": "0.64.0"
|
|
137
|
+
"stylus": "0.64.0",
|
|
138
|
+
"tar": "7.4.3"
|
|
138
139
|
},
|
|
139
140
|
"files": [
|
|
140
141
|
"npm",
|