Skip to content

0.3.0

Choose a tag to compare

@astefanutti astefanutti released this 14 Aug 13:25
· 347 commits to master since this release
3d13771

Features

  • Scrollable exec terminal
  • Support copy to system clipboard in exec terminal

Enhancements

  • Use copy ClipboardEvent to write terminal selection in Web browser
  • Use CRLF when copying lines from exec terminal on Windows
  • Copy wrapped lines from exec terminal as a single line to clipboard
  • Clear selection and scroll to bottom on user input in exec terminal
  • Shift+, allows navigating pages from exec terminals
  • Alt+1,...,9 allows navigating pages by index from exec terminals
  • Send exec terminal connection keep alive message periodically
  • Support partial kubeconfig files during configuration merging
  • Set macOptionIsMeta option to true for Web client

Changes

  • Upgrade Xterm.js to version 3.6.0
  • Use Xterm.js for terminal emulation instead of term.js