electerm v1.90.6
Major update
- Support ftp (#3875)
Bug fixes
- #3943 Fix import bookmarks data cause error
- #3942 Fix wrong export/import icon
- #3940 Add default value for sshTunnel to avoid set empty sshTunnel
- #3923 Fix context menu UI when window height limited
New features
- Add global "start directory: local" setting in terminal setting page
- Cipher/server host option support custom input
- Retry with default cipher/serverHost, when ssh failed with "C->S no match" message
- #3903 Support preview theme when mouse over apply theme button
- Add goto home icon for address bar UI
Other updates
- #3939 Do not change batch input select Id when active tab id change
- Rewrite sessionId related logic (#3937)
- only allow one instance of electerm (#3936)
- UI: tab select menu set to right align for batch input
- Update antd version
主要更新
- 支持ftp (#3875)
修复问题
- #3943 修复导入书签数据导致的错误
- #3942 修复导入/导出图标错误
- #3940 添加ssh隧道的默认值,避免设置空的ssh隧道
- #3923 修复窗口高度受限时的上下文菜单UI
新增功能
- 在终端设置页面添加全局“本地起始目录”设置
- 加密/服务器主机选项支持自定义输入
- 当ssh失败时,如果报错信息为"C->S no match",则重试默认加密/服务器主机
- #3903 支持在鼠标悬停时预览主题
- 添加地址栏UI的返回首页图标
其他更新
- #3939 不在切换tab时改变批量输入选中的tab
- 重写sessionId相关逻辑 (#3937)
- 只允许运行一个electerm实例 (#3936)
- UI: 将批量输入的tab选择菜单对齐到右侧
- 更新antd版本
Downloads
Files for electerm v1.90.6
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermOther 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