Releases: moul/gotty-client
Releases · moul/gotty-client
v1.4.0
- Remove solaris,plan9,nacl for
.goxc.json
- Add an error if the go version is lower than 1.5
- Flexible parsing of the input URL
- Add tests
- Support of
--skip-tls-verify
v1.3.0
- Fix
connected
state when usingConnect()
+Loop()
methods - Add
ExitLoop
which allow to exit fromLoop
function
v1.2.0
- Removed an annoying warning when exiting connection (#22) (@QuentinPerez)
- Add the ability to configure alternative stdout (#21) (@QuentinPerez)
- Refactored the goroutine system with select, improves speed and stability (@QuentinPerez)
- Add debug mode (
--debug
/-D
) (#18) - Improve error message when connecting by checking HTTP status code
- Fix arguments passing (#16)
- Dropped support for golang<1.5
- Small fixes