electerm v3.15.128
New features/UI/Updates
- Add AI config presets, provide free AI service in https://ai.electerm.org
- Improve AI config UI
- Load locale when app start instead of lazy load (#4419)
- SFTP transfer no longer preserves modify time, following common practice
Bug fixes
- Fix multi select in web app SFTP
- #4424 Fix paste shortcut in windows, remove ctrl+v to avoid conflict with vim
- #4417 Improve terminal command suggestion performance and issue when press backspace
新功能/界面/更新
- 添加 AI 配置预设,并为 AI 提供默认的免费服务 https://ai.electerm.org
- 优化 AI 配置界面
- 应用启动时加载语言包,不再延迟加载 (#4419)
- SFTP 传输不再保留修改时间,遵循通用做法
问题修复
- 修复网页版 SFTP 多选问题
- #4424 修复 Windows 下的粘贴快捷键,移除 ctrl+v 以避免与 vim 冲突
- #4417 提升终端命令建议的性能,并修复按下退格键时的问题
Download下载: https://electerm.org
Downloads
Files for electerm v3.15.128
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.128-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.128-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.128-linux-arm64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.128-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.128-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.128-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.128-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.128-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.128-linux-arm64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.128-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.128-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.128-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.128-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