Skip to content

1.4.0

Compare
Choose a tag to compare
@tsl0922 tsl0922 released this 03 Sep 11:08
1.4.0

ttyd 1.4.0 is out, it is our biggest release yet!

This release comes with significant performance improvements and less memory usage.

xterm.js has been updated to 3.0 version which moves from DOM-based rendering to canvas-based, there was a 5 to 45 times performance improvement depending on the situation.

The ZMODEM protocol support is added, yes you can use lrzsz now 🎉 , here is a screenshot:

sz

ChangeLog

  • protocol: fix host origin checking (784ac09)
  • protocol: fix a regression that may crashes the server(710aa1c)
  • protocol: use binary message (47ba5da)
  • protocol: avoid extra copy of pty data (9dd8a97)
  • server: use libwebsockets's built-in ping-pong (26f8b17)
  • openwrt: add a simple luci app for ttyd(a566c6c)
  • Removed the --signal-list option (a59da79)
  • Support numeric value for --signal (a5b8905)
  • Sync window title with the terminal (2087fc6)
  • Replace browserify with webpack (9715585)
  • Upgraded xterm.js to 3.0.2 (40c8861)
  • Added ZMODEM support 🎉 (8ff3d31)