electerm v3.15.120
New features/UI/Updates
- When selecting two files with the same extension, context menu would have a compare option
- #4418 Save split view state to workspace data
- Add flashing effect to add/save button for SSH tunnel/connection hopping edit
- UX: Improve multi file transfer context menu text
- Add wiki link for custom CSS
Security fixes
- Parse unsafe file name when edit with custom editor
- Parse unsafe file name when FTP/SFTP transfer
- Parse unsafe file name when check folder size
- Fix RDP file transfer unsafe file name issue
Bug fixes
- Remove trailing slash in SFTP address to avoid issue
新功能/界面/更新
- 当选择两个相同扩展名的文件时,右键菜单会显示比较选项
- #4418 将分屏视图状态保存到工作区数据
- 为 SSH 隧道/连接跳转编辑的添加/保存按钮添加闪烁效果
- 体验优化:改进多文件传输右键菜单文案
- 添加自定义 CSS 的 wiki 链接
安全修复
- 编辑自定义编辑器时解析不安全的文件名
- FTP/SFTP 传输时解析不安全的文件名
- 检查文件夹大小时解析不安全的文件名
- 修复 RDP 文件传输中不安全文件名的问题
问题修复
- 移除 SFTP 地址中的尾部斜杠以避免问题
Download下载: https://electerm.org
Downloads
Files for electerm v3.15.120
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.120-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.120-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.120-linux-arm64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.120-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.120-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.120-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.120-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.120-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.120-linux-arm64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.120-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.120-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.120-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.120-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