electerm v3.9.15
UI/Feature updates
- UI: Improve tab UI — more obvious feed icon.
- New: Enhance custom editor functionality with auto-open.
- New: Improve terminal password prompt handling and show status in tab title.
Bug fixes
- Fix: update password hint format to include port if available.
- Fix: scroll reset logic on file list update.
- Fix: bookmark matching now includes description in search.
- Fix: bookmark item now updates live after edit.
Security
- Update encryption to use AES-256-GCM and improved format handling.
- Only expose a safe environment to the renderer process.
界面/功能更新
- 界面:改进标签 UI,突出显示订阅图标。
- 新增:增强自定义编辑器功能,支持自动打开。
- 新增:改进终端密码提示处理,并在标签标题显示状态反馈。
Bug 修复
- 修复:密码提示格式,必要时包含端口信息。
- 修复:文件列表更新时滚动重置问题。
- 修复:书签匹配现在包含描述字段的搜索。
- 修复:编辑后书签项不能实时更新的问题。
安全
- 将加密更新为 AES-256-GCM 并改进格式处理。
- 仅向渲染进程暴露安全环境变量集。
Download下载: https://electerm.html5beta.com
Downloads
Files for electerm v3.9.15
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-3.9.15-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.15-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.15-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.15-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.15-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.9.15-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