electerm 1.72.36 → 1.80.18
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 +3 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
|
|
|
33
33
|
- Works as a terminal/file manager or ssh/telnet/serialport/RDP/VNC/sftp client
|
|
34
34
|
- Global hotkey to toggle window visibility (similar to guake, default is `ctrl + 2`)
|
|
35
35
|
- Multi platform(linux, mac, win)
|
|
36
|
-
- 🇺🇸 🇨🇳 🇧🇷 🇷🇺 🇪🇸 🇫🇷 🇹🇷 🇭🇰 🇯🇵 🇸🇦 🇩🇪 🇰🇷 Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
|
|
36
|
+
- 🇺🇸 🇨🇳 🇧🇷 🇷🇺 🇪🇸 🇫🇷 🇹🇷 🇭🇰 🇯🇵 🇸🇦 🇩🇪 🇰🇷 🇮🇩 🇵🇱 Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
|
|
37
37
|
- Double click to directly edit (small) remote files.
|
|
38
38
|
- Auth with publicKey + password.
|
|
39
39
|
- Support Zmodem(rz, sz).
|
|
@@ -155,7 +155,7 @@ npm run fix
|
|
|
155
155
|
## Test
|
|
156
156
|
|
|
157
157
|
```bash
|
|
158
|
-
npm run
|
|
158
|
+
npm run b
|
|
159
159
|
npm run prepare-test
|
|
160
160
|
cp .sample.env .env
|
|
161
161
|
|
|
@@ -172,7 +172,7 @@ npm run test
|
|
|
172
172
|
|
|
173
173
|
# Build linux only with -l
|
|
174
174
|
npm i
|
|
175
|
-
npm run
|
|
175
|
+
npm run b
|
|
176
176
|
./node_modules/.bin/electron-builder --linux tar.gz
|
|
177
177
|
# or replace tar.gz to rpm/deb/AppImage
|
|
178
178
|
# check dist/ folder
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.80.18",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"test": "npm run test1 && npm run test2",
|
|
24
24
|
"test1": "./node_modules/.bin/playwright test test/e2e/00*.js --workers=1",
|
|
25
25
|
"test2": "./node_modules/.bin/playwright test test/e2e/01*.js --workers=1",
|
|
26
|
-
"
|
|
26
|
+
"b": "npm run clean && npm run compile && npm run prepare-file",
|
|
27
27
|
"r": "./build/bin/release",
|
|
28
28
|
"w": "./build/bin/web-release",
|
|
29
29
|
"t": "./node_modules/.bin/electron work/app/app.js",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"@ant-design/icons": "5.5.1",
|
|
57
57
|
"@electerm/electerm-resource": "1.3.7",
|
|
58
58
|
"@electron/rebuild": "3.7.1",
|
|
59
|
+
"@fontsource/maple-mono": "^5.2.5",
|
|
59
60
|
"@novnc/novnc": "1.4.0",
|
|
60
61
|
"@types/node": "22.9.3",
|
|
61
62
|
"@vitejs/plugin-react": "4.3.4",
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
"firacode": "^6.2.0",
|
|
80
81
|
"glob": "^11.0.0",
|
|
81
82
|
"lodash-es": "^4.17.21",
|
|
82
|
-
"manate": "2.0.0
|
|
83
|
+
"manate": "2.0.0",
|
|
83
84
|
"memoize-one": "6.0.0",
|
|
84
85
|
"morgan": "1.10.0",
|
|
85
86
|
"pug": "3.0.3",
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
"zmodem-ts": "1.0.4"
|
|
100
101
|
},
|
|
101
102
|
"dependencies": {
|
|
102
|
-
"@electerm/electerm-locales": "2.
|
|
103
|
+
"@electerm/electerm-locales": "2.1.43",
|
|
103
104
|
"@electerm/electerm-themes": "^1.0.1",
|
|
104
105
|
"@electerm/rdpjs": "^1.0.0",
|
|
105
106
|
"@electerm/ssh2": "1.16.2",
|
|
@@ -115,7 +116,7 @@
|
|
|
115
116
|
"express-ws": "5.0.2",
|
|
116
117
|
"fast-deep-equal": "3.1.3",
|
|
117
118
|
"find-free-port": "2.0.0",
|
|
118
|
-
"font-list": "1.
|
|
119
|
+
"font-list": "1.5.1",
|
|
119
120
|
"gist-wrapper": "0.4.1",
|
|
120
121
|
"gitee-client": "0.2.0",
|
|
121
122
|
"https-proxy-agent": "7.0.1",
|
|
@@ -131,8 +132,7 @@
|
|
|
131
132
|
"socks-proxy-agent": "8.0.1",
|
|
132
133
|
"socksv5-electron": "^0.0.6",
|
|
133
134
|
"ssh-config": "5.0.1",
|
|
134
|
-
"stylus": "0.64.0"
|
|
135
|
-
"tar": "7.4.3"
|
|
135
|
+
"stylus": "0.64.0"
|
|
136
136
|
},
|
|
137
137
|
"files": [
|
|
138
138
|
"npm",
|