Releases: electerm/electerm
Releases · electerm/electerm
v1.51.3
v1.51.0
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 修复
v1.50.66
v1.50.65
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 修复
v1.50.59
New features/Updates
- Update express version -> 4.21.1
- Support web session custom useragent (#3688) by @SpenserCai
- Add web session url validator (#3689) by @SpenserCai
- Support open new window when click url in webview's page (#3679) by @SpenserCai
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 修复
v1.50.46
v1.50.40
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 模块的使用