Skip to content

Releases: yudai/gotty

v2.0.0-alpha.3

13 Dec 08:57
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

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

08 Aug 08:34
Compare
Choose a tag to compare

This release is mainly for bug fixes.

Fixes

  • #118: gotty.js clears browser's Local Storage
  • #122: Configuration via environment variables doesn't work except GOTTY_CONFIGklllll
  • #136: max-connections reporting wrong count

Release v1.0.0

21 May 05:41
Compare
Choose a tag to compare

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.
  • New option to specify the number of max connections to the process (#112
    • Use --max-connection.
  • New option to close the process when it's idle for some time (#78, #115)
    • Use --timeout option to set the deadline

v0.0.13

13 Apr 07:20
Compare
Choose a tag to compare
Release v0.0.13

* No functional changes
* Updated golang to 1.6.1
* Fixed `go get` broken binary

v0.0.12

18 Oct 03:11
Compare
Choose a tag to compare
Release v0.0.12

* Bug fixes
* New option `--close-signal` to choose a signal sent to child processes

v0.0.11

07 Oct 04:10
Compare
Choose a tag to compare
Release v0.0.11

* Bug fixes
* SSL/TLS client certificate authentication support by @freakhill and @uovobw
* New option `--permit-argument` to allow client to provide command line arguments by @QuentinPerez

v0.0.10

03 Sep 03:26
Compare
Choose a tag to compare
Release v0.0.10

* Syntax check for the configuration file
* Better handling of invalid UTF-8 bytes

v0.0.9

01 Sep 06:16
Compare
Choose a tag to compare
Release v0.0.9

* Fix basic authentication and reconnection conflict
* Send ping/pong to keep connections

v0.0.8

31 Aug 16:31
Compare
Choose a tag to compare
Release v0.0.8

* Fixed TLS/SSL default files loading error
* Fixed Sasfari basic authentication error

v0.0.7

30 Aug 12:58
Compare
Choose a tag to compare
Release v0.0.7

* Favicon has been added