Releases: eshaffer321/itemize
Releases · eshaffer321/itemize
Release list
v0.1.10
Changelog
- ff72044 chore(deps): bump github.com/eshaffer321/walmart-client-go/v2 (#54)
- 28887bf chore(deps): bump github.com/pressly/goose/v3 from 3.27.1 to 3.27.2 (#50)
- 8ac8761 chore(deps): bump securego/gosec from 2.26.1 to 2.27.1 (#49)
- 6391e4a feat: add -account and -list-accounts flags for Amazon multi-account UX (#56)
- ccb6948 feat: add GoReleaser release pipeline with version flag (#45)
Release v0.1.9
- Rebrand from 'Monarch Money' to 'Monarch' (#41) - Add opt-out Sentry telemetry (#42) - Bump monarch-go dependency to v2.0.0 (#43)
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.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.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)