Skip to content

v0.1.0-cli.34

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 06:57
· 4 commits to master since this release
3cf8aad

ReceiptRadar CLI

Local-first receipt → ledger. No cloud. No account.

Highlights

  • Ledger schema v4 soft-delete (trash / restore / purge)
  • rradar release-check gates process, soft-delete, integrity, demo, api-smoke
  • Archive ships version.json + VERSION derived from the binary (no hardcoded schema)

Install

See docs/INSTALL.md.

# verify download
sha256sum -c rradar-*.sha256
# after unpack:
./rradar version --long
./rradar release-check --fixtures /path/to/repo/fixtures

Archive includes: binary, LICENSE, README, INSTALL, cli.md, privacy.md, ledger-schema.md, RELEASE.md, CHANGELOG, THIRD_PARTY_NOTICES, VERSION, version.json.

Smoke

./rradar version --long
./rradar engines
./rradar release-check --fixtures fixtures
./rradar doctor

ONNX weights are not bundled; optional --features onnx build + tools/fetch-models.*.

What's Changed

  • closure: CLI RC — Windows smoke fix + attachment purge lifecycle by @taipei49314 in #2

New Contributors

Full Changelog: v0.1.0-cli.30...v0.1.0-cli.34