electerm v2.17.16
Bug fixes
- Fix highlight keywords can not handle digital match issue
- Fix editor search input lose focus issue
- Fix PATH not loaded issue in windows OS
- Suppress debug logging in production by checking NODE_ENV (#4233)
Bug 修复发布
- 修复高亮关键词无法处理数字匹配的问题
- 修复编辑器搜索输入框失去焦点的问题
- 修复 Windows 系统下 PATH 未加载的问题
- 通过检查 NODE_ENV 在生产环境抑制调试日志 (#4233)
Download下载: https://electerm.html5beta.com
Downloads
Files for electerm v2.17.16
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-2.17.16-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.17.16-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-2.17.16-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.17.16-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-2.17.16-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.17.16-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.17.16-linux-x86_64-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-2.17.16-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.17.16-linux-armv7l-legacy.AppImage
for all linux, just run it (glibc < 2.34)
electerm-2.17.16-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