electerm v2.4.28
Download下载: https://electerm.html5beta.com
Major update
- feat: Implement shell integration(OSC 633) and improve real-time terminal suggestions (#4153)
New features/UI/Updates
- Support proxy setting for every sync method
- Add gitee data sync warning (https://github.com/electerm/electerm/wiki/gitee-data-sync-warning)
- UX: AI input now trigger with enter key, shift enter would input new line
- feat: Support ssh agent for connection hopping
- feat: Make quick command panel pinned state persistent
- Improve highlight keyword function performance
- Improve zmodem terminal output info
- Disable background networking and component updates to prevent unwanted requests
- Disable antd motions to improve UI performance
- Use custom notification component to improve performance
- when mouse over notification/message, do not auto close it
Bug fixes
- Fix terminal search input auto select issue
- Fix keyword highlight input lagging issue
- Fix mcp API
重大更新
- 功能:新的shell集成(OSC 633)和改进实时终端建议 (#4153)
新功能/界面/更新
- 支持为每个同步方法设置代理
- 添加 gitee 数据同步警告 (https://github.com/electerm/electerm/wiki/gitee-data-sync-warning)
- 用户体验:AI 输入现在通过回车键触发,shift + 回车会输入新行
- 功能:支持 ssh 代理进行连接跳转
- 功能:使快速命令面板固定状态持久化
- 改进高亮关键字功能
- 改进 zmodem 终端输出信息
- 禁用后台网络和组件更新以防止不需要的请求
- 禁用 antd 动画以提高界面性能
- 使用自定义通知组件以提高性能
- 当鼠标悬停在通知/消息上时,不会自动关闭它
Bug 修复
- 修复终端搜索输入自动选择问题
- 修复关键字高亮输入延迟问题
- 修复消息组件代码
- 修复通知组件界面
- 修复 mcp 接口
- 修复主题配置代码
Download下载: https://electerm.html5beta.com
Downloads
Files for electerm v2.4.28
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-2.4.28-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.4.28-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.4.28-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.4.28-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.4.28-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.4.28-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
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