Releases: yudai/gotty
Releases · yudai/gotty
v2.0.0-alpha.3
This is an ephemeral test release for the v2.0.0 series.
Once a new release has been released, this tag and release will be deleted.
v2.0.0 has many improvement and changes including:
- Switching the default terminal to Xterm.js with CJK support
- Modularizing the browser side code in TypeScript
- New server side code with reusable APIs
See https://github.com/yudai/gotty/milestone/3 for more changes.
Release v1.0.1
Release v1.0.0
This is the first release of v1.0.0 and probably the last release of v1.0.0.
The changes from the previous version v0.0.13 are:
- New options to fix the terminal size (#121)
- With
--width
and--height
, you can set a fixed terminal size.
- With
- New option to specify the number of max connections to the process (#112
- Use
--max-connection
.
- Use
- New option to close the process when it's idle for some time (#78, #115)
- Use
--timeout
option to set the deadline
- Use