electerm v5.1.16
New features/UI/Updates
- Support key combination in touch device shortcut bar custom edit
- Enhance cursor key handling to respect DECCKM state (shortcut bar)
- Add setting to disable shortcut bar
- Make default theme selection area more obvious (less opacity)
- Enhance shortcut bar entry for better keyboard detection
- Add OrcaRouter AI provider preset (#4476) by @XiaoHuo888-hue
- Improve JSON safe parsing in cache
Bug fixes
- Fix guard for missing release info in upgrade panel (#4474) by @pdalexis
新功能/界面/更新
- 支持在触屏设备的快捷栏自定义编辑中使用组合键
- 改进光标键处理以支持 DECCKM 状态(快捷栏)
- 新增禁用快捷栏的设置
- 让默认主题选择区域更明显(降低不透明度)
- 改进快捷栏入口以更好地识别键盘
- 新增 OrcaRouter AI 提供商预设 (#4476) by @XiaoHuo888-hue
- 改进缓存的 JSON 安全解析
Bug 修复
- 修复升级面板在缺少发布信息时的保护问题 (#4474) by @pdalexis
Download下载: https://electerm.org
Downloads
Files for electerm v5.1.16
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-5.1.16-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.16-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.16-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.16-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.16-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.1.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