electerm v5.3.0
New features/UI/Updates
- Add support for SSH proxy command and related features (#4500)
- Add support for HTTP agents in proxy configurations
- Add ApiMart as an AI model provider
- Add option to choose allowed sync types
- Improve keyboard detection for Android-style and overlay keyboards
- UX: Improve info panel, support system info and local terminal
- UI: Adjust terminal info icon font size for better visibility
- Rewrite rz/sz (Zmodem) library
- Add privacy link in about panel
Bug fixes
- Fix terminal size stuck wrong after tab reload/reconnect (#4502) by @pchdeals
- Fix RDP interactive form to allow no password (#4456)
- Improve fix for macOS full screen switch causing terminal to show only half height
Security fixes
- Improve shell injection for bash/zsh/ash/fish
新功能/界面/更新
- 添加 SSH proxy command 及相关功能支持 (#4500)
- 在代理配置中支持 HTTP agents
- 新增 ApiMart 作为 AI 模型提供商
- 新增可选择同步类型的选项
- 改进对 Android 风格及浮层键盘的检测
- UX:改进信息面板,支持系统信息与本地终端
- UI:调整终端信息图标字号以提升可见性
- 重写 rz/sz(Zmodem)库
- 在关于面板中添加隐私链接
问题修复
- 修复标签页重新加载/重连后终端尺寸卡住错误的问题 (#4502),by @pchdeals
- 修复 RDP 交互表单,允许无密码 (#4456)
- 改进 macOS 全屏切换导致终端只显示一半高度的修复
安全修复
- 改进 bash/zsh/ash/fish 的 shell 注入
Download下载: https://electerm.org
Downloads
Files for electerm v5.3.0
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-5.3.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.0-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.0-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.0-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.0-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