Skip to content

1.2.0

Compare
Choose a tag to compare
@tsl0922 tsl0922 released this 13 Nov 10:20
· 830 commits to main since this release
1.2.0
16bec0a

ttyd has CJK (Chinese, Japanese, Korean) and IME support now! The new terminal emulator is based on Xterm.js, which is also used by Microsoft Visual Studio Code.

ChangeLog

  • Fixed compile error on FreeBSD (@neelchauhan, bccf6a4)
  • Re-implemented the base64 function without openssl (a16fdfd)
  • --client-option option: allows setting terminal preference on the server side (24c3f2a)
  • Moved the terminal emulator from hterm to xterm.js for CJK and IME support (#22)
  • Show websocket connection error with overlay (fdcbd35)