electerm v1.39.99
New features
- #3530 Support %xxx% in sftp path
- #3509 Support telnet/rdp/vnc/serialport/local and all options in command line
- #3524 Add terminal config for sftpPathFollowSsh
- #3514 make profiles standalone sync data
Bug fixes/UI/UX
- #3532 Handler dynamic portforward error properly
- #3506 Fix terminal info UI
- #3525 Fix upggrade message UI, support long message
- #3514 Profile id would use auto increment instead of random string
- #3536 Fix tabs UI for add button toggle
新功能
- #3530 支持在sftp路径中使用%xxx%
- #3509 在命令行中支持telnet/rdp/vnc/serialport/local和所有选项
- #3524 为SFTP跟随终端路径添加终端设置项
- #3514 使配置文件独立同步数据
错误修复/UI/UX
- #3532 正确处理动态端口转发错误
- #3506 修复终端信息UI
- #3525 修复升级消息UI,支持长消息
- #3514 配置文件ID将使用自动增量而不是随机字符串
- #3536 修复添加按钮切换的标签UI
Downloads
Files for electerm v1.39.99
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