Releases: syncforynab/fintech-to-ynab
1.2
- Starling V2 Webhook Support - Thanks @GazFranklin
- Switch default branch to
main
- Dependancy updates
1.1
- Rails upgrade to 6.1, and upgrading various gems.
- Publish Docker Image to Github Container Registry
- Run tests in Github Actions
- Adding Dependabot
Upgrades and cleanup
- Upgrade Ruby from 2.5.1 to 2.6.5
- Upgrade Rails from 5.2 to 6.0
- Gem upgrades
- Removing Teller
- Removing Revolut Business
Amex, MBNA and Revolut Business
Adding Revolut Business to readme #73
Multiple Account Support
You can now specify which YNAB account to send the transactions to for webhooks. Simply set the ynab_account_id
query parameter when setting up the webhook.
Command Line Tool
We have added a command line tool to make importing easier.
Monzo Split Repayments
When repaying a split transaction, we now add a note to the description field to say who you repaid. The payee will be the original merchant.
Handle long payee names
0.6 Truncate the ID here too
Bank Import Ids
We are now using the transaction ids provided by the banks. This makes things more resilient in terms of duplicate transactions being pushed into YNAB.
However, there is one downside in that because the id format has changed, when running historical imports, we will end up with duplicate transactions for any that were created with the old format.
There is not really a clean way around this, and the only way to fix it is to just delete those duplicate transactions in YNAB. They will only appear once.
0.4
- Initial version of Category Balance Notifications
- Lots of dependancy upgrades