Skip to content

Releases: electerm/electerm

v1.51.3

20 Dec 12:46
Compare
Choose a tag to compare

Bug fix release

  • Fix terminal info open issue
  • Fix tabs scroll not working
  • #3721 Fix terminal background image filter
    affected the terminal content issue

Bug 修复发布

  • 修复终端信息打开问题
  • 修复标签滚动不起作用的问题
  • #3721 修复终端背景图像过滤器影响终端内容的问题

v1.51.0

20 Dec 03:19
Compare
Choose a tag to compare

Major update

  • Rewrite session/tabs function, improve page performance, now tab/session operations would be faster and smoother, thanks to manate's upgrade by @tylerlong

New features/UI/Updates

  • Rewrite telnet lib, now telnet can connect to some old device
  • UI: Add theme type icon and theme preview
  • Add quick command click test
  • Add batch input test
  • Improve start up speed
  • Update express version

Bug fixes

  • #3696 Fix terminal background image support
  • Fix drag tab logic, now drag tab to another batch would not reload the tab (#3719)

重大更新

  • 重写了会话/标签功能,提升页面性能,现在标签/会话操作会更快更流畅,感谢 @tylerlong 对 manate 的升级

新功能/界面/更新

  • 重写了 telnet 库,现在 telnet 可以连接一些旧设备
  • 界面:添加主题类型图标和主题预览
  • 添加快捷命令点击测试
  • 添加批量输入测试
  • 提高启动速度
  • 更新 express 版本

Bug 修复

  • #3696 修复终端背景图片支持
  • 修复拖动标签逻辑,现在将标签拖动到另一个分区不会重新加载标签 (#3719)

v1.50.66

10 Dec 07:46
Compare
Choose a tag to compare

Quick bug fix release

  • #3708 Fix quick command not working issue

快速修复版本

  • 仅修复了1.50.65引入的快速命令无效问题

v1.50.65

09 Dec 14:55
Compare
Choose a tag to compare

Breaking change

  • #3701 Connection hopping now would connect to main host
    as final target instead of connect to last hopping host as final target, Old Connection hopping still use old logic

New features/Updates

  • Update manate to v2.x
  • Update express version -> 4.21.1
  • Add connection path for connectionHopping form UI
  • #3661 Support select which tabs to send batch input
  • Web session support hide address bar (#3699) by @SpenserCai

Bug fixes

  • #3704 Fix rz/sz support
  • #3680 Only apply the first matched keyword highlight for terminal output
  • #3697 Fix terminal CPU/memory/SWAP color config
  • #3695 Fix some shortcut would crash app issue
  • Fix web session url format check

重大变更

  • #3701 连接跳转现在会连接到主机作为最终目标,而不是连接到最后一个跳转主机作为最终目标。旧的连接跳转仍然使用旧的逻辑。

新特性/更新

  • 更新 manate 到 v2.x
  • 更新 express 版本 -> 4.21.1
  • 为连接跳转表单 UI 添加连接路径
  • #3661 支持选择要发送批量输入的标签
  • Web 会话支持隐藏地址栏 (#3699) by @SpenserCai

Bug 修复

  • #3704 修复 rz/sz 支持问题
  • #3680 仅对终端输出应用第一个匹配的关键字高亮
  • #3697 修复终端 CPU/内存/SWAP 配色问题
  • #3695 修复一些快捷键导致应用崩溃的问题
  • 修复 Web 会话 URL 格式检查

v1.50.59

05 Dec 05:24
Compare
Choose a tag to compare

New features/Updates

Bug fixes

  • #3695 Fix some keyboard shortcuts would crash app issue
  • Fix ci for win7 (#3692)
  • Fix invalid web session url may crash the App

新功能/更新

  • 更新 express 版本 -> 4.21.1
  • 支持 Web 会话自定义 User-Agent(#3688)由 @SpenserCai 提供
  • 添加 Web 会话 URL 验证器(#3689)由 @SpenserCai 提供
  • 支持在 WebView 页面中点击 URL 时打开新窗口(#3679)由 @SpenserCai 提供

Bug 修复

  • #3695 修复部分键盘快捷键导致应用崩溃的问题
  • 修复 Win7 的 CI 问题(#3692
  • 修复无效的 Web 会话 URL 可能导致应用崩溃的问题

v1.50.46

04 Dec 03:40
Compare
Choose a tag to compare

Quick bug fix release

  • Only fixed Mac ARM build for 1.50.40

快速修复版本

  • 仅修复了 1.50.40 的 Mac ARM 构建

v1.50.40

03 Dec 07:39
Compare
Choose a tag to compare

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 修复快速命令重复输出的问题
  • 修复布局重叠问题

v1.50.21

25 Nov 02:27
Compare
Choose a tag to compare

Major update

  • Support layout: 1x2, 1x3, 2x2 views (#3480)

Bug fixes

  • #3642 Fix quick command shortcut create duplicate
    inputs issue
  • #3654 Add paste selected context menu in terminal
  • Fix potential memory leak and improve performance

主要更新

  • 支持布局:1x2、1x3、2x2 视图(#3480

错误修复

  • #3642 修复快速命令快捷方式创建重复输入的问题
  • #3654 在终端中添加“粘贴已选择内容”右键菜单
  • 修复潜在的内存泄漏并提升性能

v1.40.20

28 Oct 11:27
Compare
Choose a tag to compare

Bug fixes

  • #3636 Fix sync function loading state control

Bug 修复

  • #3636 修复同步功能加载状态控制

v1.40.18

11 Oct 07:30
Compare
Choose a tag to compare

Bug fixes

  • #3624 Fix drag folder to sibling folder support

Bug 修复

  • #3624 修复拖动文件夹到兄弟文件夹功能