Releases: clarabennettdev/logpilot
Releases · clarabennettdev/logpilot
v0.3.0
v0.2.0
What's Changed
- feat: add stdin/pipe reader for command composability by @clarabennett2626 in #11
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Changelog
- 65d2a01 Create main.go
- bcb1d51 Create release.yml
- b4b95b6 Create ci.yml
- 473cdb3 feat: add stdin/pipe log source for command composability (#10)
- d19bd13 feat: local file reader with live tailing and rotation handling (#7)
- 341496b feat: add human-readable log renderer with color-coded output (#5)
- c57b2c7 feat: format auto-detection engine (JSON, logfmt, plain text) (#2)
- 195fa5f Initial project scaffold: Go module, Bubble Tea TUI shell, CI/CD
- 14b23bd Initial commit