Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

50 lines (35 loc) · 1.51 KB

OBIS: Online Banking Is Shit

A JavaScript framework for downloading bank statements

Copyright (c) 2017 by Conan Theobald

MIT licensed: See LICENSE.md

Changelog

5th June 2017

  • HSBC UK: Rewritten parser for new dojo-based HSBC web-app. Unfortunately multi-statement download is not yet working

16th May 2017

  • HSBC UK: Avoid duplicate IDs for transactions with the same name/memo/date
  • OFX: Balance carried forward should be converted to decimal

19th April 2017

  • Support downloading HSBC-style CSV
  • Tweak default CSV downloads to include fields for the transaction-type
  • Added a midata generator, but it’s not implemented since it does not adhere to the full standard
  • Fix QIF generator to use US-style dates

19th January 2017:

  • Generators should convert cents to decimals (fixes Zip downloads)

18th January 2017:

  • Support statements spanning multiple pages
  • Convert decimal to cents when working with currency
  • More clearly show any discrepancies between calculated/parsed running totals

19th January 2016:

  • Fix confused (un)escaping in parser and generators

18th January 2016:

  • HSBC UK parser: Use MD5 for ID generation, fix (hopefully) reproducibility problem
  • General jslint'ing

31st March 2015:

28th September 2014:

  • Bugfix HSBC UK parsing of "Balance" columns

13th May 2014:

  • Use Github Pages to host dist/ files

20th February 2013:

  • Initial release