electerm v3.15.171
New features/UI/Updates
- Update logo
- Clear logo cache, make sure user saw new logo
- Add Hungarian language support by @palsanyi
- Persistent tree list sort to local storage
- Get the ctrl-V paste shortcut back in windows
- UI: Adjust mobile break point to 600px
- UI: Improve info panel mobile mode UI
- UI: Improve SFTP panel UI in mobile mode
- UI: Improve upgrade panel mobile mode UI
- Mobile: Improve left/right side panel UI when mobile mode
- AI: Add flag function
- AI: Improve AI chat scroll bar color
- AI: Support Disclaimer in AI chat
- AI: Support mandatory guardrails (default off)
Bug fixes
- Fix webgl mode theme color issue
- Fix terminal black screen on WebGL context loss (#4444) by @forever765
- Fix sync data cause issue
- Fix restore window bounds across displays (#4443) by @magicJie
- Fix terminal log normalize bare \r to \r\n for timestamp consistency (#4435) by @HardToGiveaName
- Fix session-server allowlist sftp/transfer methods invoked via WebSocket (#4438) by @sebastionoss
新功能/界面/更新
- 更新 Logo
- 清除 Logo 缓存,确保用户看到新 Logo
- 添加匈牙利语支持(由 @palsanyi 提供)
- 将树状列表排序持久化到本地存储
- 在 Windows 上恢复 Ctrl-V 粘贴快捷键
- 界面:将移动模式断点调整为 600px
- 界面:改进移动模式下信息面板的界面
- 界面:改进移动模式下 SFTP 面板的界面
- 界面:改进移动模式下升级面板的界面
- 移动模式:改进左右侧边面板的界面
- AI:添加标记(flag)功能
- AI:改进 AI 聊天滚动条颜色
- AI:在 AI 聊天中支持免责声明
- AI:支持强制护栏(默认关闭)
问题修复
- 修复 WebGL 模式下的主题颜色问题
- 修复 WebGL 上下文丢失导致的终端黑屏问题 (#4444)(由 @forever765 提供)
- 修复同步数据导致的问题
- 修复跨显示器恢复窗口边界的问题 (#4443)(由 @magicJie 提供)
- 修复终端日志中裸 \r 规范化为 \r\n 以保证时间戳一致性 (#4435)(由 @HardToGiveaName 提供)
- 修复会话服务器将通过 WebSocket 调用的 sftp/传输方法加入白名单 (#4438)(由 @sebastionoss 提供)
Download下载: https://electerm.org
Downloads
Files for electerm v3.15.171
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.171-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.171-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.171-linux-arm64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.171-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.171-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.171-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.171-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.171-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.171-linux-arm64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.171-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.171-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-3.15.171-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-3.15.171-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