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.21.57

Published by zxdong262 over 2 years ago

Bug fixes

  • Fix duplicate tab function
  • Fix close quick command function, would stop pinned state
  • Fix sortable table UI in terminal info panel
  • Fix terminal info panel table sort
  • Fix close terminal reopen issue

New features

  • Remember sftp sort prop and order
  • After download upgrade, open downloaded file in folder for linux and windows
  • When only one tab, remove close button

Other updates

  • Add German language file by @Hope-IT-Works
  • Upgrade trzsz.js to v0.3.4 (#2493) by @lonnywong
  • Auto submit PR for winget when new release published by @vedantmgoyal2009
  • Show dev dependencies in app deps list
electerm - v1.21.48

Published by zxdong262 over 2 years ago

Bug fixes

  • fix #2478 Fix rz/sz (#2481)
  • fix #2477 Fix disable check upgrade on start can not manually check update in about panel
  • Fix terminal input exit do not corrently close terminal
  • fix #2476 Fix open all bookmarks in category function

Other updates

  • Skip upgrade check for windows store build and snap build
electerm - v1.21.40

Published by zxdong262 over 2 years ago

Bug fixes

  • fix #2466 Fix tab title
  • fix #2472 Fix serial port form custom baudRate support
  • Remove system tray since it is useless, fix auto hide function
  • fix #2471 Fix fullscreen UI

New features

  • fix #2469 Support pin quick command panel to bottom
  • Support term search options(whole word, regexp, case sensitive)

Performance improve

  • Use standalone term search module

Other updates

electerm - v1.21.34

Published by zxdong262 over 2 years ago

Bug fixes

  • fix #2454 Fix with split terminal click sftp would break app process
  • fix a memory leak in sever side

New features

  • fix #2457 Remember pinned sidebar state
  • Add confirm before exit option in settings

Performance improve and code refractor

  • Use standalone footer module
  • Refractor event related code
  • Refractor quick command related code

Other updates

  • Improve default light theme UI
  • Improve edit with menu related UI/UX
  • Do not start default terminal when user set start bookmarks

Known issues:

electerm - v1.21.20

Published by zxdong262 over 2 years ago

Quick bug fix: dock menu code cause app can not run in linux and windows

electerm - v1.21.18

Published by zxdong262 over 2 years ago

Bug fixes:

  • fix #2445 bug fix: Fix click other place cause transfer panel freaze

New features:

  • Support multi window (#2440)
  • Add "New window" menu to dock (#2442)

Known issues:

  • Sftp file transfer would block terminal input, would fix in future release
electerm - v1.21.14

Published by zxdong262 over 2 years ago

Quick Bug fix

  • fix #2438 [windows only] Fix close tab cause app stop working

New features

  • fix #2433 Always save/restore current terminal state when reload or duplicate tab
electerm - v1.21.9

Published by zxdong262 over 2 years ago

New features

  • Support serialport (#2428)

Bug fixes

  • Fix remember window size

Other updates

  • [linux] Add --in-process-gpu command line flag
  • Update issue template
  • Use playwright to do e2e test, upgrade electron to v17 (#2427)
electerm - v1.20.10

Published by zxdong262 over 2 years ago

Bug fix release:

  • fix #2421 Fix search lose focus issue
  • fix #2419 Fix password dropdown select function
  • fix #2415 [macos] Fix edit file with local app function (#2420)
electerm - v1.20.6

Published by zxdong262 over 2 years ago

Quick Bug fix release:

  • fix #2416 Fix window size remember
  • Fix file transfer in windows OS
electerm - v1.20.4

Published by zxdong262 over 2 years ago

Bug fixes

  • fix #2408 Fix privacy notice link
  • fix #2410 Trim hostname (#2411)

New features

  • Support terminal cursor style setting

Performance

  • Refractor file transfer, always compress folder and transfer
  • Improve session performance, do not render sftp components when invisible
  • Improve tabs control performance

Will continue improve performance in future releases.

UI

  • Use same icon as in file list when open file info modal
  • Better release note format
  • New file transfer UI

Other updates

  • Improve npm publish process
  • Upgrade trzsz to 0.3.2, improve tmux pane progress bar. (by @lonnywong)

Check https://github.com/electerm/electerm/wiki/Know-issues for more known issues

electerm - v1.19.5

Published by zxdong262 over 2 years ago

Performance Improve

  • Resolve bookmark related(create, delete, clone etc) performance issue

Other info:

Will continue improve performance in future releases.

electerm - v1.19.0

Published by zxdong262 over 2 years ago

New features

  • Support trzsz (https://github.com/trzsz/trzsz, trz/tsz, similar to rz/sz), and compatible with tmux(by @lonnywong)
  • fix #2385 Batch input support multi line

Bug fixes:

  • Fix after paste with context menu, lose focus issue

Check https://github.com/electerm/electerm/wiki/Know-issues for more known issues

electerm - v1.18.5

Published by zxdong262 over 2 years ago

Bug fixes:

  • fix #2195 fix #2379 Fix context menu paste function

UI:

  • Always use tree list in bookmark select

Other updates:

  • Update dependencies

Check https://github.com/electerm/electerm/wiki/Know-issues for known issues

electerm - v1.18.1

Published by zxdong262 over 2 years ago

Quick bug fix: Fix window resize not working issue

electerm - v1.18.0

Published by zxdong262 over 2 years ago

UI:

  • Improve setting/bookmark panel UI
  • Improve tabs UI
  • Update pinned side panel UI, now will not cover terminal

Updates:

  • Improve performance(may still having performance issue, please feedback)
  • Improve some wording by @ic-768

Known issues:

  • [rz] When upload file with rz command, for file > 1M, may not end properly, and may not update progress, but still upload in background.
  • When use edit with... from context menu, editor only support apps in system path, means editor name without path
  • Check more from https://github.com/electerm/electerm/wiki/Know-issues
electerm - v1.17.26

Published by zxdong262 almost 3 years ago

Bug fixes:

  • fix #2349: Fix locale check fail may cause app can not start in win7
  • fix #2350: Fix file conflict modal infomation
  • fix #2346: Fix rz/sz ends cause encode setting lose

Updates:

  • Improve performance when save update bookmarks

Known issues:

  • [rz] When upload file with rz command, for file > 1M, may not end properly, and may not update progress, but still upload in background.
  • When use edit with... from context menu, editor only support apps in system path, means editor name without path
  • Check more from https://github.com/electerm/electerm/wiki/Know-issues
electerm - v1.17.21

Published by zxdong262 almost 3 years ago

Bug fixes:

  • fix #2332 Fix duplicate input in linux
  • fix #2321 Fix paste editor path cause transfer file issue

Updates:

Update ssh2/xterm modules

electerm - v1.17.19

Published by zxdong262 almost 3 years ago

Bug fixes:

  • fix #2318 Support space in editor path and file path

Updates:

  • Add rz upload warning and remove cancel button
  • Add Arabic language support by @haithamalnaeb

Known issues:

electerm - v1.17.16

Published by zxdong262 almost 3 years ago

Quick bug fix: Fix sftp pager can not click issue