Skip to content

Releases: eshaffer321/itemize

Release v0.1.8

29 Jun 01:59
8fa8e4f

Choose a tag to compare

Merge pull request #40 from eshaffer321/fix/amazon-multi-shipment-mat…

Release v0.1.7

21 Jun 02:17

Choose a tag to compare

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 main CI passed, including the security scan.
  • Release workflow passed and uploaded binaries for macOS, Linux, and Windows.

Release v0.1.4

03 Jun 03:16

Choose a tag to compare

Release v0.1.4

Release v0.1.3

03 Jun 02:56

Choose a tag to compare

- 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

31 May 13:57

Choose a tag to compare

Release v0.1.2

Release v0.1.1

27 May 02:46

Choose a tag to compare

Release v0.1.1 - fix Costco partial-description discount matching

Release v0.1.0

25 May 02:11

Choose a tag to compare

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)