Skip to content

Releases: bahlo/ing-ynab

v3.0.1

31 Jul 18:35
cf6a4d5
Compare
Choose a tag to compare

This release fixes the Dockerfile and moves to ghcr.io.

v3.0.0

31 Jul 17:13
6182aad
Compare
Choose a tag to compare

This revives the project. It‘s switching to pdm and ruff.

The reason this was archived is that YNAB announced official support for ING—it turns out this support is buggy and incomplete.

v2.0.2

31 Aug 15:30
fd8feb8
Compare
Choose a tag to compare

Fixes

  • Handle more edge cases with weird PayPal formatting (#169)

v2.0.1

24 Aug 07:24
f30e4e1
Compare
Choose a tag to compare

Fixed

  • Transactions which are dated in the future are now skipped to prevent duplicates (#162)

v2.0.0

22 Aug 10:27
fe4cabc
Compare
Choose a tag to compare

Added

  • PayPal transactions are now modified to have separate payees (instead of just PayPal) #160

Changed

  • The start date is now determined by the last transaction in the YNAB account, removing the need for a state file (it's safe to delete) #159
  • The application now needs Python >=3.7 (before it was >=3.8) #157
  • SLEEP_INTERVAL is now called SLEEP_INTERVAL_SECONDS

v1.3.0

14 Jun 07:08
Compare
Choose a tag to compare

Added

  • Transactions are now marked as imported (enabling YNAB to match manual entries for you) (@mKeRix) #121

v1.2.0

30 May 13:31
fd14117
Compare
Choose a tag to compare

Fixed

  • We now use the new ING FinTS URL (#111)

v1.1.1

31 Oct 13:39
Compare
Choose a tag to compare

Fixed

  • All exceptions are now catched in the main loop

v1.1.0

28 Aug 07:14
Compare
Choose a tag to compare

Fixed

  • Duplicate imports due to same date, applicant, purpose and amount
  • Only prompt for YNAB Access Token if not in debug mode

⚠️ Upgrading will break state once, so before upgrading make sure START_DATE is set to today or unset. Once you've upgraded you will have some duplicates from today. A later release will introduce versioning to the hash sum so we can do these changes without breaking state (#8).

v1.0.2

15 Aug 09:13
Compare
Choose a tag to compare

Fixed

  • Bug where YNAB would return 400 because the transaction date is in the future

Added

  • Exception handling for YNAB