Ledger Reconciler Releases


Upcoming release

  • Add a new plugin to handle Prestocard transactions. #20
  • Remove support for the PC Mastercard plugin. #25
  • Handle Tangerine paginated responses appropriately. #22
  • Include the transaction info for all authorized sub-cards within a Tangerine CC account. #27

Version 0.3.0

May 16, 2018

  • Explicitly wait for the AMEX balance summary to be available before continuing. #12
  • Explicitly wait for the Tangerine account name to be present before continuing. #13
  • Fixes for the Tangerine & AMEX scrapers to account for portal updates. #16
  • Update the Tangerine banking plugin to use the raw Tangerine API. #18
  • Upgrade to Puppeteer 1.4.x. #18
  • Update all the plugins to work with Puppeteer 1.4.x. #18
  • Tangerine transaction processing bug fixes. #19

Version 0.2.0

October 05, 2017

  • Add the ability to encrypt secret information in the config file using gpg. #8
  • Remove the need for environment variables as this is no longer needed with gpg. #8
  • Update the Tangerine banking plugin to accomodate their new Angular SPA. #9
  • Only focus on Assets + Liabilities in the Ledger balance report. #10
  • Clear out the local storage + cookies upon plugin completion. #11

Version 0.1.0

September 18, 2017

  • Create the PC Financial Mastercard plugin. #5
  • Add development + release documentation. #5
  • Fix for random Travis failures with “Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m”. #5
  • Create the American Express plugin. #6
  • Create the Tangerine Banking plugin. #7
  • Add a terminal-screencast to demonstrate how Ledger Reconciler works. #7

Version 0.0.2

September 10, 2017

This is the very first release of Ledger Reconciler! Here are a few highlights:

  • Initial repository setup + the Chase Canada plugin. #1
  • npm release automation. #2
  • Website setup. #3
  • Travis CI setup. #4