Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.56 KB

File metadata and controls

47 lines (31 loc) · 1.56 KB

Changelog

v0.4.2 (2026-07-16)

Fixes

  • track dashboard log components so clean Linux release builds include their source

v0.4.1 (2026-07-16)

Improvements

  • migrate CLI command parsing from Cobra to Kong while preserving version and shell-completion compatibility
  • embed the compiled dashboard so release binaries serve the UI without external assets
  • refresh Go and dashboard dependencies and remove deprecated real-IP middleware
  • verify Go, frontend, and embedded-dashboard freshness before publishing tag assets

v0.4.0 (2026-05-29)

Features

  • add CLI config fallback coverage and bounded HTTP error-body handling

Improvements

  • split log HTTP handlers into focused read/write/filter helpers
  • validate export level filters and reject unknown JSON request fields
  • cap JSON request bodies and stdin log message reads
  • add dashboard typecheck script and favicon/static asset tracking
  • add dashboard just recipe and refresh maintenance notes

v0.3.0 (2026-05-15)

Features

  • add real-time SSE tail command
  • add log fingerprinting, grouped log summaries, and statistics endpoints
  • add agent inbox API, CLI, dashboard view, and persistence
  • add install doctor, database inspect, and first-run diagnostics
  • add macOS launchd service recipes with Justfile

Improvements

  • improve responsive dashboard layout and host/filter polish
  • improve installer guidance for first-time users
  • refresh README positioning, dashboard screenshot, and README hero art
  • document getting started, deployment, inbox usage, architecture, and invariants