electerm v1.51.18

Published 2025-01-03

New features/Updates

  • Support import ~/.ssh/config (#3738)
  • Warn user when sftpPathFollowSsh enabled
  • Update UI: tab tag and theme select in setting page

Bug fixes

  • Fix cannot delete folder issue for windows ssh server (#3595)
  • Fix transfer may lose some file issue
  • Fix reload lose focus issue
  • Fix quick command panel control (#3731)

Code refactoring and improvements

  • Rewrite and improve various functions including checkedKeys, expandedKeys, resolutions, itermThemes, drag to resize component (#3732), and other core functionalities

Tests

  • Add new tests: profile use, web/telnet bookmark, and local type bookmark

新功能/更新

  • 支持导入 ~/.ssh/config(#3738)
  • 当启用 sftpPathFollowSsh 时警告用户
  • 更新 UI:标签页标签和设置页面中的主题选择

Bug 修复

  • 修复 Windows ssh 服务器无法删除文件夹的问题 (#3595)
  • 修复传输可能丢失部分文件的问题
  • 修复重新加载失去焦点的问题
  • 修复快速命令面板控制问题 (#3731)

代码重构和改进

  • 重写和改进多个功能,包括 checkedKeys、expandedKeys、resolutions、itermThemes、拖动调整大小组件 (#3732) 和其他核心功能

测试

  • 添加新测试:配置文件使用、web/telnet 书签和本地类型书签

Downloads

Files for electerm v1.51.18

electerm-1.51.18-win-x64-installer.exe
Windows installer (recommended)
electerm-1.51.18-win-x64-portable.tar.gz
Portable archive
electerm-1.51.18-win-x64.tar.gz
Just extract and run
electerm-1.51.18-win7.tar.gz
Legacy Windows 7 compatible
electerm-1.51.18-win-x64-installer.exe
Windows installer (recommended)
electerm-1.51.18-win-x64-portable.tar.gz
Portable archive
electerm-1.51.18-win-x64.tar.gz
Just extract and run
electerm-1.51.18-win7.tar.gz
Legacy Windows 7 compatible
Other ways to install
npm
npm i -g electerm
electerm-1.51.18-mac-arm64.dmg
for Apple Silicon Macs (M1, M2, etc.)
electerm-1.51.18-mac-x64.dmg
for Intel Macs
Other ways to install
Homebrew
brew install --cask electerm
npm
npm i -g electerm
electerm-1.51.18-linux-amd64.deb
for Debian, Ubuntu...
electerm-1.51.18-linux-amd64.snap
for all linux that support snap
electerm-1.51.18-linux-x64.tar.gz
for all linux, just extract
electerm-1.51.18-linux-x86_64.AppImage
for all linux, just run it
electerm-1.51.18-linux-x86_64.rpm
for Red Hat, Fedora...
electerm-1.51.18-linux-aarch64.rpm
for Red Hat, Fedora...
electerm-1.51.18-linux-arm64.AppImage
for all linux, just run it
electerm-1.51.18-linux-arm64.deb
for Debian, Ubuntu...
electerm-1.51.18-linux-arm64.tar.gz
for all linux, just extract
electerm-1.51.18-linux-armv7l.AppImage
for all linux, just run it
electerm-1.51.18-linux-armv7l.deb
for Debian, Ubuntu...
electerm-1.51.18-linux-armv7l.rpm
for Red Hat, Fedora...
electerm-1.51.18-linux-armv7l.tar.gz
for all linux, just extract
electerm-1.51.18-linux-amd64.deb
for Debian, Ubuntu...
electerm-1.51.18-linux-amd64.snap
for all linux that support snap
electerm-1.51.18-linux-x64.tar.gz
for all linux, just extract
electerm-1.51.18-linux-x86_64.AppImage
for all linux, just run it
electerm-1.51.18-linux-x86_64.rpm
for Red Hat, Fedora...
electerm-1.51.18-linux-aarch64.rpm
for Red Hat, Fedora...
electerm-1.51.18-linux-arm64.AppImage
for all linux, just run it
electerm-1.51.18-linux-arm64.deb
for Debian, Ubuntu...
electerm-1.51.18-linux-arm64.tar.gz
for all linux, just extract
electerm-1.51.18-linux-armv7l.AppImage
for all linux, just run it
electerm-1.51.18-linux-armv7l.deb
for Debian, Ubuntu...
electerm-1.51.18-linux-armv7l.rpm
for Red Hat, Fedora...
electerm-1.51.18-linux-armv7l.tar.gz
for all linux, just extract
Other ways to install
Snap Store
sudo snap install electerm --classic
https://snapcraft.io/electerm
APT 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 electerm
https://repos.electerm.org/deb
RPM 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 electerm
https://repos.electerm.org/rpm
npm
npm i -g electerm