Skip to content

Releases: electerm/electerm

v1.100.60

17 Aug 05:38
Compare
Choose a tag to compare

New features

Bug fixes/Improvement

  • fix #4026 Fix for some release that should not show upgrade info, like snap store or microsoft store, it still shows upgrade info issue
  • Fix caps lock toggle cause password input lose focus issue
  • Improve UX when page loading

新功能

修复问题/改进

  • 修复 #4026 某些渠道(如 Snap 商店或微软商店)不应显示升级信息却仍显示的问题
  • 修复切换大写锁定导致密码输入框失焦的问题
  • 优化页面加载时的用户体验

v1.100.56

13 Aug 03:53
Compare
Choose a tag to compare

New features

  • Password component with caps lock detection and visual indicator

Bug fixes

  • Fix editor search function
  • Fix data/bookmark import function

新功能

  • 密码组件支持大写锁定检测和视觉指示器

修复问题

  • 修复编辑器搜索功能
  • 修复数据/书签导入功能

v1.100.50

12 Aug 08:59
Compare
Choose a tag to compare

Bug fixes

  • #4021 Fix drop file to sftp issue
  • #4016 Fix drag file to terminal function

Other updates

  • Use 127.0.0.1 instead of localhost to avoid some issue when use VPN

修复问题

  • #4021 修复拖拽文件到 sftp 的问题
  • #4016 修复拖拽文件到终端的功能

其他更新

  • 使用 127.0.0.1 替代 localhost, 解决开启VPN时候导致的某些问题

v1.100.46

08 Aug 06:27
Compare
Choose a tag to compare

New features

  • feat: AI output use stream mode
  • feat: Support any text as background

Bug fixes

  • Fix fullscreen toggle function
  • Fix color tag for sub category

Other updates

  • Update electron -> v32 (#4007)

新功能

  • AI输出使用流式传输
  • 支持任意文本作为背景

问题修复

  • 修复全屏切换功能
  • 修复子分类的颜色标签

其他更新

  • 更新 electron -> v32 (#4007)

v1.100.30

25 Jul 16:58
Compare
Choose a tag to compare

Bug fixes

  • Fix sftpPathFollowSsh cause app crash
  • perf(sftp): remove runIdle delay for selectedFiles updates to fix laggy file selection

New features

  • Add disableDeveloperTool setting in common setting page
  • Support tag color setting every bookmark group

修复问题

• 修复sftp路径跟随终端导致应用崩溃的问题
• 性能优化(sftp): 改进文件选择卡顿问题

新特性

• 在通用设置页面添加禁用开发者工具设置
• 支持为每个书签组设置默认标签颜色

v1.100.20

18 Jul 08:56
Compare
Choose a tag to compare

Bug fixes

  • #4001 Fix quick command search command content, not just title
  • Fix init from command line function

修复问题

  • #4001 修复快速命令搜索命令内容,不只是标题
  • 修复从命令行初始化功能

v1.100.18

09 Jul 12:21
Compare
Choose a tag to compare

Bug fixes

  • Fix port conflict when open multi bookmarks
  • Fix sftp path follow terminal function (#3973) by @asmpg

New features

  • #3981 Support quick command templates
  • Support add global address bookmark

Other updates

  • Improve file click to select performance
  • #3983 Fix winget install instruction

修复问题

  • 修复打开多个书签时端口冲突的问题
  • 修复 sftp 路径跟随终端的问题 (#3973) by @asmpg

新增功能

  • #3981 支持快捷命令模板
  • 支持添加全局地址书签

其他更新

  • 提升文件点击选择性能
  • #3983 修复 winget 安装说明

v1.100.8

27 Jun 00:50
Compare
Choose a tag to compare

Major update

  • Run session in standalone process to improve performance (#3960)

Bug fixes

  • Fix search prev keyword

New features

  • Add setting to allow multi instance

Other updates

  • Use localhost instead of 127.0.0.1 to avoid issue when use VPN

主要更新

  • 会话运行在独立的进程中,以提高性能 (#3960)

修复问题

  • 修复搜索上一个关键字的问题

新增功能

  • 增加设置,允许同时运行多个实例

其他更新

  • 使用 localhost 替代 127.0.0.1,以避免使用 VPN 时的问题

v1.91.16

16 Jun 09:49
Compare
Choose a tag to compare

Bug fixes

  • #3972 Fix drag bookmark folder cause lose whole folder issue

Other updates

  • Improve sys menu UI
  • #3967 Always show full content for AI chat history

修复问题

  • #3972 修复拖拽书签文件夹导致整个文件夹丢失的问题

其他更新

  • 改善系统菜单的UI
  • #3967 总是显示AI聊天历史的完整内容

v1.91.8

31 May 06:19
Compare
Choose a tag to compare

New features

  • #3959 Support proxy for AI request

Bug fixes

  • fix connection hopping bookmark search, do not allow select category as host

新功能

  • #3959 支持AI请求的代理

修复问题

  • 修复连接跳转书签搜索,不允许选择分类作为主机