Skip to content

Tags: axxapy/gotty

Tags

v2.0.0

Toggle v2.0.0's commit message
v2.0.0 - modernized toolchain, hterm dropped, reconnect bug fixed

Major release. Most of the codebase has been refreshed from its 2021
state.

Breaking changes:
  - --term=hterm and the `term:` config key are no longer accepted.
    hterm support and its libapps dependency are removed; xterm.js is
    the only supported terminal frontend.
  - The `preferences { ... }` config block (hterm-only) is gone.
  - The config file at ~/.gotty is now YAML, not HCL1. Mechanical
    conversion: `key = "value"` -> `key: "value"`, `// ...` -> `# ...`.

Bug fix:
  - Keystrokes were sent N+1 times to the server after N reconnects,
    because xterm.js IDisposables returned by term.onData/onResize
    were discarded and deactivate() never detached the listeners.

See PR #2 for the full changelog.

v1.1.3

Toggle v1.1.3's commit message
release github flow

v1.1.2

Toggle v1.1.2's commit message
update js libs

v1.1.1

Toggle v1.1.1's commit message
flags as pointers

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from axxapy/headers

functionality
---
option to passthru headers && cookies as env variables

misc
---
update build system
refactor structure
update js

v2.0.0-alpha.3

Toggle v2.0.0-alpha.3's commit message
Release v2.0.0-alpha.3

pre-release

Toggle pre-release's commit message
Release v2.0.0-alpha.2

v1.0.1

Toggle v1.0.1's commit message
Release v1.0.1

This release is bug fixes.

Fixes
-----

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

v1.0.0

Toggle v1.0.0's commit message
Release 1.0.0

v0.0.13

Toggle v0.0.13's commit message
Release v0.0.13

* No functional changes
* Updated golang to 1.6.1
* Fixed `go get` broken binary