Skip to content

Commit

Permalink
Release v0.0.4
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yudai committed Aug 27, 2015
1 parent f60fd58 commit 6e39085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -13,7 +13,7 @@ import (

func main() {
cmd := cli.NewApp()
cmd.Version = "0.0.3"
cmd.Version = "0.0.4"
cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application"
cmd.HideHelp = true
Expand Down

0 comments on commit 6e39085

Please sign in to comment.