electerm 1.21.48 β†’ 1.21.74

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 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
25
25
  - Works as a terminal/file manager or ssh/sftp client(similar to xshell)
26
26
  - Global hotkey to toggle window visibility (similar to guake, default is `ctrl + 2`)
27
27
  - Multi platform(linux, mac, win)
28
- - πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡§πŸ‡· πŸ‡·πŸ‡Ί πŸ‡ͺπŸ‡Έ πŸ‡«πŸ‡· πŸ‡ΉπŸ‡· πŸ‡­πŸ‡° πŸ‡―πŸ‡΅ πŸ‡ΈπŸ‡¦ Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
28
+ - πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡§πŸ‡· πŸ‡·πŸ‡Ί πŸ‡ͺπŸ‡Έ πŸ‡«πŸ‡· πŸ‡ΉπŸ‡· πŸ‡­πŸ‡° πŸ‡―πŸ‡΅ πŸ‡ΈπŸ‡¦ πŸ‡©πŸ‡ͺ Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
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.
@@ -35,6 +35,7 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
35
35
  - Terminal background image.
36
36
  - Global/session proxy.
37
37
  - Quick commands
38
+ - UI/terminal theme
38
39
  - Sync bookmarks/themes/quick commands to github/gitee secret gist
39
40
  - Support serial Port(version > 1.21.8)
40
41
  - Quick input to one or all terminals.
@@ -76,6 +77,11 @@ npm i -g electerm
76
77
  - Npm: If you install from npm, just run `npm i -g electerm` again.
77
78
  - If use Snap or some other distribution system, these systems may provide upgrades.
78
79
 
80
+ ## Themes
81
+
82
+ - https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/electerm
83
+ - https://github.com/Hope-IT-Works/electerm-theme-termius
84
+
79
85
  ## Known issues
80
86
 
81
87
  [https://github.com/electerm/electerm/wiki/Know-issues](https://github.com/electerm/electerm/wiki/Know-issues)
@@ -90,7 +96,7 @@ npm i -g electerm
90
96
 
91
97
  ## Support
92
98
 
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.
99
+ Would love to hear from you, please tell me what you think, [submit an issue](https://github.com/electerm/electerm/issues), [Start a new discussion](https://github.com/electerm/electerm/discussions/new), [create/fix language files](https://github.com/electerm/electerm-locales) or create pull requests, all welcome.
94
100
 
95
101
  ## Dev
96
102
 
@@ -98,7 +104,7 @@ Without user feedback/suggestions/pull requests/language files, this project wou
98
104
  # tested in ubuntu16.04+/mac os 10.13+ only
99
105
  # needs nodejs/npm, suggest using nvm to install nodejs/npm
100
106
  # https://github.com/creationix/nvm
101
- # with node 8.6+
107
+ # with nodejs 16+
102
108
 
103
109
  git clone git@github.com:electerm/electerm.git
104
110
  cd electerm
@@ -123,10 +129,7 @@ npm run fix
123
129
  npm run pre-test
124
130
  cp .sample.env .env
125
131
 
126
- # install playwright
127
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright@1.20.2 --no-save
128
-
129
- # then edit .env, fill your test host/username/password, may only works in mac OS
132
+ # edit .env, fill your test host/username/password, may only works in mac OS
130
133
  npm run test
131
134
  ```
132
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.21.48",
3
+ "version": "1.21.74",
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",
@@ -24,7 +24,7 @@
24
24
  "bugs": {
25
25
  "url": "https://github.com/electerm/electerm/issues"
26
26
  },
27
- "homepage": "https://electerm.github.io/electerm",
27
+ "homepage": "https://electerm.html5beta.com",
28
28
  "engines": {
29
29
  "node": ">=16.0.0"
30
30
  },