electerm v5.0.6
New features/UI/Updates
- Improve sftp list speed
- #4055 Improve load sftp symbol link speed
- Deep link library removes http support
- Add theme site link to theme editor page (#4457)
- #4456 Support rdp connection without password
- #4450 Support MCP tasks (suggested by @maomada)
- Support create theme with AI
- feat: add hover-to-switch tab setting (switchTabOnHover) (#4455) by @testerxydw
Bug fixes
- Fix copy/paste support in VNC session
- Fix fullscreen mode can not input issue in mobile device
新功能/界面/更新
- 提高 sftp 文件列表加载速度
- #4055 提高加载 sftp 符号链接的速度
- 深层链接库移除 http 支持
- 在主题编辑页面添加主题站点链接 (#4457)
- #4456 支持无密码的 rdp 连接
- #4450 支持 MCP 任务(由 @maomada 建议)
- 支持使用 AI 创建主题
- 添加悬停切换标签页设置 (switchTabOnHover) (#4455),由 @testerxydw 贡献
Bug 修复
- 修复 VNC 会话中的复制/粘贴支持
- 修复移动端全屏模式无法输入的问题
Download下载: https://electerm.org
Downloads
Files for electerm v5.0.6
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-5.0.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.0.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.0.6-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.0.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.0.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.0.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