Skip to content

Releases: eshaffer321/itemize

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 02 Jul 03:22
6391e4a

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

Choose a tag to compare

@github-actions github-actions released this 02 Jul 02:51
910796f
- 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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 01:59
8fa8e4f
Merge pull request #40 from eshaffer321/fix/amazon-multi-shipment-mat…

Release v0.1.7

Choose a tag to compare

@github-actions github-actions released this 21 Jun 02:17

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

Choose a tag to compare

@github-actions github-actions released this 03 Jun 03:16
Release v0.1.4

Release v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 02:56
- 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

Choose a tag to compare

@github-actions github-actions released this 31 May 13:57
Release v0.1.2

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 May 02:46
Release v0.1.1 - fix Costco partial-description discount matching

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 May 02:11
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)