Releases: electerm/electerm
Releases · electerm/electerm
v1.80.18
Bug fixes
- #3931 Fix support for drag file to terminal from OS file manager
- #3905 Fix sort arrow direction
- #3885 Fix open terminal search input lose focus issue
New features
- Support goto current folder for current folder in sftp
- #3932 Remember scroll position for bookmark list
- Add skip all button for transfer conflict panel
Other updates
- Add Polski language support by @milocha
- Replace Fira code with Maple Mono font
- TESTS: Add transfer conflict test, editor test, and fix transfer test
- #3904 Increase file icon size
问题修复
新功能
- 支持跳转到当前文件夹的当前文件夹
- #3932 记住书签列表的滚动位置
- 添加跳过所有按钮到传输冲突面板
其他更新
v1.80.6
v1.80.5
Quick bug fix
- Fix 1.80.x version can not load data issue (Thanks to @dengwentong)
快速修复
- 修复1.80.x版本无法加载数据的问题 (感谢 @dengwentong)
v1.80.3
v1.80.2
Major update
- Rewrite file transfer functions (#3880)
New features
- Support random background pattern for terminal
- File editor support search keyword and copy all content (#3893)
- Support background setting for bookmark (#3868)
Bug fixes
- Fix sftp ws API
- #3877 Fix gotoFolderInTerminal context menu for file item
- #3874 Fix duplicated history issue
- #3873 Fix quick command drag/drop to sort
- Fix command Injection risk when drag/drop file to terminal (reported by @d0ge)
Other updates
- Add more tests
- Update font-list to version 1.5.1
- Improve AI config UI, AI API path set to required
主要更新
- 重写文件传输功能 (#3880)
新功能
修复问题
- 修复 sftp ws API
- #3877 修复文件菜单中 gotoFolderInTerminal 问题
- #3874 修复历史记录重复问题
- #3873 修复快捷命令排序问题
- 修复拖拽文件到终端时的命令注入风险 (由 @d0ge 报告)
其他更新
- 增加更多测试
- 更新 font-list 到 1.5.1 版本
- 改善 AI 配置界面,AI API 路径设置为必填
v1.72.48
v1.72.36
New features/Updates
- Add set default cipher and serverHostKey button
- Add Terminal Explain with AI test
- Add AI chat tests
- Improve sftp section css code
- Remove temp file when close editor
Code refactoring and improvements
- Rewrite terminal background setting
新功能/更新
- 添加设置默认加密方式和服务器主机密钥按钮
- 添加终端AI解释功能测试
- 添加AI聊天测试
- 改进SFTP部分的CSS代码
- 关闭编辑器时自动删除临时文件
代码重构和改进
- 重写终端背景设置功能
v1.72.26
v1.72.18
New features/Fixes/Updates
- Support set cipher and serverHostKey in bookmark
- Support disable sftp when create bookmark
- Disable command suggestions by default
- Add showCmdSuggestions config in terminal settings
- Fix AI config panel can not close without fill it issue
新功能/修复/更新
- 支持在书签中设置cipher和serverHostKey
- 支持创建书签时禁用sftp
- 默认禁用命令建议
- 在终端设置中添加命令建议开关设置
- 修复AI配置面板无法关闭的问题
v1.72.6
Major updates
- Support broadcast input to all visible terminals (#3825)
- Support command suggestions, get suggestions from AI API, move AI config to general setting panel (#3823)
New features/Updates
- Add keyword filter in sftp list
- Add ai suggestions cache component
- Add Ctrl+Enter shortcut for AI chat submit
UI Improvements
- Improve terminal icons UI
Code refactoring and improvements
- Replace div with <> to reduce dom elements
重大更新
新功能/更新
- 为sftp列表添加关键字过滤
- 添加ai建议缓存组件
- 为AI聊天提交添加Ctrl+Enter快捷键
界面改进
- 改进终端图标UI
代码重构和改进
- 用 <> 替换 div 以减少dom元素