Skip to content

0.4.0

Compare
Choose a tag to compare
@gsamokovarov gsamokovarov released this 16 Sep 14:49
· 727 commits to main since this release

This release removes the GPL dependency of vt100.js with Christopher Jeffrey's term.js.

  • Drop the GPL dependency of vt100.js.
  • Use term.js as vt100.js replacement.
  • Add config.web_console.term for using custom $TERM.
  • Add config.web_console.style.colors for color theming.
  • Add config.web_console.style.font for using custom fonts.
  • Fix zsh repeating the first command argument on servers started inside a TMUX session.