Releases: eshaffer321/itemize
Releases · eshaffer321/itemize
Release v0.1.8
Merge pull request #40 from eshaffer321/fix/amazon-multi-shipment-mat…
Release v0.1.7
Changes
- Removed a mistakenly committed local auth/session token file from the current tree.
- Added ignore rules for local token and cookie JSON files so they are less likely to be committed again.
- Includes the functionality from the superseded v0.1.5/v0.1.6 releases: persistent Amazon browser profiles and Anthropic Claude categorizer support.
Security note
The exposed token should be treated as compromised and revoked/rotated. The compromised v0.1.5 and v0.1.6 GitHub releases/tags were removed, and this release was built from the cleaned tree.
Verification
- PR CI passed on #35.
- Post-merge
mainCI passed, including the security scan. - Release workflow passed and uploaded binaries for macOS, Linux, and Windows.
Release v0.1.4
Release v0.1.4
Release v0.1.3
- fix: handle Amazon gift-card orders and non-reducing non-bank charge entries (#26) - ci: bump Go to 1.25.11, fixing govulncheck stdlib advisories GO-2026-5039 / GO-2026-5037; release binaries now built on the patched toolchain (#27)
Release v0.1.2
Release v0.1.2
Release v0.1.1
Release v0.1.1 - fix Costco partial-description discount matching
Release v0.1.0
chore: fix release workflow for renamed binary and removed Docker (#22) - Build from ./cmd/itemize/ (entry point moved from repo root) - Output binary as itemize (renamed from monarchmoney-sync-backend) - Remove Docker job (Dockerfile was removed in #18)