electerm v1.60.6
Major update
- Support use AI API to create terminal command (#3754)
New features/Updates
- Update electron to v30 (#3760)
- Support proxy config throught envs(https://github.com/electerm/electerm/wiki/Command-line-usage)
- Add running time in info panel
- Add envs use guide to command line usage document
- #3753 Support press middle mouse key to close tab
Bug fixes
- #3755 Fix mouse wheel scroll to scroll tabs
- #3755 Fix tab switch shortcuts
- Fix bookmark export/import
- Fix reload current tab translate
重大更新
- 支持使用 AI API 创建终端命令 (#3754)
新功能/更新
- 更新 electron 到 v30 (#3760)
- #3753 支持按鼠标中键关闭标签页
- 支持通过环境变量设置代理配置(https://github.com/electerm/electerm/wiki/Command-line-usage)
- 在信息面板中添加运行时间
- 添加环境变量使用文档
Bug 修复
- #3755 修复鼠标滚轮滚动标签页
- #3755 修复标签页切换快捷键
- 修复书签导出/导入
- 修复重新加载当前标签页翻译
Downloads
Files for electerm v1.60.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