Skip to content

Releases: oneils/ynab-helper

Release list

v0.2.0

Choose a tag to compare

@oneils oneils released this 22 Jul 22:07
2118191

New Features

  • add ING Bank Śląski CSV parser 2bf2caf
  • add account-to-parser mapping UI and remove name-based lookup 088079e
  • replace detail panel selects with searchable dropdown widget 4214c5a
  • add Millennium bank CSV parser 9b710e6

Improvements

  • bump modernc.org/sqlite from 1.53.0 to 1.54.0 d71b788
  • bump actions/setup-go from 6 to 7 f3bc50d
  • bump github.com/go-chi/chi/v5 from 5.3.0 to 5.3.1 f48bf63
  • bump docker/login-action from 3 to 4 0568275
  • update copyright year to 2022–2026 294c7fd
  • add YNAB disclaimer and improve token description 9cb73ac
  • replace dynamic runs-on with literal ubuntu-latest 92f799f
  • require issue before PR, improve wording 416bfb7
  • add Docker Hub image reference to quick start ef400d0
  • expand quick start with pre-built Docker image option 676dcbd
  • add packages:write permission and fix workflow_dispatch for docker jobs 5bcd27d

Bug Fixes

  • use stable columns for transaction ID hash to prevent duplicates 7880dcd
  • transaction table not updating after skip or accept 57807e6

Other

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 22:39

Changelog

  • 603ddf1 added ci/cd badge
  • a1ddd36 added opencode as replacement for claude code
  • 6c83ed1 build(deps): bump actions/checkout from 6 to 7
  • 3485e2a build(deps): bump actions/download-artifact from 7 to 8
  • c8cb50e build(deps): bump actions/upload-artifact from 6 to 7
  • 119ff28 build(deps): bump docker/build-push-action from 6 to 7
  • dad83e5 build(deps): bump docker/setup-buildx-action from 3 to 4
  • a5737f9 build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.3.0
  • bc27e65 build(deps): bump github.com/pressly/goose/v3 from 3.26.0 to 3.27.1
  • 1eb45a1 build(deps): bump golang.org/x/text from 0.36.0 to 0.38.0
  • 6667614 build(deps): bump goreleaser/goreleaser-action from 6 to 7
  • 3237d80 chore(http): move HTTP files to http/ folder with env config and updated routes
  • b6a28d2 chore(makefile): add run target, remove broken push and duplicate check2 targets
  • 30190d2 ci: add workflow_dispatch trigger to enable manual runs
  • a38fb9e feat(detail-panel): replace inputs with selects and remember toggle
  • 4edfb4e feat(import-history): add infinite scroll, sticky panels, and unified filter bar
  • da97dd2 feat(nav): add active highlight and flicker-free navigation
  • 0d9f312 feat(suggestions): add YNAB payee name fallback for prefill
  • c890251 feat(sync): add background YNAB sync scheduler with configurable interval
  • f7582a5 feat(transactions): add split-panel review UI
  • 6ee53a4 feat(ui): add autocomplete for payee and category in transaction detail panel
  • 3a6ecea feat(ui): redesign settings page and fix transaction detail panel
  • ecc13b8 feat(ui): redesign with YNAB-inspired styling and improved usability
  • 0db6ed9 initial commit
  • 62603b6 misc
  • db7f593 move completed plan: 20260627-settings-panel-ui.md
  • 2f07954 updated .gitignore
  • 5e1a382 upgraded sqlite to version v1.53.0