Skip to content

1.3.0

Compare
Choose a tag to compare
@tsl0922 tsl0922 released this 11 Feb 01:10
· 804 commits to main since this release
1.3.0
5bbcbb4

This release comes with some new features and bug fixes, and xterm.js has been upgraded to the latest version with huge performance improvements.

xterm.js 2.3.0 introduces a new option useFlowControl which is not enabled by default, you can enable it on ttyd with option: -t useFlowControl=true.

ChangeLog

  • --index option: custom index.html path (c9ffa8a)
  • --browser option: open terminal with the default system browser (e4c4fea)
  • --signal-list option: print a list of supported signals (896ca9c)
  • Shrinked docker image size (@dduportal, 8db5ca5)
  • Added support for listening on UNIX domain socket (#33, de75490)
  • Improved base64 decode and utf8 handling on the client side (f0414d3)
  • Fixed command execution order issue (#34 (comment), ffdf56e)
  • Added confirm dialog for window closing (82148cd)
  • Upgraded to xterm.js 2.3.1 (62b2bb5)