electerm 1.16.28 β†’ 1.18.3

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 +15 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,13 +20,13 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
20
20
 
21
21
  ## Features
22
22
 
23
- - Work as a terminal/file manager or ssh/sftp client(similar to xshell)
24
- - Global hotkey to toggle window visibility (simliar to guake, default is `ctrl + 2`)
23
+ - Works as a terminal/file manager or ssh/sftp client(similar to xshell)
24
+ - Global hotkey to toggle window visibility (similar to guake, default is `ctrl + 2`)
25
25
  - Multi platform(linux, mac, win)
26
- - πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡§πŸ‡· πŸ‡·πŸ‡Ί πŸ‡ͺπŸ‡Έ πŸ‡«πŸ‡· πŸ‡ΉπŸ‡· πŸ‡­πŸ‡° πŸ‡―πŸ‡΅ Support multi-language([electerm-locales](https://github.com/electerm/electerm-locales), contribute/fix welcome)
27
- - Double click to directly edit remote file(small ones).
28
- - Edit local file with built-in editor(small ones).
29
- - Auth with publickey + password.
26
+ - πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡§πŸ‡· πŸ‡·πŸ‡Ί πŸ‡ͺπŸ‡Έ πŸ‡«πŸ‡· πŸ‡ΉπŸ‡· πŸ‡­πŸ‡° πŸ‡―πŸ‡΅ πŸ‡ΈπŸ‡¦ Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
27
+ - Double click to directly edit (small) remote files.
28
+ - Edit (small) local files with built-in editor.
29
+ - Auth with publicKey + password.
30
30
  - Zmodem(rz, sz).
31
31
  - Transparent window(Mac, win).
32
32
  - Terminal background image.
@@ -34,9 +34,9 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
34
34
  - Quick commands
35
35
  - Sync bookmarks/themes/quick commands to github/gitee secret gist
36
36
  - ~~Serial Port support~~(removed after version 1.10.14)
37
- - Quick input to one or all terminal
37
+ - Quick input to one or all terminals.
38
38
  - Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
39
- - Zip and transfer folder and auto unzip
39
+ - Zip/transfer/auto-unzip folders.
40
40
 
41
41
  ## Download/install
42
42
 
@@ -62,17 +62,17 @@ scoop install dorado/electerm
62
62
  ```bash
63
63
  npm i -g electerm
64
64
 
65
- # after install it will open at once for windows and linux,
66
- # for mac, will open the drag to install panel
65
+ # after installation, it will immediately open for windows and linux,
66
+ # for macOS, it will open the drag to install panel
67
67
 
68
68
  ```
69
69
 
70
70
  ## Upgrade
71
71
 
72
- - Auto upgrade: When new version released, you will get upgrade notification after you start electerm again, then you click the upgrade button to upgrade.
72
+ - Auto upgrade: When a new version is released, you will get an upgrade notification after you start electerm again. You can then click the upgrade button to upgrade.
73
73
  - Download: Just download the latest edition, reinstall.
74
74
  - Npm: If you install from npm, just run `npm i -g electerm` again.
75
- - If use Snap or some other distribution systems, these systems may provide upgrade.
75
+ - If use Snap or some other distribution system, these systems may provide upgrades.
76
76
 
77
77
  ## Known issues
78
78
 
@@ -84,13 +84,13 @@ npm i -g electerm
84
84
 
85
85
  ## Support
86
86
 
87
- Without users's feedbacks/suggestions/pull requests/language files, this project would not get this far, 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 welcome.
87
+ 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.
88
88
 
89
89
  ## Dev
90
90
 
91
91
  ```bash
92
92
  # tested in ubuntu16.04+/mac os 10.13+ only
93
- # need nodejs/npm, suggest using nvm to install nodejs/npm
93
+ # needs nodejs/npm, suggest using nvm to install nodejs/npm
94
94
  # https://github.com/creationix/nvm
95
95
  # with node 8.6+
96
96
 
@@ -98,7 +98,7 @@ git clone git@github.com:electerm/electerm.git
98
98
  cd electerm
99
99
  npm i
100
100
 
101
- # start webpack dev server, requires 5570 port
101
+ # start webpack dev server, requires port 5570
102
102
  npm start
103
103
 
104
104
  # in a separate terminal session run app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.16.28",
3
+ "version": "1.18.3",
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",