Skip to content

Releases: syncforynab/fintech-to-ynab

1.2

01 Jul 10:16
e5d3aba
Compare
Choose a tag to compare
  • Starling V2 Webhook Support - Thanks @GazFranklin
  • Switch default branch to main
  • Dependancy updates

1.1

08 Jan 22:40
Compare
Choose a tag to compare
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

31 Dec 21:31
Compare
Choose a tag to compare
  • 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

04 Oct 22:03
Compare
Choose a tag to compare
Pre-release
Adding Revolut Business to readme

#73

Multiple Account Support

20 Aug 00:24
Compare
Choose a tag to compare
Pre-release

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

17 Aug 23:49
Compare
Choose a tag to compare
Command Line Tool Pre-release
Pre-release

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

Monzo Split Repayments

17 Aug 21:23
Compare
Choose a tag to compare
Pre-release

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

21 Jul 23:34
Compare
Choose a tag to compare
Pre-release
0.6

Truncate the ID here too

Bank Import Ids

21 Jul 11:09
0635fe4
Compare
Choose a tag to compare
Bank Import Ids Pre-release
Pre-release

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

21 Jul 10:34
6ac87a4
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release
  • Initial version of Category Balance Notifications
  • Lots of dependancy upgrades