This is a bug fix release for 1.5.0.
Zmodem support should be more stable now, error handling of the frontend got a lot of improvements too.
Changelog
- Bump to 1.5.1 (0a8eb1d)
- html: update modal style (ef00274)
- Update dependencies to enable Greenkeeper 🌴 (#200) (54711e8)
- build(deps): bump lodash from 4.17.11 to 4.17.14 in /html (#199) (819d605)
- xterm.js 3.14.5 (a1b5c23)
- html: abort zmodem session on ctrl+c (e8fd62e)
- html: add empty check for copy (39f89ce)
- html: polish zmodem code (218b149)
- html: handle websocket error (20f2026)
- server: remove the reconnect option (enabled by default) (0fc275f)
- html: retry websocket connection with exponential backoff (fd29928)
- html: reformat code (b0ed073)
- html: move zmodem code as Component/ITerminalAddon (84ac40a)
- xterm.js 3.14.4 (c4b9b6e)
- protocol: remove the O_NONBLOCK flag on pty fd (513c64c)
- html: abort on zmodem consume error (9633942)