gotty

Share your terminal as a web application

MIT License

Stars
18.7K
Committers
23

Bot releases are hidden (Show)

gotty - v2.0.0-alpha.3 Latest Release

Published by yudai almost 7 years ago

This is an ephemeral test release for the v2.0.0 series.
Once a new release has been released, this tag and release will be deleted.

v2.0.0 has many improvement and changes including:

  • Switching the default terminal to Xterm.js with CJK support
  • Modularizing the browser side code in TypeScript
  • New server side code with reusable APIs

See https://github.com/yudai/gotty/milestone/3 for more changes.

gotty - Release v1.0.1

Published by yudai about 7 years ago

This release is mainly for bug fixes.

Fixes

  • #118: gotty.js clears browser's Local Storage
  • #122: Configuration via environment variables doesn't work except GOTTY_CONFIGklllll
  • #136: max-connections reporting wrong count
gotty - Release v1.0.0

Published by yudai over 7 years ago

This is the first release of v1.0.0 and probably the last release of v1.0.0.

The changes from the previous version v0.0.13 are:

  • New options to fix the terminal size (#121)
    • With --width and --height, you can set a fixed terminal size.
  • New option to specify the number of max connections to the process (#112
    • Use --max-connection.
  • New option to close the process when it's idle for some time (#78, #115)
    • Use --timeout option to set the deadline
gotty - v0.0.13

Published by yudai over 8 years ago

gotty - v0.0.12

Published by yudai about 9 years ago

gotty - v0.0.11

Published by yudai about 9 years ago

gotty - v0.0.10

Published by yudai about 9 years ago

gotty - v0.0.9

Published by yudai about 9 years ago

gotty - v0.0.8

Published by yudai about 9 years ago

gotty - v0.0.7

Published by yudai about 9 years ago

gotty - v0.0.6

Published by yudai about 9 years ago

gotty - v0.0.5

Published by yudai about 9 years ago

gotty - v0.0.4

Published by yudai about 9 years ago

gotty - v0.0.3

Published by yudai about 9 years ago

  • Client PTYs are closed properly without EOF byte
  • Added the "-r" option to generate random URL by @shoz
  • Added BSD support
gotty - v0.0.2

Published by yudai about 9 years ago

  • Added the -c option for Basic Authentication by @mattn
  • Experimental 32 bit support
  • Switch to Go1.5
gotty - v0.0.1

Published by yudai about 9 years ago

Initial release.