electerm 1.20.10 → 1.21.16

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 +10 -4
  2. package/package.json +2 -6
package/README.md CHANGED
@@ -29,17 +29,16 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
29
29
  - Double click to directly edit (small) remote files.
30
30
  - Edit (small) local files with built-in editor.
31
31
  - Auth with publicKey + password.
32
- - Zmodem(rz, sz).
33
- - [Trzsz](https://github.com/trzsz/trzsz)(trz/tsz), similar to rz/sz, and compatible with tmux.
32
+ - Support Zmodem(rz, sz).
33
+ - Support [Trzsz](https://github.com/trzsz/trzsz)(trz/tsz), similar to rz/sz, and compatible with tmux.
34
34
  - Transparent window(Mac, win).
35
35
  - Terminal background image.
36
36
  - Global/session proxy.
37
37
  - Quick commands
38
38
  - Sync bookmarks/themes/quick commands to github/gitee secret gist
39
- - ~~Serial Port support~~(removed after version 1.10.14)
39
+ - Support serial Port(version > 1.21.8)
40
40
  - Quick input to one or all terminals.
41
41
  - Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
42
- - Zip/transfer/auto-unzip folders.
43
42
 
44
43
  ## Download/install
45
44
 
@@ -85,6 +84,10 @@ npm i -g electerm
85
84
 
86
85
  [https://github.com/electerm/electerm/wiki/Troubleshoot](https://github.com/electerm/electerm/wiki/Troubleshoot)
87
86
 
87
+ ## Discussion
88
+
89
+ [Discussion board](https://github.com/electerm/electerm/discussions)
90
+
88
91
  ## Support
89
92
 
90
93
  Without user feedback/suggestions/pull requests/language files, this project would not get this far.I would love to hear from you, please tell me what you think, [submit an issue](https://github.com/electerm/electerm/issues), [send me an email](mailto:zxdong@gmail.com), [create/fix language files](https://github.com/electerm/electerm-locales) or create pull requests, all are welcome.
@@ -119,6 +122,9 @@ npm run fix
119
122
  ```bash
120
123
  npm run pre-test
121
124
  cp .sample.env .env
125
+
126
+ # install playwright
127
+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright --no-save
122
128
  # then edit .env, fill your test host/username/password
123
129
  npm run test
124
130
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.20.10",
3
+ "version": "1.21.16",
4
4
  "description": "Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "homepage": "https://electerm.github.io/electerm",
28
28
  "engines": {
29
- "node": ">=12.0.0"
29
+ "node": ">=16.0.0"
30
30
  },
31
31
  "preferGlobal": true,
32
32
  "dependencies": {
@@ -45,10 +45,6 @@
45
45
  "/app/assets/"
46
46
  ],
47
47
  "globals": [
48
- "describe",
49
- "beforeEach",
50
- "afterEach",
51
- "it",
52
48
  "log",
53
49
  "MouseEvent",
54
50
  "WebSocket",