electerm

📻Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)

MIT License

Downloads
1.4K
Stars
10.3K
Committers
27

Bot releases are visible (Hide)

electerm - v1.23.22

Published by zxdong262 almost 2 years ago

Bug fixes

  • fix #2671 Support same key close terminal search
  • fix #2673 Fix data import function in setting sync
electerm - v1.23.20

Published by zxdong262 almost 2 years ago

Bug fixes

  • fix #2660 fix #2666 Fix copy select content logic
  • fix #2670 Fix file info/mode edit

UI

  • Fix logo element UI
electerm - v1.23.15

Published by zxdong262 about 2 years ago

Bug fixes

  • Auto blur terminals when setting panel opened

New features

  • Add disable open default tab setting
  • Add loading screen
  • Add trigger delay when mouse over quick command button

Other updates

  • Change default mac exec to zsh
electerm - v1.23.8

Published by zxdong262 about 2 years ago

Bug fixes

  • fix #2645 Fix terminal bg image load
  • fix #2648 Fix batch input history clear function
electerm - v1.23.6

Published by zxdong262 about 2 years ago

Bug fixes

  • Fix auto focus for search input(#2642)

New features

  • Add clear batch input history option (#2643)
electerm - v1.23.4

Published by zxdong262 about 2 years ago

Quick bug fix release

  • Fix setting or other data not save issue
electerm - v1.23.3

Published by zxdong262 about 2 years ago

Quick bug fix release

fix #2636 [bug fix] Fix terminal related settings can not be set

electerm - 1.23.2

Published by github-actions[bot] about 2 years ago

New features

  • feat: Add more term types in term option (fix #2629)

Other updates

  • Upgrade deps(xterm/electron/antd), now sogou input should works fine (#2634)
electerm - v1.22.33

Published by zxdong262 about 2 years ago

New features

  • Add export/import all data function in sync setting(fix #2611)

Bug fixes

  • Fix upgrade info logic, do not show it if no need to upgrade(fix #2613)

Other updates

  • Replace subx with useProxy (#2618), expecting performance improve
electerm - v1.22.30

Published by zxdong262 about 2 years ago

Bug fixes

  • Fix check upgrade info at start

New features

  • fix #2598 Added rsa-sha-xxx key sig support from mscdex/ssh2#1200

Other updates

  • Add auto check upgrade test
electerm - 1.22.27

Published by github-actions[bot] about 2 years ago

Bug fixes

  • fix #2597 Fix create bookmark category function

New features

  • Add cut/paste bookmark context menu in bookmark edit UI

Other updates

  • [skip build] Add bookmark group test (#2599)
electerm - v1.22.24

Published by zxdong262 about 2 years ago

Bug fixes

  • fix #2588 Fix context menu position not right when click near bottom

New features

  • fix #2591 feat: Support file extension in file list UI
  • Fix some rsa key support issue
electerm - v1.22.20

Published by zxdong262 about 2 years ago

Bug fixes

  • fix #2582 Fix bookmark quick commands not showing issue
  • Fix ssh config load fail cause app crash when mouse over bookmark

Other updates

  • Improve build and test (#2586)
  • Improve all data store performance
  • UI: Improve error message UI(clear text message)
electerm - v1.22.8

Published by zxdong262 about 2 years ago

Bug fixes:

  • fix #2578 Fix data sync function

Other updates

  • test: Add data sync test
  • Improve load speed and fix locale init function (#2576)
electerm - v1.22.1

Published by zxdong262 about 2 years ago

Major updates

  • Resolve tabs components performance issue (#2572)
  • Use higher server port

Bug fixes

  • Fix keyboard event handling in sftp mode (#2560)
  • Fix bookmark list height, avoid covered by footer bar (#2557)

New features

  • Remember batch input history in local storage

Performance improve

  • Improve switch tab speed
  • Improve fullscreen exit icon performance
  • Improve font list performance
  • Improve localtorage clear function
  • Improve sftp sort setting performance
  • Improve config store performance

Other updates

  • trzsz ( trz / tsz ) supports Windows 11 PowerShell (#2565) by @lonnywong
  • trzsz ( trz / tsz ) supports directories (#2559) by @lonnywong
electerm - v1.21.93

Published by zxdong262 over 2 years ago

Quick bug fix release

Fix upgrade check and ignore upgrade function

electerm - v1.21.91

Published by zxdong262 over 2 years ago

Bug fixes

  • fix #2542 Fix batch input accept newline character
  • fix #2531 Fix new tab index logic
  • fix #2530 Fix reload do not show terminal issue
electerm - v1.21.88

Published by zxdong262 over 2 years ago

Bug fixes

  • Fix some file operation not working in local file manager
  • Fix reload function not working right when in sftp pane

Improve

  • Improve app start time
  • Add more change log link to upgrade note
  • Redesign edit with system editor function

Other updates

  • Add google analytics to track use statics, check provicy notice link in wiki for detail
  • Refractor some modules
electerm - v1.21.74

Published by zxdong262 over 2 years ago

Quick bug fix: Roll back db wrapper, resolve some users can not save config issue

electerm - v1.21.73

Published by zxdong262 over 2 years ago

Bug fixes

  • fix #2504: Fix window title
  • fix #2505: Fix passphase detect
  • fix #2508: Fix tab close in background issue
  • fix #2512: Fix quick command not working in split terminal
  • Fix side panel UI when use system title bar
  • Fix bookmark panel white screen bug when click transfer icon

UI

  • fix #2510 [UI]: improve setting page UI
  • Improve tabs UI
  • Improve sync form UI

New features

  • Show warning and close/reload choice when connection lost
  • Support load themes from iTerm2-Color-Schemes/electerm
  • Add close process button to activity list in info panel

Other updates

  • Improve tab delete function, use watch to handle
  • Fix theme related test
  • Updated sync to github/gitee guide