electerm 3.0.6 → 3.1.6

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 +4 -1
  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)
@@ -50,7 +51,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
50
51
  - Global/session proxy.
51
52
  - Quick commands
52
53
  - UI/terminal theme
53
- - Sync bookmarks/themes/quick commands to github/gitee secret gist
54
+ - Sync bookmarks/themes/quick commands to github/gitee secret gist/webdav/custom server/electerm cloud
54
55
  - Quick input to one or all terminals.
55
56
  - AI assistant integration (supporting [DeepSeek](https://www.deepseek.com), OpenAI, and other AI APIs) to help with command suggestions, script writing, and explaining selected terminal content
56
57
  - MCP (Model Context Protocol) widget for AI assistants and external tools integration - see [MCP Widget Usage Guide](https://github.com/electerm/electerm/wiki/MCP-Widget-Usage-Guide)
@@ -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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "3.0.6",
3
+ "version": "3.1.6",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",