electerm v3.15.100
New features/UI/Updates
- Support tree list sort by title or host
- Support multi file drop to terminal to paste multi file path to terminal
- Update xterm to latest
- Add configurable Shift+Enter hotkey for terminal line continuation (#4409) by @kkrrsq
- Update logo
- #4398 Support realVNC
- Add electerm online to about panel
Bug fixes
- Improve filename sanitization: clarify handling of leading/trailing spaces and dots
- fix #4407: align terminal renderer backgrounds (#4408) by @hippo2cat
- Fix build for win7 (#4412)
- #4411 Fix local terminal env pollution
新功能/界面/更新
- 支持按标题或主机对树列表排序
- 支持将多个文件拖放到终端,将多个文件路径粘贴到终端
- 更新 xterm 到最新版本
- 添加可配置的 Shift+Enter 热键用于终端换行 (#4409) by @kkrrsq
- 更新 logo
- #4398 支持 realVNC
- 在关于面板中添加 electerm 在线链接
问题修复
- 改进文件名净化:明确处理前导/尾随空格和点
- 修复 #4407:调整终端渲染器背景对齐 (#4408) by @hippo2cat
- #4411 修复本地终端环境变量污染问题
- 修复 win7 构建问题 (#4412)
Download下载: https://electerm.org
Downloads
Files for electerm v3.15.100
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-3.15.100-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.100-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.100-linux-arm64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.100-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.100-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.100-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.100-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.100-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.100-linux-arm64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.100-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.100-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.100-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.100-linux-armv7l-legacy.tar.gz
for all linux, just extract (glibc < 2.34)
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