electerm v2.5.16
New features/UI/Updates
- UI: Make active tab more obvious
- Support DISABLE_GPU_SANDBOX env
- Support batch open multi bookmarks
- UX: Improve setting page input function: when blur, auto confirm
- UX: quick command label filter now only support one label filter
- UI: make search bar static at bookmark list top
- UI: Improve setting UI
Bug fixes
- Fix 2FA ssh login when have password in bookmark
- Fix run script/keyword form edit issue
- Fix quick command form edit mode not show proper value issue
- #4177 Enable password prompt for jump host when no SSH keys available
新功能/界面/更新
- 界面:使活动标签页更明显
- 支持 DISABLE_GPU_SANDBOX 环境变量
- 功能:支持批量打开多个书签
- 用户体验:改进设置页面输入功能:失去焦点时自动确认
- 用户体验:快速命令标签过滤现在仅支持一个标签过滤
- 界面:在书签列表顶部使搜索栏固定
- 界面:改进设置界面
问题修复
- 修复书签中有密码时的 2FA SSH 登录问题
- 修复运行脚本/关键字表单编辑问题
- 修复快速命令表单编辑模式未显示正确值的问题
- #4177 当没有 SSH 密钥可用时,为跳转主机启用密码提示
Download下载: https://electerm.html5beta.com
Downloads
Files for electerm v2.5.16
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-2.5.16-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.5.16-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.5.16-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.5.16-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.5.16-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.5.16-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