electerm 1.24.13 β†’ 1.25.10

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 +2 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  [![Get it from the Microsoft Store](https://img.shields.io/badge/Microsoft-Store-blue)](https://www.microsoft.com/store/apps/9NCN7272GTFF)
17
17
  [![open collective badge](https://opencollective.com/electerm/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/electerm)
18
18
 
19
- Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/[useProxy](https://github.com/tylerlong/use-proxy) and other libs.
19
+ Open-sourced terminal/ssh/telnet/serialport/sftp client(linux, mac, win).
20
20
 
21
21
  <div align="center">
22
22
  <img src="https://github.com/electerm/electerm-resource/raw/master/static/images/electerm.gif", alt="" />
@@ -24,7 +24,7 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
24
24
 
25
25
  ## Features
26
26
 
27
- - Works as a terminal/file manager or ssh/sftp client(similar to xshell)
27
+ - Works as a terminal/file manager or ssh/telnet/serialport/sftp client
28
28
  - Global hotkey to toggle window visibility (similar to guake, default is `ctrl + 2`)
29
29
  - Multi platform(linux, mac, win)
30
30
  - πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡§πŸ‡· πŸ‡·πŸ‡Ί πŸ‡ͺπŸ‡Έ πŸ‡«πŸ‡· πŸ‡ΉπŸ‡· πŸ‡­πŸ‡° πŸ‡―πŸ‡΅ πŸ‡ΈπŸ‡¦ πŸ‡©πŸ‡ͺ πŸ‡°πŸ‡· Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
@@ -38,7 +38,6 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
38
38
  - Quick commands
39
39
  - UI/terminal theme
40
40
  - Sync bookmarks/themes/quick commands to github/gitee secret gist
41
- - Support serial Port(version > 1.21.8)
42
41
  - Quick input to one or all terminals.
43
42
  - Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
44
43
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.24.13",
4
- "description": "Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/useProxy and other libs",
3
+ "version": "1.25.10",
4
+ "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",
7
7
  "scripts": {