electerm v2.3.58
Bug Fixes
- Fix editor search logic, now would highlight when input
- Fix command line DATA_PATH env support
- Change default theme color config
New Features
- Add clear history icon
UI Improvements
- UI: Improve add button dropdown UI
- UX: now need click add button/bookmark button to trigger dropdown menu/bookmark panel, instead of mouseover
问题修复
- 修复编辑器搜索逻辑,现在输入时会高亮显示
- 修复命令行 DATA_PATH 环境变量支持
- 更改默认主题颜色配置
新功能
- 功能:添加清除历史记录图标
界面改进
- 界面:改进添加按钮下拉菜单界面
- 用户体验:现在需要点击添加按钮/书签按钮来触发下拉菜单/书签面板,而不是鼠标悬停
Download: https://electerm.html5beta.com/
Downloads
Files for electerm v2.3.58
Other ways to install
Microsoft Store
npm
npm i -g electermOther ways to install
Homebrew
brew install --cask electermnpm
npm i -g electermelecterm-2.3.58-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.3.58-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.3.58-linux-armv7l-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.3.58-linux-amd64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.3.58-linux-arm64-legacy.deb
for Debian, Ubuntu... (glibc < 2.34, like UOS/Kylin/Ubuntu 18)
electerm-2.3.58-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