electerm v5.5.15
New features/UI/Updates
- UI: Fullscreen for VNC/RDP/Spice would take full size of screen (#4536)
- UI: Responsive tab UI for mobile mode
- Support Riscv64 Linux (#4532)
- Support ppc64le Linux (#4531)
- Support save download to mobile device disk
- Support 'select text' context menu for touch device in terminal for easy text select copy operation
- Update theme list, add dicker's hackdio from @mastwet
- #4533 Allow left side panel min width to be 200px
- UX: Support more key combination in shortcut bar custom editor
- Support save history command to quick command or run in multi terminals
- #3648 Support restore session in local terminal
- #4472 Add 'Disable Confirm For Large Clipboard Content' terminal setting
Bug fixes
- UI: Fix theme form UI, avoid scroll bar
- UX: Fix open sync setting function
- Fix memory leak
新功能/界面/更新
- 界面:VNC/RDP/Spice 全屏时会占据整个屏幕尺寸 (#4536)
- 界面:移动模式下响应式标签页界面
- 支持 Riscv64 Linux (#4532)
- 支持 ppc64le Linux (#4531)
- 支持将下载保存到移动设备磁盘
- 支持触屏设备在终端中通过“选择文本”右键菜单方便地选中复制文本
- 更新主题列表, 添加了 @mastwet 的 dicker's hackdio
- #4533 允许左侧面板最小宽度为 200px
- 体验:快捷栏自定义编辑器支持更多按键组合
- 支持将历史命令保存为快捷命令或在多个终端中运行
- #3648 支持在本地终端中恢复会话
- #4472 新增“禁用大剪贴板内容确认”终端设置
问题修复
- 界面:修复主题表单界面,避免出现滚动条
- 体验:修复打开同步设置功能
- 修复内存泄漏问题
Download下载: https://electerm.org
Downloads
Files for electerm v5.5.15
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-5.5.15-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.15-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.15-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.15-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.15-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.15-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-5.5.15-linux-loongarch64-legacy.deb
for old world Debian, Ubuntu... (loongarch64)
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