Releases: bahlo/ing-ynab
Releases · bahlo/ing-ynab
v3.0.1
This release fixes the Dockerfile and moves to ghcr.io.
v3.0.0
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
Fixes
- Handle more edge cases with weird PayPal formatting (#169)
v2.0.1
Fixed
- Transactions which are dated in the future are now skipped to prevent duplicates (#162)
v2.0.0
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
Added
- Transactions are now marked as imported (enabling YNAB to match manual entries for you) (@mKeRix) #121
v1.2.0
Fixed
- We now use the new ING FinTS URL (#111)
v1.1.1
Fixed
- All exceptions are now catched in the main loop
v1.1.0
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
Fixed
- Bug where YNAB would return 400 because the transaction date is in the future
Added
- Exception handling for YNAB