Releases: kilianc/rtail
Releases · kilianc/rtail
Release list
v0.3.0
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
v0.2.0
New
- Collapsable timestamp column [@kilianc]
- Deep linking to a stream [@kilianc]
- Smart timestamp parsing option to avoid double timestamps, also added
--no-date-parseto 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-ttyin--no-ttyfor consistency [@kilianc] - Updated
--helpoutput [@kilianc] - Updated
README.mdoutput [@timriot] - Updated deps [@kilianc]