0.4.0
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.