electerm v2.11.6
New features/UI/Updates
- Support create bookmark from history item
- Add quick connect to AI created bookmark edit/confirm UI
- Support quick connect (#4207)
- UX: add search box in bookmark delete panel
- UI: make RDP/Spice view centered
- Add SIXEL image rendering support in terminal (#4203) by @zouyonghe
- Improve trzsz speed
- UX: improve batch del bookmark tree select performance
Bug fixes
- #4208 Fix terminal info not update info issue when switch tab
- Fix context menu click close bookmark menu issue
- Fix trz can not finish properly issue
- Fix deep link handler
- Fix sftp pager UI
- Fix bookmark delete mode UI
- Fix: If ssh can not connect, do not ask for password, this may mislead user think it is password not right
新功能/界面/更新
- 支持从历史记录创建书签
- 为 AI 创建的书签添加快速连接编辑/确认界面
- 支持快速连接 (#4207)
- 界面:在书签删除面板中添加搜索框
- 界面:使 RDP/Spice 视图居中
- 在终端中添加 SIXEL 图像渲染支持 (#4203) by @zouyonghe
- 提升 trzsz 速度
- 体验优化:提升批量删除书签树选择性能
Bug 修复
- #4208 修复切换标签时终端信息不更新的问题
- 修复右键菜单点击关闭书签菜单的问题
- 修复快速切换图片时 SIXEL 偶发串流泄漏 (#4205)
- 修复 trz 无法正常完成的问题
- 修复 deep link 处理程序
- 修复 sftp 分页器界面
- 修复书签删除模式界面
- 修复:如果 SSH 无法连接,不提示输入密码,因为这可能误导用户以为密码不正确
Downloads
Files for electerm v2.11.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.11.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.11.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.11.6-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.11.6-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.11.6-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.11.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