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

Published by zxdong262 over 3 years ago

fix: Fix command line passphrase description

electerm - v1.12.0

Published by zxdong262 over 3 years ago

feat: Support command line usage(check wiki or app about or run electerm --help)

electerm - v1.11.16

Published by zxdong262 over 3 years ago

  • fix: Fix failed connection breaks app issue
  • UI: Set list title tooltip postion to top
  • lang: Add Japanese language support by @hououinkami
electerm - v1.11.13

Published by zxdong262 over 3 years ago

fix: Fix local exec param support

electerm - v1.11.12

Published by zxdong262 over 3 years ago

  • feat: Support exec path with params
electerm - v1.11.11

Published by zxdong262 over 3 years ago

  • feat: Add debug switch in settings
  • fix: Fix can not connect some old ssh server
  • deps: Rollback to Electron 9
  • build: Remove mac-arm build
electerm - v1.11.8

Published by zxdong262 over 3 years ago

  • fix: fix worker websocket memory leak
  • feat: Instantly switch terminal encoding (#2043) by @mmagi
electerm - v1.11.6

Published by zxdong262 almost 4 years ago

  • [fix] Fix worker may not load in time issue
  • [chor] Fix brew install guide by @kawarimidoll
  • [warn] The mac-arm64 build may still not work
electerm - v1.11.5

Published by zxdong262 almost 4 years ago

  • fix #2018 [fix] Fix run cmd in windows (#2024)
  • [fix] Fix upgrade function for mac
electerm - v1.11.1

Published by zxdong262 almost 4 years ago

  • [fix] Fix build for mac-arm64 (#2015)
  • [perf] Increase startup speed(Use ipc to verify server start) (#2014)
electerm - v1.11.0

Published by zxdong262 almost 4 years ago

  • [experimental] Support mac arm64(Download the mac-arm.dmg)
  • [feat] Upgrade to electron 11 (#2012)
  • [feat] fix #2008 Remove serialport support(can not get it built, if you need it, please try the old release < 1.10.14)
  • [ui] Auto expand batch input when mouse over
  • [feat] Provide password auto complete for bookmark form(Select from other bookmark's password list) (#2006)
electerm - v1.10.39

Published by zxdong262 almost 4 years ago

  • fix #2004 [fix] Fix communication with websocket in web worker (#2005)
  • [ui] Make batch input auto expand to full width
electerm - v1.10.35

Published by zxdong262 almost 4 years ago

  • [perf] Use web worker to increase performance (#2001)
  • [perf] Improve terminal UI performance
  • [perf] Improve sftp transfer performance (#1998)
electerm - v1.10.31

Published by zxdong262 almost 4 years ago

  • fix #1974 ui: Remove tabs as system drag area to avoid some menu tab unable to be clicked issue.
  • fix #1971 feat: Support pin bookmark and history panel (#1981)
  • fix #1986 feat: Send check info request with delay to reduce cpu usage in terminal info modal
  • fix #1985 ui: make transfer control icon bigger
  • ui: Remove drag-to-select function (#1988)
  • perf: Reduce transfer UI cpu load
  • fix: Fix delete folder in windows
  • fix: Fix context menu in local file manager
  • feat: Remove serialport support for windows (#1994)
  • code: Use dayjs to reduce bundle size (#1993)
electerm - v1.10.14

Published by zxdong262 almost 4 years ago

  • fix: Fix setting tabs can not click issue
electerm - v1.10.13

Published by zxdong262 almost 4 years ago

  • fix #1965 fix: Fix IME support in search Component
  • fix: Avoid create gist when gist id already set
  • fix #1956 fix: Start port from 30975
  • fix #1962 fix: Fix setting tab unclickable issue (#1964)
electerm - v1.10.9

Published by zxdong262 almost 4 years ago

  • fix #1951 fix: Fix transfer speed in windows
  • fix #1953 ui: Fix setting menu UI
  • fix #1955 feat: Support encrypt bookmarks
  • fix #1785 feat: Remove reload shortcut(cmd/ctrl + R)
  • fix #1954 feat: Add download empty sync gist warning
  • feat: Support bookmark local session (#1947)
  • fix #1945 fix: Fix ctrl + tab switch tabs
  • code refractor: setting-modal
  • ui: New setting modal UI (#1944)
electerm - 1.10.0

Published by zxdong262 almost 4 years ago

  • feat: Cancel zmodem do not reload session (#1943)
  • feat: When ignore Keyboard Interactive, use password as first return
  • feat: Add more ssh2 algorithms support
  • feat: Respect keyboard interactive echo setting
electerm - v1.9.31

Published by zxdong262 almost 4 years ago

feat: Show normal buffer text when press cmd + ArrowUp in alt buffer (like vi) (#1934)
feat: Add index number to default terminal title
feat: Add ignore keyboard interactive option in bookmark setting
fix: Fix 1.5.3 upgrade script

electerm - v1.9.27

Published by zxdong262 almost 4 years ago

  • fix #1923 fix: Fix bookmark quick command not working issue
  • feat: Add ignore button in terminal keyboard interactive
  • fix #1929 feat: Add sftp traffic icon and terminal activity icon to session tab UI