electerm v2.8.6
Major updates and Happy Chinese new year
- RDP: Support proxy
- Major update: rewrite zmodem logic, now rz/sz would be much faster and more stable (#4193)
- Use zmodem2-js lib to do rz/sz file transfer (#4191)
New features/Improvements
- VNC: Support compress level/quality level
- VNC: lazy load vnc lib to improve performance
- VNC: support auto scale (#4192)
- RDP: Support share clipboard
- RDP: Support login after connection, so user does not need to enter password again
Bug fixes
- Fix zmodem download break terminal issue
- Fix rdp/vnc url for web app
主要更新以及过年好
- RDP: 支持代理
- 重大更新:重写 zmodem 逻辑,rz/sz 速度稳定性大幅提升 (#4193)
- 使用 zmodem2-js 库进行 rz/sz 文件传输 (#4191)
新功能/改进
- 提升 trzsz 传输速度
- VNC: 支持压缩等级/质量等级
- VNC: 懒加载 vnc 库以提升性能
- VNC: 支持自动缩放 (#4192)
- RDP: 支持共享剪贴板
- RDP: 支持连接后登录,无需重复输入密码
Bug 修复
- 修复 zmodem 下载导致终端异常问题
- 修复 web 端 rdp/vnc url 问题
Download下载: https://electerm.html5beta.com
Downloads
Files for electerm v2.8.6
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-2.8.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.8.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.8.6-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.8.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.8.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.8.6-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
Other ways to install
Snap Store
sudo snap install electerm --classichttps://snapcraft.io/electermAPT repository
curl -fsSL https://repos.electerm.org/deb/public.key | sudo gpg --dearmor -o /usr/share/keyrings/electerm.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/electerm.gpg] https://repos.electerm.org/deb stable main" | sudo tee /etc/apt/sources.list.d/electerm.list
sudo apt update
sudo apt install -y electermhttps://repos.electerm.org/debRPM repository
sudo rpm --import https://repos.electerm.org/rpm/public.key
sudo tee /etc/yum.repos.d/electerm.repo <<'EOF'
[electerm]
name=Electerm Repository
baseurl=https://repos.electerm.org/rpm/
enabled=1
gpgcheck=0
repo_gpgcheck=1
gpgkey=https://repos.electerm.org/rpm/public.key
EOF
sudo dnf install -y electermhttps://repos.electerm.org/rpmnpm
npm i -g electerm