electerm v5.3.26
New features/UI/Updates
- UI: Improve touch device detect
- UI: in touch device show icons no need mouseover
- UI: Improve new bookmark title part UI
- UI: Add apply button to theme form
- UI: Improve setting panel mobile UI
- UI: support left sidebar scroll
- Add SSH server widget for testing SSH/SFTP connections
Bug fixes
- Fix left side panel control logic
Security
- Security: avoid unsafe data bypass data decrypt gate (report by @OryamDeune)
新功能/界面/更新
- 界面:改进触摸设备检测
- 界面:在触摸设备上无需悬停即可显示图标
- 界面:改进新建书签标题部分的界面
- 界面:为主题表单添加应用按钮
- 界面:改进移动模式下的设置面板界面
- 界面:支持左侧栏滚动
- 添加用于测试 SSH/SFTP 连接的 SSH 服务器组件
Bug 修复
- 修复左侧面板控制逻辑
安全
- 安全:避免不安全数据绕过数据解密网关(由 @OryamDeune 报告)
Download下载: https://electerm.org
Downloads
Files for electerm v5.3.26
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.26-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.26-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.26-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.26-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.26-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.3.26-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