Skip to content

Releases: clarabennettdev/logpilot

v0.3.0

21 Feb 21:20

Choose a tag to compare

Changelog

  • ab9e56c fix: update goreleaser owner to clarabennettdev
  • 38d6cb8 feat: add detail pane, cursor navigation, and enhanced status bar
  • 35941eb Merge pull request #14 from clarabennett2626/feature/tui-core-scrolling
  • eabfffb feat: Core TUI model + log list with virtual scrolling

v0.2.0

20 Feb 00:01

Choose a tag to compare

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

18 Feb 02:09
65d2a01

Choose a tag to compare

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