Skip to content

Releases: moul/gotty-client

v1.4.0

30 Dec 06:20
1c35271
Compare
Choose a tag to compare
  • 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

full commits list

v1.3.0

27 Oct 19:11
v1.3.0
379ad86
Compare
Choose a tag to compare
  • Fix connected state when using Connect() + Loop() methods
  • Add ExitLoop which allow to exit from Loop function

full commits list

v1.2.0

23 Oct 15:13
v1.2.0
815d74b
Compare
Choose a tag to compare
  • 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

v1.1.0

10 Oct 21:27
305ce7c
Compare
Choose a tag to compare
  • Handling arguments + using mutexes (thanks to @QuentinPerez)
  • Add logo (#9)
  • Using codegansta/cli for CLI parsing (#3)
  • Fix panic when running on older GoTTY server (#13)
  • Add 'homebrew support' (#1)
  • Add Changelog (#5)
  • Add GOXC configuration to build binaries for multiple architectures (#2)

full commits list

v1.0.1

27 Sep 19:50
001d1f3
Compare
Choose a tag to compare
  • Using party to manage dependencies

v1.0.0

27 Sep 19:37
72597de
Compare
Choose a tag to compare

Initial release

Compatible with GoTTY version: v0.0.10

Features

  • Support basic-auth
  • Support terminal-(re)size
  • Support write
  • Support title
  • Support custom URI