electerm 2.17.16 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,7 @@
15
15
  [![Debian Repository](https://img.shields.io/badge/Debian-Repository-red)](https://electerm-repos.html5beta.com/deb)
16
16
  [![GitHub Sponsors](https://img.shields.io/github/sponsors/electerm?label=Sponsors)](https://github.com/sponsors/electerm)
17
17
  [![Powered by manate](https://img.shields.io/badge/Powered%20by-manate-blue)](https://github.com/tylerlong/manate)
18
+ [![Discord](https://img.shields.io/badge/Discord-Join-blue?logo=discord)](https://discord.gg/855W7g8EVd)
18
19
  [![star](https://atomgit.com/electerm/electerm/star/badge.svg)](https://atomgit.com/electerm/electerm)
19
20
 
20
21
  [![English](https://img.shields.io/badge/English-EN-blue)](README.md) [![中文](https://img.shields.io/badge/中文-Chinese-blue)](README_cn.md)
@@ -111,6 +112,8 @@ npm i -g electerm
111
112
 
112
113
  ## Discussion
113
114
 
115
+ [![Discord](https://img.shields.io/badge/Discord-Join-blue?logo=discord)](https://discord.gg/855W7g8EVd)
116
+
114
117
  [Discussion board](https://github.com/electerm/electerm/discussions)
115
118
 
116
119
  ![electerm-wechat-group-qr.jpg](https://electerm.html5beta.com/electerm-wechat-group-qr.jpg)
@@ -196,6 +199,11 @@ npm run pb
196
199
 
197
200
  Visit [Releases](https://github.com/electerm/electerm/releases).
198
201
 
202
+ ## Contact author
203
+
204
+ [zxdong@gmail.com](mailto:zxdong@gmail.com)
205
+
206
+
199
207
  ## License
200
208
 
201
209
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "2.17.16",
3
+ "version": "3.0.18",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",