Skip to content

Releases: electerm/electerm

v2.3.100

13 Nov 08:14

Choose a tag to compare

Bug fixes

  • Fix ctrl-c can not end busy terminal output issue
  • Fix paste ssh connect string function
  • #4103 Fix after close tab logic, now would switch to prev tab instead of first tab
  • Fix text editor search keyword logic
  • Make sure error page has proper bg

New features

  • Add loginPrompt and passwordPrompt inputs for telnet bookmark form

UI updates

  • UI: update pasted text UI for terminal
  • UI: #4104 use export/import icon instead of download/upload icon for data export/import
  • UI: adjust left bookmark panel padding

问题修复

  • 修复 ctrl-c 无法结束繁忙终端输出的问题
  • 修复粘贴 SSH 连接字符串功能
  • #4103 修复关闭标签页后的逻辑,现在会切换到上一个标签页而不是第一个标签页
  • 修复文本编辑器搜索关键词逻辑
  • 确保错误页面有正确的背景

新功能

  • 为 telnet 书签表单添加 loginPrompt 和 passwordPrompt 输入

界面更新

  • 界面: 更新终端粘贴文本的 UI
  • 界面: #4104 使用导出/导入图标代替下载/上传图标用于数据导出/导入
  • 界面: 调整左侧书签面板内边距

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

v2.3.85

03 Nov 11:49

Choose a tag to compare

Bug fixes

  • Fix static bookmark list title width
  • #4097 Fix transfer list UI, avoid file name too long break the UI

New features

  • Support long list of ssh tunnel with max height and scroll bar

问题修复

  • 修复静态书签列表标题宽度
  • #4097 修复传输列表界面,避免文件名过长破坏界面

新功能

  • 支持 SSH 隧道长列表,带有最大高度和滚动条

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

v2.3.75

22 Oct 13:08

Choose a tag to compare

Bug fixes

  • Fix when drag window, mouse released, window still stick to mouse issue

问题修复

  • 修复拖拽窗口鼠标释放后窗口仍粘在鼠标上的问题

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

v2.3.65

13 Oct 13:52

Choose a tag to compare

Updates

  • Update electron -> v38.2.2, resolve high GPU use issue in Mac OS 26

更新

  • 更新 electron 到 v38.2.2,解决GPU占用问题(Mac OS ARM)

Download: https://electerm.html5beta.com

v2.3.58

12 Oct 13:08
4f1cb8a

Choose a tag to compare

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/

v2.3.48

06 Oct 06:06
cabd1d9

Choose a tag to compare

Bug fixes

  • Fix switch layout cause UI not working right
  • Fix tab feed icon UI
  • Fix process exit logic (#4079)

UI Improvements

  • Refractor: improve theme load logic
  • UI: Improve some UI detail

问题修复

  • 修复切换布局导致 UI 不正常的问题
  • 修复标签页状态图标 UI
  • 修复进程退出逻辑 (#4079)

界面优化

  • 重构:优化主题加载逻辑
  • UI:优化部分界面细节

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

v2.3.36

01 Oct 08:26

Choose a tag to compare

Bug fixes

  • #4074 Better error handling for ssh tunnel
  • Fix serialport form not support customize baudRate issue

问题修复

  • #4074 改进SSH隧道错误处理
  • 修复串口表单不支持自定义波特率问题

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

v2.3.30

30 Sep 09:17

Choose a tag to compare

Quick Bug fix release

  • UI: rewrite add button dropdown, avoid context menu click cause menu hide
  • UI: Fix some theme detail issue
  • UI: Improve system sub menu UI
  • UI: improve close tab button color
  • UI: lazy load sftp component to avoid app freeze

快速问题修复

  • UI: 重写添加按钮下拉菜单,避免上下文菜单点击导致菜单隐藏
  • UI: 修复主题渲染跟之前不一致问题
  • UI: 改进系统菜单界面
  • UI: 改进标签页关闭按钮颜色
  • UI: 延迟加载sftp组件避免卡顿

v2.3.18

29 Sep 13:01
2edbbae

Choose a tag to compare

Bug Fixes

  • Fix serial port do not work issue
  • Fix debug guide
  • Fix a switch bookmark type could crash app issue
  • Fix drag window cause error issue
  • Fix right click sftp item behavior

New Features

  • Add common context menu for input/textarea

UI Improvements

  • New theme apply/preview UI
  • Improve terminal padding control

Code Improvements

  • New UI theme control method that use css vars (#4072)

问题修复

  • 修复串口不工作问题
  • 修复调试提示
  • 修复切换书签类型可能导致应用崩溃的问题
  • 修复拖拽窗口导致错误的问题
  • 修复右键点击SFTP项目行为

新功能

  • 为输入框/文本区域添加通用右键菜单

界面改进

  • 新的主题应用/预览界面
  • 改进终端内边距控制

代码改进

  • 使用CSS变量的新界面主题控制方法 (#4072)

v2.3.6

26 Sep 07:45
cabd439

Choose a tag to compare

Updates

  • Add ARM Windows build (#4062)
  • Improve bundle size, reduce about ~1M
  • Support DISABLE_GPU env

Bug fixes/UI

  • Improve UI performance and some issues
  • Code refactor: improve opacity control code
  • UI: start app with no transparent bg, remove some animation to gain performance
  • UX: Improve reload serialport list button user experience
  • Remove deep link support

更新

  • 增加 ARM Windows 构建 (#4062)
  • 优化打包体积,减少约 1M
  • 支持 DISABLE_GPU 环境变量

错误修复/用户界面

  • 优化 UI 性能
  • 代码重构:优化透明度控制代码
  • UI:应用启动时不再使用透明背景,移除部分动画提升性能
  • UX:优化串口列表刷新按钮的用户体验
  • 移除 deep link 支持