electerm v1.50.40

Published 2024-12-03

New features/Updates

  • Support show web page directly in session (#3667) by @SpenserCai
  • #3665 Support drag tab to other layout
  • #3641 Make antd message click to close
  • Improve terminal performance: better get cmd function
  • Upgrade react 17 -> 18
  • Remove the use of v8-cache module

Bug fixes

  • #3666 Fix tab related shortcuts, now ctrl/meta + / triggers clone tab to next layout
  • Reload tab shortcut should only reload current tab
  • Support clone to next layout even when it is single layout
  • #3642 Fix quick command duplicate output issue
  • Fix layout overlap issue

新功能/更新

  • 支持在会话中直接显示网页 (#3667) 作者: @SpenserCai
  • #3665 支持将标签拖动到其他布局
  • #3641 实现 antd 消息点击关闭功能
  • 提升终端性能:优化获取命令函数
  • 升级 React 版本从 17 到 18
  • 移除 v8-cache 模块的使用

Bug 修复

  • #3666 修复与标签相关的快捷键问题,现在 Ctrl/Meta + / 可以触发克隆标签到下一个布局
  • 重新加载标签的快捷键现在仅重新加载当前标签
  • 即使在单布局时,也支持克隆到下一个布局
  • #3642 修复快速命令重复输出的问题
  • 修复布局重叠问题

Downloads

Files for electerm v1.50.40

electerm-1.50.40-win-x64-installer.exe
Windows installer (recommended)
electerm-1.50.40-win-x64-portable.tar.gz
Portable archive
electerm-1.50.40-win-x64.tar.gz
Just extract and run
electerm-1.50.40-win7.tar.gz
Legacy Windows 7 compatible
electerm-1.50.40-win-x64-installer.exe
Windows installer (recommended)
electerm-1.50.40-win-x64-portable.tar.gz
Portable archive
electerm-1.50.40-win-x64.tar.gz
Just extract and run
electerm-1.50.40-win7.tar.gz
Legacy Windows 7 compatible
Other ways to install
npm
npm i -g electerm
electerm-1.50.40-mac-arm64.dmg
for Apple Silicon Macs (M1, M2, etc.)
electerm-1.50.40-mac-x64.dmg
for Intel Macs
Other ways to install
Homebrew
brew install --cask electerm
npm
npm i -g electerm
electerm-1.50.40-linux-amd64.deb
for Debian, Ubuntu...
electerm-1.50.40-linux-amd64.snap
for all linux that support snap
electerm-1.50.40-linux-x64.tar.gz
for all linux, just extract
electerm-1.50.40-linux-x86_64.AppImage
for all linux, just run it
electerm-1.50.40-linux-x86_64.rpm
for Red Hat, Fedora...
electerm-1.50.40-linux-aarch64.rpm
for Red Hat, Fedora...
electerm-1.50.40-linux-arm64.AppImage
for all linux, just run it
electerm-1.50.40-linux-arm64.deb
for Debian, Ubuntu...
electerm-1.50.40-linux-arm64.tar.gz
for all linux, just extract
electerm-1.50.40-linux-armv7l.AppImage
for all linux, just run it
electerm-1.50.40-linux-armv7l.deb
for Debian, Ubuntu...
electerm-1.50.40-linux-armv7l.rpm
for Red Hat, Fedora...
electerm-1.50.40-linux-armv7l.tar.gz
for all linux, just extract
electerm-1.50.40-linux-amd64.deb
for Debian, Ubuntu...
electerm-1.50.40-linux-amd64.snap
for all linux that support snap
electerm-1.50.40-linux-x64.tar.gz
for all linux, just extract
electerm-1.50.40-linux-x86_64.AppImage
for all linux, just run it
electerm-1.50.40-linux-x86_64.rpm
for Red Hat, Fedora...
electerm-1.50.40-linux-aarch64.rpm
for Red Hat, Fedora...
electerm-1.50.40-linux-arm64.AppImage
for all linux, just run it
electerm-1.50.40-linux-arm64.deb
for Debian, Ubuntu...
electerm-1.50.40-linux-arm64.tar.gz
for all linux, just extract
electerm-1.50.40-linux-armv7l.AppImage
for all linux, just run it
electerm-1.50.40-linux-armv7l.deb
for Debian, Ubuntu...
electerm-1.50.40-linux-armv7l.rpm
for Red Hat, Fedora...
electerm-1.50.40-linux-armv7l.tar.gz
for all linux, just extract
Other ways to install
Snap Store
sudo snap install electerm --classic
https://snapcraft.io/electerm
APT 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 electerm
https://repos.electerm.org/deb
RPM 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 electerm
https://repos.electerm.org/rpm
npm
npm i -g electerm