Skip to content

Release history

electerm releases

Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win)

All releases

51 shown

No immediate action
v3.15.28 Mixed

Background commands + model names + osc52 clipboard

No immediate action
v3.15.0 Mixed

WSL support + UI + terminal record

No immediate action
v3.12.0 New feature

XMODEM + UI improvements

No immediate action
v3.11.12 Bugfix

SFTP upload fix for Windows

Review required
v3.11.11 Mixed
RCE / SSRF

Line endings + security hardening

Review required
v3.11.0 Mixed
Auth RBAC

AI agent mode + bug fixes

Config change
v3.10.0 Mixed
Auth RBAC

LoongArch64 + SSH verification + macOS fix

Monitor
v3.9.15 Security relevant
Crypto / TLS

AES-256-GCM encryption + secure renderer

Review required
v3.9.5 Security relevant
Auth RCE / SSRF

Security fixes

v3.8.15 Breaking risk
Breaking changes
  • Removed default AI API provider; users must now select their own provider via the new standalone AI configuration panel.
  • Exec paths containing ".." are no longer allowed to prevent directory traversal risks.
Security fixes
  • Disallowed `import` tags in custom CSS to enhance security and stability.
  • Added deep‑link property validation to mitigate unsafe external link openings.
  • Fixed encoding for AI response streams, eliminating garbled characters.
Notable features
  • Standalone AI configuration panel added for custom provider selection.
  • Bookmark import improved: supports array (batch) imports and ensures correctness.
Full changelog

Security

  • Add deep link prop checks to improve safety when opening external links.
  • Do not allow exec paths containing ".." to prevent directory traversal risks.

New features/UI/Updates

  • Improve bookmark import: ensure imported bookmarks are correct and support importing an array of bookmarks.
  • Add a standalone AI configuration panel and remove the default AI API provider so users can pick their preferred provider.

Bug fixes

  • Disallow import tags in custom CSS for security and stability.
  • Fix encoding for AI response streams to avoid garbled characters in responses.

安全

  • 添加对 deep link 属性的校验,提升外部链接打开的安全性。
  • 不再允许 exec 路径包含 "..",防止目录穿越风险。

新功能 / 界面 / 更新

  • 优化书签导入:确保导入的书签正确,支持批量(数组)导入书签。
  • 添加独立的 AI 配置面板,并移除默认 AI API 提供者,方便用户自行选择提供者。

问题修复

  • 禁止在自定义 CSS 中使用 import 标签以提升安全性和稳定性。
  • 修复 AI 响应流的编码问题,避免出现乱码。

Download下载: https://electerm.html5beta.com

v3.8.8 Bug fix
Notable features
  • Improved support for Windows SSH server in SFTP-related functions
Full changelog

New features/UI/Updates

  • Improve support for windows ssh server in sftp related functions

Bug fixes

  • Fix bookmark sub category not show in settings issue

新功能/界面/更新

  • 改进了在sftp相关功能中对windows服务器的支持

问题修复

  • 修复了书签子分类在设置中不显示的问题

Download下载: https://electerm.html5beta.com

v3.8.6 New feature
Notable features
  • Rewrite folder transfer logic to stream folders for faster transfers of many small files
  • Improve tree list performance using a virtual list
  • Add SSH, FTP, serial, and Telnet unit tests
Full changelog

Main update

  • Rewrite folder transfer logic, now stream transfer folder, would greatly improve folder transfer speed, especially when many small files

New features/UI/Updates

  • Improve tree list performance by using virtual list
  • Add ssh/ftp/serial/telnet unit tests

Bug fixes

  • Fix expand icon not working right issue
  • Fix can not delete bookmark item issue

主要更新

  • 重写文件夹传输逻辑,现在流式传输文件夹,将大大提高文件夹传输速度,尤其是在有许多小文件时

新功能/界面/更新

  • 使用虚拟列表提升树状列表性能
  • 添加 FTP/串口/Telnet 单元测试
  • 添加更多 SSH 测试

问题修复

  • 修复展开图标无法正常工作的问题
  • 修复无法删除书签项目的问题
v3.7.16 Security relevant
Security fixes
  • Widget loading security issue
Notable features
  • Improved tree list performance
Full changelog

New features/UI/Updates

  • Improve tree list performance

Bug fixes

  • Fix AI generate bookmark logic for profile auth type
  • Fix open AI form not open issue for the first time click menu issue
  • When add AI created bookmarks, add one by one to avoid crash the app
  • Fix shell detect logic in terminal
  • Fix terminal background when terminal initialized
  • Fix ssh login for some 2FA server
  • Fix widget load security issue

新功能/界面/更新

  • 提升树状列表性能

问题修复

  • 修复 AI 生成书签逻辑对 profile auth 类型的支持
  • 修复首次点击菜单时 AI 表单不打开的问题
  • 添加 AI 创建的书签时逐个添加以避免应用崩溃
  • 修复终端中的 shell 检测逻辑
  • 修复终端初始化时的背景问题
  • 修复部分 2FA 服务器的 SSH 登录问题
  • 修复 widget 加载安全问题

Download下载: https://electerm.html5beta.com

v3.7.9 New feature
Notable features
  • Rewritten FTP operation logic with concurrent task support
  • Library upgrade from ftp-srv to @electerm/ftp-srv
  • Improved AI generate bookmark error messaging
Full changelog

New features/UI/Updates

  • Rewrite ftp operation logic, now can do concurrent task
  • Use @electerm/ftp-srv to replace old ftp-srv lib
  • Improve AI generate bookmark error message

Bug fixes

  • Fix edit file with custom editor function
  • Fix mv/cp support in ftp session
  • Fix batch delete bookmark tree function
  • Fix quick connect ftp format issue
  • #4302 Fix file mode edit/read in scp mode
  • Fix AI generate bookmark in some situation can not create right data issue
  • #4301 Fix drag file in sftp same side not working issue

新功能/界面/更新

  • 重写 FTP 操作逻辑,现在可以并发执行任务
  • 使用 @electerm/ftp-srv 替换旧的 ftp-srv 库
  • 改进 AI 生成书签错误消息

问题修复

  • 修复使用指定文件编辑器编辑文件功能
  • 修复 FTP 会话中的 mv/cp 支持
  • 修复批量删除书签树功能
  • 修复快速连接 FTP 格式问题
  • #4302 修复 SCP 模式下文件模式编辑/读取问题
  • 修复某些情况下 AI 生成书签无法创建正确数据的问题
  • #4301 修复 SFTP 同侧拖拽文件不工作的问题

Download下载: https://electerm.html5beta.com

v3.6.16 New feature
Notable features
  • SSH tunnel edit support
  • R2 mirror for updates
Full changelog

New features/UI/Updates

  • Support ssh tunnel edit (#4299)
  • Support R2 mirror for updates (#4298)

Bug fixes

  • Fix some linux release can not use built-in upgrade issue

新功能/界面/更新

  • 支持 SSH 隧道编辑 (#4299)
  • 支持 R2 镜像用于更新 (#4298)

Bug 修复

  • 修复部分 Linux 版本无法使用内置升级的问题

Download下载: https://electerm.html5beta.com

v3.6.6 Mixed
Notable features
  • New keyboard shortcut ALT+Q to open local terminal
  • Improved application startup logic
Full changelog

New features/UI/Updates

  • Improve app start logic
  • Update deps, use electron 41, nodejs version 24
  • Add new shortcut: ALT+Q to open local terminal

Bug fixes

  • UI: fix AI config history list UI
  • Fix ws logic/memory leak

新功能/界面/更新

  • 改善应用启动逻辑
  • 更新依赖,使用 electron 41 和 nodejs 24
  • 添加新快捷键:ALT+Q 打开本地终端

Bug 修复

  • 修复 AI 配置历史列表界面
  • 修复 ws 逻辑/内存泄漏问题
v3.5.6 Mixed
Notable features
  • RDP file copy-paste support (#4290)
  • Selectable download mirror when upgrading
  • Improved batch operation widget functions
Full changelog

New features/UI/Updates

  • Support rdp file copy paste (#4290)
  • Add rdp limitation wiki warning
  • Support select download mirror when upgrade
  • Improve batch op widget functions

Bug fixes

  • #4282 Fix click sftp address bar icons trigger show address history issue
  • Improve check upgrade logic, do not show no upgrade message when hourly check

新功能/界面/更新

  • 支持 rdp 文件复制粘贴 (#4290)
  • 添加 rdp 限制 wiki 警告
  • 支持选择下载镜像升级
  • 优化批量操作部件功能

问题修复

  • #4282 修复点击 sftp 地址栏图标触发显示地址历史记录问题
  • 优化检查更新逻辑,每小时检查时不显示无更新提示

Download下载: https://electerm.html5beta.com

v3.3.8 New feature
Security fixes
  • npm install security issue
Notable features
  • npm global install support (npm i -g electerm)
  • Batch operation widget redesign
  • Keyboard shortcuts for bookmarks (arrow keys, Enter, ESC)
v3.2.0 New feature
⚠ Upgrade required
  • Password dropdown feature requires enabling command suggestions in terminal settings
Notable features
  • Widget auto-run on app startup
  • Password dropdown in terminal for secure input
  • MCP transfer list and transfer history check tool
Full changelog

New features/UI/Updates

  • Widget: Support auto run when app start
  • Support password dropdown, click to input password when ask for password in terminal (need turn on command suggestions in terminal settings)
  • MCP: Add transfer list/transfer history list check tool
  • UX: connection hopping now can be edited
  • UX: support connection hopping item drag/drop to reorder
  • Support drag file to ssh terminal to trz/rz upload file
  • Support unset global hotkey
  • Lazy load setting panel to improve init load time
  • Encrypt AI config history

Bug fixes

  • Fix command suggestion click would input extra "s" issue
  • #4265 VNC: Try show dot cursor for cursor abnormal situation in VNC

新功能/界面/更新

  • Widget:支持应用启动时自动运行
  • 支持密码下拉框,在终端输入密码时点击即可(需在终端设置中开启命令提示)
  • MCP:添加传输列表/传输历史列表检查工具
  • UX:连接跳转现在可以编辑
  • UX:支持连接跳转项目拖拽排序
  • 支持拖拽文件到 ssh 终端进行 trz/rz 上传
  • 支持取消设置全局快捷键
  • 延迟加载设置面板以提升初始化加载速度
  • 加密 AI 配置历史记录

Bug 修复

  • 修复点击命令提示会额外输入 "s" 的问题
  • #4265 VNC: 尝试在光标异常情况下显示点状光标

Download下载: https://electerm.html5beta.com

v3.1.16 New feature
Notable features
  • MCP tools: sftp/file transfer/trzsz/rzsz
  • Drag-drop reorder for quick commands
  • One-click quick command duplication
Full changelog

New features/UI/Updates

  • Add more MCP tool: sftp/file transfer/trzsz/rzsz (#4268)
  • UI: Improve drag/drop UI in bookmark tree list
  • UI: Improve drag/drop UI for quick command list
  • UI: Support drag/drop reorder for quick command sub commands
  • #4262 Support one click to duplicate quick command

Bug fixes

  • Fix clear terminal not clear search result issue
  • Fix connection hopping cause ssh tunnel not working issue

新功能/界面/更新

  • 添加更多 MCP 工具:sftp/文件传输/trzsz/rzsz (#4268)
  • 改进书签树列表中的拖放界面
  • 界面:改进快捷命令列表的拖放界面
  • 支持拖放重新排序快捷命令子命令
  • #4262 支持一键复制快捷命令

Bug 修复

  • 修复清除终端时未清除搜索结果的问题
  • 修复连接跳转导致 SSH 隧道不工作的问题

Download下载: https://electerm.html5beta.com

v3.1.6 New feature
Notable features
  • WebDAV server data synchronization
Full changelog

New features/Updates

  • Support sync data with webdav server (#4261)

Bug fixes

  • Fix transfer conflict resolve cause transfer stuck issue (#4258)
  • Fix window control in login page not working issue

新功能/更新

  • 支持通过 webdav 服务器同步数据 (#4261)

问题修复

  • 修复传输冲突解决导致传输卡住的问题 (#4258)
  • 修复登录页面窗口控制不工作的问题

Download下载: https://electerm.html5beta.com

v3.0.18 Bug fix
Notable features
  • FTP session proxy support
  • auto-reconnect on terminal disconnect
Full changelog

Bug fix release

  • Fix multi instance support
  • Fix delete select files context menu text

New features/UI/Updates

  • Support proxy for ftp session
  • Support auto reconnect when terminal disconnect (terminal setting)
  • Click sftp address bookmark now would auto close the address bookmark panel
  • Improve window control button bg color
  • Add discord link to readme

Bug 修复发布

  • 修复多实例支持问题
  • 修复删除选中文件的右键菜单文本

新功能/界面/更新

  • 支持 ftp 会话代理配置
  • 支持终端断开时自动重连(终端设置)
  • 点击sftp地址书签现在会自动关闭地址书签面板
  • 改善窗口控制按钮背景色
  • 添加discord链接到 readme

Download下载: https://electerm.html5beta.com

v3.0.6 Breaking risk
Breaking changes
  • Data encryption support requires backup before upgrading; see migration guide at https://github.com/electerm/electerm/wiki/Migrate-from-Version-2-to-Version-3
Notable features
  • data encryption
  • SFTP session reload
  • concurrent AI chat sessions
Full changelog

Major update(v2->v3)

  • Support data encrypt, please do backup before update, check https://github.com/electerm/electerm/wiki/Migrate-from-Version-2-to-Version-3 (#4254)

New features/Updates

  • Support reload sftp session (#4255)
  • Support concurrent AI chat sessions

Bug fixes

  • Fix terminal left top area can not select issue
  • Fix PATH env issue in windows OS (#4248)
  • Fix profile ssh form
  • Fix toggle use system title bar crash app issue

重大更新(v2->v3)

  • 支持数据加密, 升级前请备份数据, 详见 https://github.com/electerm/electerm/wiki/Migrate-from-Version-2-to-Version-3 (#4254)

新功能/更新

  • 支持重新加载 sftp 会话 (#4255)
  • 支持并发 AI 聊天会话

Bug 修复

  • 修复终端左上角区域无法选择的问题
  • 修复 Windows 系统下 PATH 环境变量问题 (#4248)
  • 修复配置文件SSH表单问题
  • 修复切换使用系统标题栏导致应用崩溃的问题

Download下载: https://electerm.html5beta.com

v2.17.8 New feature
Notable features
  • Mac dock menu support
  • SSH keepalive toggle
  • FTP server widget
Full changelog

New features/Updates

  • Support new window dock menu for Mac
  • Add select all context menu for terminal
  • Support password manager in settings, edit password for all bookmarks with same password
  • Add keepalive toggle in SSH session control (#4227)
  • New widget: ftp server
  • Add new window menu in mac dock icon

Bug fixes

  • Fix unmaximize function in Windows OS (#4229)
  • Fix IME backspace del chars in terminal issue
  • Fix FTP file date issue
  • Keyword highlighting only highlights first match per pattern (#4230) by @majiayu000

新功能/更新

  • 支持 Mac 新窗口 dock 菜单
  • 添加终端全选上下文菜单
  • 支持在设置中管理密码管理器,为所有相同密码的书签编辑密码
  • 在 SSH 会话控制中添加 keepalive 开关 (#4227)
  • 新 FTP 服务器小部件
  • 在 Mac dock 图标中添加新窗口菜单项

Bug 修复

  • 修复 Windows 系统下取消最大化功能 (#4229)
  • 修复终端中中文输入法模式下退格删除字符的问题
  • 修复 FTP 文件日期问题
  • 修复关键词高亮问题 (#4230) by @majiayu000

Download下载: https://electerm.html5beta.com

v2.16.9 New feature
Notable features
  • Footer command history panel
  • Custom editor for file editing
  • MFA option in SSH bookmarks
Full changelog

Major update

  • Support footer command history panel

New features/Updates

  • Add history clear/sort by frequency switch
  • Support stop AI request
  • Support edit file with custom editor
  • Support execWindows/execLinux/execMac for local bookmark
  • Support MFA option in ssh bookmark form

Bug fixes

  • Fix window restore/maximize function (#4220)
  • #4217 Fix custom CSS reload not working issue
  • Fix VNC speed issue
  • Fix VNC scrollbar when not scale mode
  • Fix RDP scale mode mouse position
  • Fix disable connection history cause app crash issue

重大更新

  • 支持底部命令历史面板

新功能/更新

  • 添加历史清除/按频率排序开关
  • 支持停止 AI 请求
  • 支持使用自定义编辑器编辑文件
  • 支持 execWindows/execLinux/execMac 用于本地书签
  • 支持 SSH 书签中的 MFA 选项

Bug 修复

  • 修复窗口恢复/最大化功能 (#4220)
  • #4217 修复自定义 CSS 重新加载不工作的问题
  • 修复 VNC 速度问题
  • 修复非缩放模式下的 VNC 滚动条
  • 修复 RDP 缩放模式鼠标位置
  • 修复禁用连接历史导致应用崩溃的问题

Download下载: https://electerm.html5beta.com

v2.15.8 New feature
Notable features
  • Load SSH config as bookmarks
  • Progress bar for trzsz/rzsz transfers
  • GPU error handler with suggestions
Full changelog

New features/UI/Updates

  • Support load SSH config as bookmarks (#4212)
  • Add progress bar for trzsz/rzsz transfer
  • Add GPU error handler and suggestions

Bug fixes

  • Fix list delete icon UI
  • Fix theme item delete icon overlap with apply icon issue
  • Fix editor navigating issue

新功能/界面/更新

  • 支持加载 SSH 配置为书签 (#4212)
  • 为 trzsz/rzsz 传输添加进度条
  • 添加 GPU 错误处理程序和建议

Bug 修复

  • 修复列表删除图标界面问题
  • 修复主题项删除图标与应用图标重叠的问题
  • 修复编辑器导航问题

Download下载: https://electerm.html5beta.com

v2.13.0 New feature
Notable features
  • Drag files/folders between SFTP sessions
Full changelog

Major update

  • Support drag files/folders between different sftp session to transfer files/folders

Bug fixes

  • Fix scp support for old linux server
  • Fix ftp profile password

重大更新

  • 支持在不同 sftp 会话之间拖放文件/文件夹以进行传输

Bug 修复

  • 修复对旧 linux 服务器的 scp 支持
  • 修复 ftp 配置文件的密码问题

Download下载: https://electerm.html5beta.com

v2.12.0 New feature
Notable features
  • file transfer via ssh2-scp when SFTP disabled
  • SSH 2FA logic rewrite
  • password login auto-retry
Full changelog

Major update

  • Support file transfer UI and functions when SFTP is disabled (using ssh2-scp)

New features/UI/Updates

  • Support shortcut to sync SFTP path with terminal (Alt+Shift+F11 default)
  • Rewrite SSH 2FA logic, improve password logic process
  • If bookmark has no password and all auth methods failed, ask user for password once

重大更新

  • 支持在 SFTP 禁用时使用文件传输 UI 和功能(使用 ssh2-scp)

新功能/界面/更新

  • 支持快捷键同步 SFTP 路径与终端(默认 Alt+Shift+F11)
  • 重写 SSH 2FA 逻辑,改进密码处理流程
  • 如果书签没有密码且所有认证方法都失败,则提示用户输入密码

Download下载: https://electerm.html5beta.com

v2.11.6 New feature
Notable features
  • SIXEL image rendering in terminal
  • quick connect feature
  • bookmark from history
Full changelog

New features/UI/Updates

  • Support create bookmark from history item
  • Add quick connect to AI created bookmark edit/confirm UI
  • Support quick connect (#4207)
  • UX: add search box in bookmark delete panel
  • UI: make RDP/Spice view centered
  • Add SIXEL image rendering support in terminal (#4203) by @zouyonghe
  • Improve trzsz speed
  • UX: improve batch del bookmark tree select performance

Bug fixes

  • #4208 Fix terminal info not update info issue when switch tab
  • Fix context menu click close bookmark menu issue
  • Fix trz can not finish properly issue
  • Fix deep link handler
  • Fix sftp pager UI
  • Fix bookmark delete mode UI
  • Fix: If ssh can not connect, do not ask for password, this may mislead user think it is password not right

新功能/界面/更新

  • 支持从历史记录创建书签
  • 为 AI 创建的书签添加快速连接编辑/确认界面
  • 支持快速连接 (#4207)
  • 界面:在书签删除面板中添加搜索框
  • 界面:使 RDP/Spice 视图居中
  • 在终端中添加 SIXEL 图像渲染支持 (#4203) by @zouyonghe
  • 提升 trzsz 速度
  • 体验优化:提升批量删除书签树选择性能

Bug 修复

  • #4208 修复切换标签时终端信息不更新的问题
  • 修复右键菜单点击关闭书签菜单的问题
  • 修复快速切换图片时 SIXEL 偶发串流泄漏 (#4205)
  • 修复 trz 无法正常完成的问题
  • 修复 deep link 处理程序
  • 修复 sftp 分页器界面
  • 修复书签删除模式界面
  • 修复:如果 SSH 无法连接,不提示输入密码,因为这可能误导用户以为密码不正确
v2.10.26 New feature
Notable features
  • Generic AI history component for bookmarks/configs
  • FTP session encoding option
  • Spice/RDP viewport scaling
Full changelog

New features/UI/Updates

  • Support encode option for ftp session
  • Support scale viewport for spice/RDP session
  • Introduce a generic AI history component and integrate it into AI bookmark and AI configuration forms
  • Persist AI bookmark description input to local storage and clear only upon successful creation
  • Add create bookmark with AI history
  • Add spice/electerm protocol support for deep link
  • UI: support copy notification content/title

Bug fixes

  • Fix shortcut editor cause unexpected warning issue (#4199)
  • Fix rz upload speed

新功能/界面/更新

  • 支持 FTP 会话的编码选项
  • 支持 Spice/RDP 会话的缩放显示
  • 引入通用的 AI 历史记录组件,并将其集成到 AI 书签和 AI 配置表单中
  • 将 AI 书签描述输入持久化到本地存储,仅在成功创建后清除
  • 添加使用 AI 历史记录创建书签功能
  • 添加 spice/electerm 协议的深度链接支持
  • 界面:支持复制通知内容/标题

Bug 修复

  • 修复快捷键编辑器导致意外警告的问题 (#4199)
  • 修复 rz 上传速度问题

Download下载: https://electerm.html5beta.com

v2.10.6 New feature
Notable features
  • Spice protocol support
  • AI bookmark creation with natural language
  • server-side trzsz file transfer
Full changelog

Major update

  • Support Spice protocol (#4196)
  • Support use natural language to create bookmark with AI (#4195)

New features/UI/Updates/Fix

  • Lazy load xtermjs to improve load speed
  • Support trzsz file transfer in server side to gain best performance (#4194)
  • #4197 Fix MCP API format

重大更新

  • 支持 Spice 协议 (#4196)
  • 支持使用自然语言创建 AI 书签 (#4195)

新功能/界面/更新/修复

  • 延迟加载 xtermjs 以提高加载速度
  • 支持服务端 trzsz 文件传输以获得最佳性能 (#4194)
  • #4197 修复 MCP API 格式

Download下载: https://electerm.html5beta.com

v2.8.16 Bug fix

Minor fixes and improvements.

Full changelog

New features/UI/Updates

  • UI: Use custom upload component
  • Stream zmodem file operation to improve performance

Bug fixes

  • Fix keywords edit not saved issue

新功能/界面/更新

  • 界面:使用自定义上传组件
  • 流式 zmodem 文件操作以提高性能

问题修复

  • 修复关键字编辑未保存的问题

Download下载: https://electerm.html5beta.com

v2.8.6 New feature
Notable features
  • Zmodem rewrite using zmodem2-js for speed/stability
  • RDP proxy support
  • VNC auto-scaling and quality settings
Full changelog

Major updates and Happy Chinese new year

  • RDP: Support proxy
  • Major update: rewrite zmodem logic, now rz/sz would be much faster and more stable (#4193)
  • Use zmodem2-js lib to do rz/sz file transfer (#4191)

New features/Improvements

  • VNC: Support compress level/quality level
  • VNC: lazy load vnc lib to improve performance
  • VNC: support auto scale (#4192)
  • RDP: Support share clipboard
  • RDP: Support login after connection, so user does not need to enter password again

Bug fixes

  • Fix zmodem download break terminal issue
  • Fix rdp/vnc url for web app

主要更新以及过年好

  • RDP: 支持代理
  • 重大更新:重写 zmodem 逻辑,rz/sz 速度稳定性大幅提升 (#4193)
  • 使用 zmodem2-js 库进行 rz/sz 文件传输 (#4191)

新功能/改进

  • 提升 trzsz 传输速度
  • VNC: 支持压缩等级/质量等级
  • VNC: 懒加载 vnc 库以提升性能
  • VNC: 支持自动缩放 (#4192)
  • RDP: 支持共享剪贴板
  • RDP: 支持连接后登录,无需重复输入密码

Bug 修复

  • 修复 zmodem 下载导致终端异常问题
  • 修复 web 端 rdp/vnc url 问题

Download下载: https://electerm.html5beta.com

v2.7.8 New feature
Notable features
  • new RDP client with ironRDP
  • web session zoom support
  • terminal input selection replace
Full changelog

Major update

  • New RDP client solution with ironRDP, do not support NLA yet, check wiki for detail: https://github.com/electerm/electerm/wiki/RDP-limitation (#4187)
  • Support web session simple auth (#4183)
  • Add terminal input selection replace support (delete/overwrite selection on typing/backspace/del)

New features/UI/Updates

  • Support zoom in web session
  • Add default bg color for webview

Bug fixes

  • #4185 #3413 Avoid large text in sftp header break connection
  • #4186 Fix sftp header can not click issue when have pagination
  • Fix web bookmark title

主要更新

  • 使用 ironRDP 的新 RDP 客户端解决方案,尚不支持 NLA,详情请查看:https://github.com/electerm/electerm/wiki/RDP-limitation (#4187)
  • 支持网页会话简单认证 (#4183)
  • 添加终端输入选择替换支持(在输入/退格/删除时删除/覆盖选择)

新功能/界面/更新

  • 支持网页会话缩放
  • 为 webview 添加默认背景颜色

Bug 修复

  • #4185 #3413 避免 sftp 头部大文本破坏连接
  • #4186 修复分页时 sftp 头部无法点击的问题
  • 修复网页书签标题

Download下载: https://electerm.html5beta.com

v2.6.0 Bug fix

Minor fixes and improvements.

Full changelog

New features/UI/Updates

  • SFTP support bookmark encode setting
  • Improve bookmark form, put encode/ENV:LANG together (#4181)

Bug fixes

  • Auto try password login if not tried yet for ssh connection to resolve under some situation can not connect issue

Others

  • Chinese char decoding issue please check https://github.com/electerm/electerm/wiki/Connecting-to-Servers-with-Special-Character-Encoding

新功能/界面/更新

  • SFTP 支持书签编码设置
  • 改进书签表单,将编码/ENV:LANG 放在一起 (#4181)

问题修复

  • 自动尝试密码登录,如果尚未尝试,用于解决某些情况下无法连接 SSH 的问题

其他

  • 中文解码问题请参考 https://github.com/electerm/electerm/wiki/Connecting-to-Servers-with-Special-Character-Encoding

Download下载: https://electerm.html5beta.com

v2.5.16 Bug fix
Notable features
  • Batch open multiple bookmarks
  • GPU sandbox environment variable support
  • Static search bar positioning
Full changelog

New features/UI/Updates

  • UI: Make active tab more obvious
  • Support DISABLE_GPU_SANDBOX env
  • Support batch open multi bookmarks
  • UX: Improve setting page input function: when blur, auto confirm
  • UX: quick command label filter now only support one label filter
  • UI: make search bar static at bookmark list top
  • UI: Improve setting UI

Bug fixes

  • Fix 2FA ssh login when have password in bookmark
  • Fix run script/keyword form edit issue
  • Fix quick command form edit mode not show proper value issue
  • #4177 Enable password prompt for jump host when no SSH keys available

新功能/界面/更新

  • 界面:使活动标签页更明显
  • 支持 DISABLE_GPU_SANDBOX 环境变量
  • 功能:支持批量打开多个书签
  • 用户体验:改进设置页面输入功能:失去焦点时自动确认
  • 用户体验:快速命令标签过滤现在仅支持一个标签过滤
  • 界面:在书签列表顶部使搜索栏固定
  • 界面:改进设置界面

问题修复

  • 修复书签中有密码时的 2FA SSH 登录问题
  • 修复运行脚本/关键字表单编辑问题
  • 修复快速命令表单编辑模式未显示正确值的问题
  • #4177 当没有 SSH 密钥可用时,为跳转主机启用密码提示

Download下载: https://electerm.html5beta.com

v2.5.6 Maintenance

Minor fixes and improvements.

Full changelog

New features/UI/Updates

  • Use new app drag solution, support linux (#4173)
  • Code refractor: improve file click/context menu performance (#4174)
  • #4156 Disable spell checker dictionary download

新功能/界面/更新

  • 使用新的应用拖拽解决方案,支持 Linux (#4173)
  • 代码重构:提升文件点击/上下文菜单性能 (#4174)
  • #4156 禁用拼写检查器字典下载
v2.4.38 Bug fix

Fixes inability to login with certain RSA key types, including EC2 Amazon Linux.

v2.4.28 New feature
Notable features
  • shell integration via OSC 633
  • real-time terminal suggestions
  • SSH agent for connection hopping
Full changelog

Download下载: https://electerm.html5beta.com

Major update

  • feat: Implement shell integration(OSC 633) and improve real-time terminal suggestions (#4153)

New features/UI/Updates

  • Support proxy setting for every sync method
  • Add gitee data sync warning (https://github.com/electerm/electerm/wiki/gitee-data-sync-warning)
  • UX: AI input now trigger with enter key, shift enter would input new line
  • feat: Support ssh agent for connection hopping
  • feat: Make quick command panel pinned state persistent
  • Improve highlight keyword function performance
  • Improve zmodem terminal output info
  • Disable background networking and component updates to prevent unwanted requests
  • Disable antd motions to improve UI performance
  • Use custom notification component to improve performance
  • when mouse over notification/message, do not auto close it

Bug fixes

  • Fix terminal search input auto select issue
  • Fix keyword highlight input lagging issue
  • Fix mcp API

重大更新

  • 功能:新的shell集成(OSC 633)和改进实时终端建议 (#4153)

新功能/界面/更新

  • 支持为每个同步方法设置代理
  • 添加 gitee 数据同步警告 (https://github.com/electerm/electerm/wiki/gitee-data-sync-warning)
  • 用户体验:AI 输入现在通过回车键触发,shift + 回车会输入新行
  • 功能:支持 ssh 代理进行连接跳转
  • 功能:使快速命令面板固定状态持久化
  • 改进高亮关键字功能
  • 改进 zmodem 终端输出信息
  • 禁用后台网络和组件更新以防止不需要的请求
  • 禁用 antd 动画以提高界面性能
  • 使用自定义通知组件以提高性能
  • 当鼠标悬停在通知/消息上时,不会自动关闭它

Bug 修复

  • 修复终端搜索输入自动选择问题
  • 修复关键字高亮输入延迟问题
  • 修复消息组件代码
  • 修复通知组件界面
  • 修复 mcp 接口
  • 修复主题配置代码

Download下载: https://electerm.html5beta.com

v2.3.198 Bug fix

Minor fixes and improvements.

Full changelog

New features/Updates

  • Support custom ssh agent path
  • Improve mcp widget, add electerm name space
  • [experimental] Add TCP keep alive in ssh2 lib

Bug fixes

  • Fix global keep alive Interval overide logic
  • Fix terminal search panel background

新功能/更新

  • 支持自定义 SSH 代理路径
  • 改进 MCP 组件,添加 electerm 命名空间
  • [实验性] 在 ssh2 库中添加 TCP 保活

Bug 修复

  • 修复全局保活间隔覆盖逻辑
  • 修复终端搜索面板背景

Download下载: https://electerm.html5beta.com

Video guide使用视频: https://electerm.html5beta.com/videos

v2.3.190 New feature
Notable features
  • SSH certificate login support
  • Reload all tabs function
  • Option to disable SSH agent
Full changelog

New features/UI/Updates

  • Improve hotkey setting UI
  • Add reload all tabs function
  • Add option to disable ssh agent when create ssh bookmark
  • Support ssh certificate login

Bug fixes

  • Fix translate missing in bookmark form
  • Fix click sidebar bookmark icon can not close setting modal issue

新功能/界面/更新

  • 改进热键设置界面
  • 添加重新加载所有标签页功能
  • 添加选项:在创建 SSH 书签时禁用 SSH Agent
  • 支持 SSH 证书登录

问题修复

  • 修复书签表单中翻译缺失的问题
  • 修复点击侧边栏书签图标不能关闭设置面板的问题

Download下载: https://electerm.html5beta.com

Video guide使用视频: https://electerm.html5beta.com/videos

v2.3.181 Bug fix

Minor fixes and improvements.

Full changelog

New features/UI/Updates

  • Add wiki link for MCP widget
  • Improve MCP functions
  • Fix Polish translations: capitalize first letter by @milocha

Bug fixes

  • Fix click batch edit bookmarks icon would crash app issue
  • Fix duplicated form item issue

新功能/界面/更新

  • 为 MCP 小部件添加 wiki 链接
  • 改进 MCP 功能
  • 修正波兰语翻译:首字母大写 by @milocha

Bug 修复

  • 修复点击批量编辑书签图标会导致应用崩溃的问题
  • 修复重复表单项问题

Download下载: https://electerm.html5beta.com

Video guide使用视频: https://electerm.html5beta.com/videos

v2.3.176 Bug fix

Minor fixes and improvements.

Full changelog

New features/UI/Updates

  • Support MCP widget (#4142)
  • #4137 Quick commands search/label filter now would only show matched results

Bug fixes

  • #4137 Fix scrollbar in sftp can not drag to scroll issue
  • Fix profile use bug
  • Fix notification API use

新功能/界面/更新

  • 支持 MCP widget (#4142)
  • #4137 快捷命令搜索/标签过滤现在只会显示匹配的结果

Bug 修复

  • #4137 修复 sftp 中滚动条无法拖动滚动的问题
  • 修复配置文件使用错误
  • 修复通知 API 使用

Download下载: https://electerm.html5beta.com

Video guide使用视频: https://electerm.html5beta.com/videos

Beta — feedback welcome: [email protected]