Sorenisanerd Gotty Versions Save

Share your terminal as a web application

v1.5.0

1 year ago

Commits

  • 3ae13e0: Bump terser from 5.12.1 to 5.14.2 in /js (dependabot[bot]) #42
  • 7706bf2: add slash (xgdgsc) #48
  • c197990: Add @xgdgsc as a contributor (Søren L. Hansen)
  • 2c4004d: Add @flechaig as a contributor (Søren L. Hansen)
  • c2428c8: Add @Fan-SJ as a contributor (Søren L. Hansen)
  • 7a96f37: Always disable CGO (Søren L. Hansen)
  • 61a056c: Merge remote-tracking branch 'origin/master' (Søren L. Hansen)
  • d0e3ffb: Add missing import "strings" (Søren L. Hansen)
  • 94e5873: Refresh dependencies, drop node-sass (Søren L. Hansen)
  • 7d431a7: Ensure --quiet flag is honored (Søren L. Hansen)
  • 316d5ff: Run tests on pull requests (Soren L. Hansen) #50
  • d8fe975: Create a release when a new tag is pushed (Søren L. Hansen)
  • 6b2ae89: Add @dmartin as a contributor (Søren L. Hansen)
  • 276767a: Add @ahmetb as a contributor (Søren L. Hansen)
  • 74c1318: Add @CoconutMacaroon as a contributor (Søren L. Hansen)
  • fcfa161: Add @DannyBen as a contributor (Søren L. Hansen)
  • e03ea9c: Update @flechaig as a contributor (Søren L. Hansen)
  • 270ae45: Add @George-NG as a contributor (Søren L. Hansen)
  • 1a6bccd: Add @ghthor as a contributor (Søren L. Hansen)
  • f52fbd7: Add @jpillora as a contributor (Søren L. Hansen)
  • accff3a: Add @kaisawind as a contributor (Søren L. Hansen)
  • 8014af3: Add @linyinli as a contributor (Søren L. Hansen)
  • 3bd9836: Add @LucaMarconato as a contributor (Søren L. Hansen)
  • 369e2f7: Add @masterkain as a contributor (Søren L. Hansen)
  • ca691bc: Add @Nexuist as a contributor (Søren L. Hansen)
  • 8d7f5fc: Update @prusnak as a contributor (Søren L. Hansen)
  • 5a052e7: Add @qigj as a contributor (Søren L. Hansen)
  • 95e1bbd: Add @shuaiyy as a contributor (Søren L. Hansen)
  • 89a04d1: Update @sorenisanerd as a contributor (Søren L. Hansen)
  • d594bef: Add @v20z as a contributor (Søren L. Hansen)
  • 09f7e95: Update @xgdgsc as a contributor (Søren L. Hansen)
  • 7b994ec: Add @Yann-Qiu as a contributor (Søren L. Hansen)
  • 9877e9c: Update @flechaig as a contributor (Søren L. Hansen)
  • 3c45888: Update @prusnak as a contributor (Søren L. Hansen)
  • 34f516b: Update @sorenisanerd as a contributor (Søren L. Hansen)
  • b3c5d03: Update @xgdgsc as a contributor (Søren L. Hansen)
  • 1bbfd5e: Add make target to add contributors (Søren L. Hansen)

v1.4.0

1 year ago

It's been a while since our last release. The most interesting new thing is the file upload/download mechanism. Any ZModem transfer (the sz and rz commands from lrzsz) will trigger a popup where you can accept or reject the file transfer.

Otherwise, it's all bug fixes and behind the scenes improvements.

  • Add @hardliner66 as a contributor (1ca998e)
  • Add @jkandasa as a contributor (cd23910)
  • Add backend tests (603c650)
  • Add generated data to git (a9fbc07)
  • add quiet flag to disable logging (4109b11)
  • Add references to @yudai (bffd821), closes #8
  • Add rule to build gotty.js.map (82c3acf)
  • Apply font size and family in xterm (f157dbe), closes #21
  • Avoid HTTP 401 error on manifest.json due to CORS (817b5c8)
  • Bump browserslist from 4.16.4 to 4.16.6 in /js (8deba62)
  • Disable arg passing by default (5c8eb10), closes #17
  • Do not include ALL of bootstrap (b63ea16)
  • Ensure defaults for booleans is set correctly (28f8e61), closes #16
  • Fix existing tests (d674aa1), closes #13
  • Fix warnings from Markdown linter (aa86a34)
  • go fmt (dcb153c)
  • Improve webtty test coverage (f61763f)
  • Make client request base64 encoding (dd3603c)
  • Make sure we read the full message (1eed97f)
  • Publish artifacts on push to master (6c62ab7)
  • Remove hterm (163fd05)
  • Run tests on push (55674f1)
  • Run tests on push to all branches (679a324)
  • update go version in Dockerfile (fd2fb99)
  • Update js dependencies (26fc412)
  • Update xterm.js and other js libs (81afdc7), closes #18
  • Use bootstrap components for up- and downloads (7f05f2f)
  • Use Go's built-in embed mechanism (f66f0d0), closes #7
  • feat(zmodem): Allow file uploads/downloads (782991c)

latest

1 year ago

Commits

  • bfed9b4: Release 1.4.0 (Søren L. Hansen)

v1.3.0

2 years ago
  • Links in the tty are now clickable.
  • Use WebGL for rendering by default.
  • Ensure authentication (TLS or Basic auth) remain enabled even if some of the options are only given in config files. Thanks, @devanlai!
  • Fix typo in README.md. Thanks, @prusnak!
  • Add arm64/Linux build. Thanks for the suggestion, @nephaste!

v1.2.0

3 years ago
  • Pass BUILD_OPTIONS to gox, too, so release artifacts have version info included.
  • Update xterm.js 2.7.0 => 4.11.0
  • Lots of clean up.

v1.1.0

3 years ago

Calling the release v2 made it very awkward to install. Oh, well.

2.1.0

3 years ago
  • Use Go modules and update cli module import path (Thanks, @svanellewee)
  • Fix typos (Thanks, @0xflotus, @RealCyGuy, @ygit, @Jason-Cooke and @fredster33!)
  • Fix printing of ipv6 addresses (Thanks, @Felixoid!)
  • Add Progressive Web App support (Thanks, @sehaas!)
  • Add instructions for GNU screen (Thanks, @Immortalin!)
  • Add Solaris support (Thanks, @fazalmajid!)
  • Fix pasting large blobs.
  • Update to newer dependencies (urfave/cli/v2 and creack/pty)
  • Use hterm by default
  • Set TERM environment by default
  • New maintainer: @sorenisanerd

2.1.0alpha2

3 years ago
  • Use Go modules and update cli module import path (Thanks, @svanellewee
  • Fix typos (Thanks, @0xflotus, @RealCyGuy, @ygit, @Jason-Cooke and @fredster33!)
  • Fix printing of ipv6 addresses (Thanks, @Felixoid!)
  • Add Progressive Web App support (Thanks, @sehaas!)
  • Add instructions for GNU screen (Thanks, @Immortalin!)
  • Add Solaris support (Thanks, @fazalmajid!)
  • New maintainer: @sorenisanerd

2.1alpha1

3 years ago

Cutting a new release including a number of PR's from yudai/gotty.