mirror of
https://github.com/yudai/gotty.git
synced 2025-12-24 03:10:13 +01:00
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
This commit is contained in:
parent
f60fd58f9b
commit
6e39085a53
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue