Skip to content

Releases: syncforynab/fintech-to-ynab

1.2

Choose a tag to compare

@scottrobertson scottrobertson released this 01 Jul 10:16
e5d3aba
  • Starling V2 Webhook Support - Thanks @GazFranklin
  • Switch default branch to main
  • Dependancy updates

1.1

1.1

Choose a tag to compare

@scottrobertson scottrobertson released this 08 Jan 22:40
  • 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

Choose a tag to compare

@scottrobertson scottrobertson released this 31 Dec 21:31
  • 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

Pre-release

Choose a tag to compare

@scottrobertson scottrobertson released this 04 Oct 22:03
Adding Revolut Business to readme

#73

Multiple Account Support

Pre-release

Choose a tag to compare

@scottrobertson scottrobertson released this 20 Aug 00:24

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

Command Line Tool Pre-release
Pre-release

Choose a tag to compare

@scottrobertson scottrobertson released this 17 Aug 23:49

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

Monzo Split Repayments

Pre-release

Choose a tag to compare

@scottrobertson scottrobertson released this 17 Aug 21:23

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

Pre-release

Choose a tag to compare

@scottrobertson scottrobertson released this 21 Jul 23:34
0.6

Truncate the ID here too

Bank Import Ids

Bank Import Ids Pre-release
Pre-release

Choose a tag to compare

@scottrobertson scottrobertson released this 21 Jul 11:09
0635fe4

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

0.4 Pre-release
Pre-release

Choose a tag to compare

@scottrobertson scottrobertson released this 21 Jul 10:34
6ac87a4
  • Initial version of Category Balance Notifications
  • Lots of dependancy upgrades