Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@zachgoll zachgoll released this 13 Dec 18:19
· 13 commits to main since this release
bac2e64

Plaid Integration + Multi-currency Investment Portfolio Support

We have completed the first pass at our fully automated bank syncing with Plaid on our hosted version of the app!

Automated bank syncing is a huge milestone for the app and includes many UI improvements, accuracy improvements, and bug fixes:

  • Editing transactions is now much smoother
  • Account history can be calculated chronologically and reverse-chronologically (required for Plaid accounts)
  • Multi-currency investment accounts are now available
  • Investment accounts now properly calculate "brokerage cash" vs. "holdings value" and break this out clearly in the view
  • Investment accounts calculate cost basis more accurately

CleanShot 2024-12-13 at 12 31 03

Can I self-host Plaid?

As an open-source project, self-hosters are more than welcome to configure (and pay for) their own Plaid accounts. You can see the .env.example file for the required api keys that need to be provided to the app.

That said, due to the complexity around OAuth, Plaid's pricing structure, and costs associated with a personal Plaid subscription, we will not be officially supporting this setup. The hosted version of our app has full Plaid support and is our recommended way to get access to automated bank syncing (more invites coming soon!).

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0