electerm 1.90.6 → 1.91.1

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 -3
  2. package/package.json +4 -3
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
  [![GitHub Sponsors](https://img.shields.io/github/sponsors/electerm?label=Sponsors)](https://github.com/sponsors/electerm)
18
18
 
19
- Open-sourced terminal/ssh/telnet/serialport/RDP/VNC/sftp client(linux, mac, win).
19
+ Open-sourced terminal/ssh/telnet/serialport/RDP/VNC/sftp/ftp client(linux, mac, win).
20
20
 
21
21
  Powered by [manate](https://github.com/tylerlong/manate)
22
22
 
@@ -181,9 +181,10 @@ npm run b
181
181
  ./node_modules/.bin/electron-builder --linux --arm64
182
182
  ```
183
183
 
184
- ## Use
184
+ ## Video guides
185
185
 
186
- - [Set autorun when login to os](https://github.com/electerm/electerm/wiki/Autorun-electerm-when-login-to-os)
186
+ - [bilibili](https://space.bilibili.com/14001525/channel/series?sid=5461229&spm_id_from=333.788.0.0)
187
+ - [youtube](https://www.youtube.com/watch?v=3_jLMZQwoXw&list=PLF_esXiQYSpHAQwH-J-2O1IKPGHrMxVvU)
187
188
 
188
189
  ## Change log
189
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.90.6",
3
+ "version": "1.91.1",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",
@@ -101,7 +101,7 @@
101
101
  "zmodem-ts": "1.0.4"
102
102
  },
103
103
  "dependencies": {
104
- "@electerm/electerm-locales": "2.1.43",
104
+ "@electerm/electerm-locales": "2.1.45",
105
105
  "@electerm/electerm-themes": "^1.0.1",
106
106
  "@electerm/rdpjs": "^1.0.0",
107
107
  "@electerm/ssh2": "1.16.2",
@@ -134,7 +134,8 @@
134
134
  "socks-proxy-agent": "8.0.1",
135
135
  "socksv5-electron": "^0.0.6",
136
136
  "ssh-config": "5.0.1",
137
- "stylus": "0.64.0"
137
+ "stylus": "0.64.0",
138
+ "tar": "7.4.3"
138
139
  },
139
140
  "files": [
140
141
  "npm",