Skip to content

Releases: vicentereig/plausible-cli

v2.0.1

13 Dec 12:53

Choose a tag to compare

feat: multi-platform release builds with homebrew tap automation

- Build pre-compiled binaries for macOS (arm64/amd64) and Linux (arm64/amd64)
- Add SHA256 checksums for all artifacts
- Automate homebrew-tap formula updates on release
- Remove local homebrew formula (now in vicentereig/homebrew-tap)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

v2.0.0

29 Oct 21:29

Choose a tag to compare

Highlights

  • Migrated all plausible stats * commands to Plausible's Stats API v2 (POST /api/v2/query) with automatic translation for legacy filters, sorting, and pagination flags.
  • Added realtime visitor reporting via rolling five-minute v2 queries, filling gaps when time labels are absent and normalising bounce rates.
  • Hardened command validation: clearer errors for unsupported flags (e.g. --compare, aggregate --properties, bare --page) and smarter defaults for metrics/intervals.
  • Updated LLM + architecture docs to describe the new request/response shapes and include/totals behaviours.

Upgrade Notes

  • The release is a breaking change; Stats API keys are now the expected credential for analytics endpoints. Aggregate --properties, --compare, and --interval flags are intentionally rejected until v2 adds equivalent support.
  • Rebuild or reinstall (cargo install plausible-cli --locked) after pulling the tag to pick up the new client behaviour.

v1.0.0

29 Oct 15:20

Choose a tag to compare

Prepare v1.0.0 release