Skip to content

Tags: ButtNet/gotty

Tags

v0.0.12

Toggle v0.0.12's commit message
Release v0.0.12

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

v0.0.11

Toggle v0.0.11's commit message
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

Toggle v0.0.10's commit message
Release v0.0.10

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

v0.0.9

Toggle v0.0.9's commit message
Release v0.0.9

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

v0.0.8

Toggle v0.0.8's commit message
Release v0.0.8

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

v0.0.7

Toggle v0.0.7's commit message
Release v0.0.7

* Favicon has been added

v0.0.6

Toggle v0.0.6's commit message
Release v0.0.6

* Profile file is merged into config file

v0.0.5

Toggle v0.0.5's commit message
Release v0.0.5

* Config file support
* Some naming changes to command line options

v0.0.4

Toggle v0.0.4's commit message
Release v0.0.4

* New `--title-format` option to specify window titles
* Terminal profile support is added
* ARM architecture support
* New `--auto-reconnect` option to reconnect to the server
* TLS/SSL option by `-t` option
* `--once` option to shutdown the server after the first client exits
* Better UTF-8 input support

v0.0.3

Toggle v0.0.3's commit message
Release v0.0.3

* Client PTYs are closed properly without EOF byte
* Added the "-r" option to generate random URL by @shoz
* Added BSD support