Releases: tessro/tron
Releases · tessro/tron
v1.0.4
v1.0.3
v1.0.2
Changelog
- Fix errors when using mDNS hostnames in release builds
v1.0.1
v1.0.0
Changelog
- 07bbdc3
Responsestruct - aec80db add
Bodyto genericRequest - c3d75d7 add
areacommands - 07bc822 add
device infocommand, format device output - caadae2 add
getcommand - 0edf00e add
mapstructure - a3024f2 add
postcommand - 55a6d01 add
server infoand prettify server output - b3b80b9 add
server infoto README - 9f0b330 add
service listcommand - ff667f3 add
zone dimcommand - 230582c add
zone infocommand - b72ef75 add
zone listcommand - 15c9670 add
zone on/offcommands - 99ac3b7 add
zone statuscommand - 52d5f0c add a terminology explanation to the README
- d40612d add dim range to README
- 091ab74 add ergonomics note
- f10a0a0 add mDNS instructions
- cce7871 add new commands to README
- 38c4c37 add new commands to README
- 987df27 add usage for
device info - 86c111e add zone commands to README
- b63729a capitalize URL, omit empty fields
- 5921db1 clarify get/post errors
- 59bbb94 decode LEAP version during ping
- af23cb3 encapsulate pairing certificate
- a115fc6 expect 201 status response for
CreateRequest - a2ad90b extract TLS connections into a shared member
- aa38b69 extract
readLinehelper method - f88277c extract
sendmethod, consolidate writing - 23dce82 extract all
href-only objects intoHrefObject - 48cfe68 extract client cert loading
- fcdecf4 extract common
RequestHeader - fd76a56 generate unique client tags
- ded816b generify
PingRequestasRequest - c0ec4d5 handle responses
- 33cc7f9 initial commit
- 5145ace load certs relative to $HOME
- 50303b0 parse
dimduration and delay correctly - 22a3d5c parse responses into Go structs
- aaba6dc pass
Clientto its methods by reference - 16ad152 point sending arrow the right way in verbose mode
- 3cda85b print
getoutput as JSON - b2a989a print local zones in device info
- 6b5f480 print verbose output to stderr
- 9d36ca2 remove redundant
usage:prefix - 42d6504 remove unused string from
Pairreturn type - 6bf0498 remove unused string from
Pingreturn type - b9bf7fc support dim duration and delay
- 509eadd tell the user to push the button
- 9d48d81 tidy modules
- 4f15e07 use UUIDs for client tags
- 7cdd0f4 use
GetforPingandDevices