Skip to content

Releases: kilianc/rtail

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 23:45
0789066

What's Changed

  • Revamp: Preact + TypeScript webapp, ESM CLI, esbuild build, redesigned UI by @kilianc in #138
  • Ship rtail-server as a container image by @kilianc in #139
  • Move to a single main branch, with version bumps cutting releases by @kilianc in #140
  • Query the stream, extract JSON fields, and stop expanding every payload by @kilianc in #141
  • Ship the CLI as TypeScript and build out the test suite by @kilianc in #142

Full Changelog: https://github.com/kilianc/rtail/commits/v0.3.0

v0.2.1

Choose a tag to compare

@kilianc kilianc released this 11 Jul 22:57

Fixes

  • Webapp cache wasn't getting reset properly after 6h when serving from s3 [@kilianc]

v0.2.0

Choose a tag to compare

@kilianc kilianc released this 11 Jul 02:50

New

  • Collapsable timestamp column [@kilianc]
  • Deep linking to a stream [@kilianc]
  • Smart timestamp parsing option to avoid double timestamps, also added --no-date-parse to disable it. [@kilianc]
  • Resizable sidebar and ellipsis for long stream names [@kilianc]

Fixes

  • Multiple spaces support, have fun with ASCII art ! [@kilianc]
  • Fixed XSS vulnerability allowing to inject html / js code in a stream [@kilianc]
  • Fixed popup triagle color [@timriot]
  • Renamed -not-tty in --no-tty for consistency [@kilianc]
  • Updated --help output [@kilianc]
  • Updated README.md output [@timriot]
  • Updated deps [@kilianc]

v0.1.1

Choose a tag to compare

@kilianc kilianc released this 11 Jul 02:59

Fixes

  • Wait dispatch of all messages before closing the socket [@kilianc]

v0.1.0

Choose a tag to compare

@kilianc kilianc released this 11 Jul 02:59

Initial release