Releases: agent-receipts/dashboard
Releases · agent-receipts/dashboard
dashboard v0.3.0
What's Changed
- chore(deps): bump sdk/go to v0.11.0 (v0.3.0 envelope migration) by @ojongerius in #67
- test(store): drop double-close on raw sqlite handle in legacy-shape test by @ojongerius in #68
- chore(release): bump to v0.3.0 by @ojongerius in #69
Full Changelog: v0.2.2...v0.3.0
dashboard v0.2.2
What's Changed
- fix(ui): truncate long action type labels in distribution chart by @ojongerius in #65
- chore: release v0.2.2 by @ojongerius in #66
Full Changelog: v0.2.1...v0.2.2
dashboard v0.2.1
What's Changed
- fix(ui): cap action distribution chart to top 5 by @ojongerius in #63
- chore: release v0.2.1 by @ojongerius in #64
Full Changelog: v0.2.0...v0.2.1
dashboard v0.2.0
What's Changed
- Add output status mismatch detection for receipts by @ojongerius in #52
- feat(ui): polish dashboard with context header, keyboard nav, and skeletons by @ojongerius in #53
- docs: add CHANGELOG.md by @ojongerius in #54
- feat(ui): render structured Outcome details in receipt detail view by @ojongerius in #56
- feat: add by_action stats breakdown and align default query limit by @ojongerius in #55
- feat: add Ed25519 signature verification to chain verify endpoint by @ojongerius in #57
- feat(ui): add JSON download buttons to receipt and chain modals by @ojongerius in #60
- fix: cap overview recent-receipts fetch to 20 rows by @ojongerius in #59
- feat(ui): render structured Intent and Authorization fields in receipt detail by @ojongerius in #61
- chore: release v0.2.0 by @ojongerius in #62
Full Changelog: v0.1.6...v0.2.0
v0.1.6: Surface parameters disclosure in list and detail views
Features
- Surface operator-disclosed parameter map (ADR-0012) on receipts list and detail views
- Add 📋 indicator on list rows with non-empty parameters_disclosure
- Show Input/Output previews in hover tooltip on list
- Add Parameters Disclosure section to detail modal with expandable values
- Detect disclosure objects with any keys, not just input/output
Improvements
- Comprehensive accessibility enhancements (keyboard focus, button semantics, aria-describedby)
- XSS prevention: sanitize receipt IDs used as DOM identifiers
- Validation: check disclosure objects contain actual keys, not just exist
- Test coverage: added test case for non-primary disclosure keys
Under the Hood
- New HasParametersDisclosure field in ListReceipts response
- SQL-bounded preview extraction (200 chars, character count)
- Safe DOM id generation from receipt IDs
dashboard v0.1.5
What's Changed
- feat: live polling for new receipts by @ojongerius in #48
- chore(deps): bump the go group with 2 updates by @dependabot[bot] in #47
Full Changelog: v0.1.4...v0.1.5
dashboard v0.1.4
What's Changed
- chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 in the github-actions group by @dependabot[bot] in #43
- feat: default -db to ~/.agent-receipts/receipts.db by @ojongerius in #44
- docs: expand README to match ecosystem quality by @ojongerius in #45
- fix: migrate default db path to ~/.local/share/agent-receipts/ by @ojongerius in #46
Full Changelog: v0.1.3...v0.1.4
dashboard v0.1.3
What's Changed
- docs: ADR 0001 — adopt Wails as desktop wrapper by @ojongerius in #37
- chore(deps): bump modernc.org/sqlite from 1.49.1 to 1.50.0 in the go group by @dependabot[bot] in #39
- docs: consolidate CLAUDE.md into AGENTS.md by @ojongerius in #40
- chore: bump sdk/go dependency to v0.6.0 by @ojongerius in #42
Full Changelog: v0.1.2...v0.1.3
dashboard v0.1.2
What's Changed
- feat: show SERVER and TOOL in receipt list and detail views by @ojongerius in #35
- chore: ignore .claude/worktrees and settings.local.json by @ojongerius in #36
Full Changelog: v0.1.1...v0.1.2
dashboard v0.1.1
What's Changed
- chore: SHA-pin all GitHub Actions for supply chain security by @ojongerius in #23
- chore: add Dependabot config for actions and dependency updates by @ojongerius in #24
- chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #27
- docs: use single-dash flags to match Go flag package by @ojongerius in #26
- chore(deps): bump the go group with 2 updates by @dependabot[bot] in #28
- chore(deps): bump github.com/agent-receipts/ar/sdk/go from 0.1.0 to 0.3.0 in the go group by @dependabot[bot] in #29
- chore(deps): bump the go group with 2 updates by @dependabot[bot] in #30
- chore: bump sdk/go dependency to v0.4.0 (ADR-0008) by @ojongerius in #31
- feat: add GoReleaser, binary releases, and Homebrew tap formula by @ojongerius in #33
New Contributors
- @dependabot[bot] made their first contribution in #27
Full Changelog: v0.1.0...v0.1.1