Skip to content

0.4.0

Compare
Choose a tag to compare
@astefanutti astefanutti released this 19 Jan 18:28
· 262 commits to master since this release
332b9c7

Features

  • OpenID Connect support with token refresh (#14)

Enhancements

  • Allow displaying logs for completed pods
  • Use base64url.bearer.authorization.k8s.io subprotocol to authenticate WebSocket requests
  • Scroll to bottom exec terminal on clipboard paste
  • Allow copying text from exec terminal when the request fails
  • Increase exec terminal scrollback to 10000 lines
  • Throttle pod log and exec terminal scrolling
  • Do not reset pod logs scroll on render
  • Add error messages when reading files from the browser
  • Revert back to using Canvas renderer in Firefox (xtermjs/xterm.js#1859)

Fixes

  • Error "Unable to verify first certificate" on connection bug (#7)
  • TypeError: Cannot read property 'certificatePath' of undefined bug (#18)

Changes

  • Upgrade Xterm.js to version 3.10.1