Fintech To Ynab Versions Save

Automatically push Monzo and Starling transactions into YNAB in real time.

v1.2

2 years ago
  • Starling V2 Webhook Support - Thanks @GazFranklin
  • Switch default branch to main
  • Dependancy updates

1.1

3 years ago
  • Rails upgrade to 6.1, and upgrading various gems.
  • Publish Docker Image to Github Container Registry
  • Run tests in Github Actions
  • Adding Dependabot

1.0.0

4 years ago
  • 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

0.9.1

5 years ago

0.9

5 years ago

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.

0.8

5 years ago

We have added a command line tool to make importing easier.

0.7

5 years ago

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.

0.6

5 years ago

0.5

5 years ago

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

5 years ago
  • Initial version of Category Balance Notifications
  • Lots of dependancy upgrades