new

improved

fixed

Developer API

Beta

Mobile App

#225

⭐️ Improvements
  • Budget category settings can now be updated in-line from the Settings view (beta):
55b3c927a87bfe3117f1e7b892192fe9
🔧
Bug Fixes
  • The one where the Stats page was incorrectly showing 'US$' labels
  • The one where stopping one account's sync revoked the connection of remaining accounts
  • The one where sorting on the Transactions page didn't work correctly for 'Notes' and 'Accounts'
  • The one where the 'Collaborators' card didn't display collaborators (beta)
  • The one where the pad budget tooltip incorrectly displayed recurring items from other periods (beta)
🤖 Updates to the Developer API
  • Fixed the bug where the debit_as_negative query param was ignored in the GET /transactions/{id} endpoint
  • Update Transaction Object now accepts a plaid_account_id allowing developers to update existing transactions associated with plaid accounts or to move transactions to a plaid account if the "Allow Modifications to Transactions" property is set
  • The asset, crypto and plaid_account objects returned by the V1 API now include the to_base property. The to_base property is the account's balance in the user's primary currency
📱Updates to the Mobile App
Released as iOS v1.0.2 and Android v1.0.3:
  • Fixed the bug where Accounts Overview was disregarding different currencies
  • Fixed the bug where Plaid accounts in relink status weren't showing up in Accounts Overview
  • Added support for grouped transactions:
grouped transactions mobile app