Skip to content

Commit 6e39085

Browse files
committed
Release v0.0.4
* 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
1 parent f60fd58 commit 6e39085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func main() {
1515
cmd := cli.NewApp()
16-
cmd.Version = "0.0.3"
16+
cmd.Version = "0.0.4"
1717
cmd.Name = "gotty"
1818
cmd.Usage = "Share your terminal as a web application"
1919
cmd.HideHelp = true

0 commit comments

Comments
 (0)