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
This commit is contained in:
Iwasaki Yudai 2015-08-22 15:41:03 +09:00
parent 94f571d629
commit 5ee6356242

View File

@ -11,7 +11,7 @@ import (
func main() {
cmd := cli.NewApp()
cmd.Version = "0.0.2"
cmd.Version = "0.0.3"
cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application"
cmd.HideHelp = true