Skip to content

Releases: jbms/finance-dl

v1.3.4

19 Apr 21:54
a87f8f7
Compare
Choose a tag to compare

What's Changed

  • A few Amazon downloader fixes by @carljm in #38
  • Add support for Schwab Bank by @bayesianmind in #40
  • Update Venmo importer to work with latest change in statement CSVs. by @Zburatorul in #42
  • Add --no-sandbox argument to Selenium/Chrome by @xentac in #41
  • Adjust to new link text on Amazon orders page. by @carljm in #44
  • Schwab lot download improvements by @Zburatorul in #43
  • New FI support: Gemini crypto exchange by @Zburatorul in #45
  • Amazon: Special logic for Amazon Fresh orders by @Zburatorul in #46
  • Update schwab.py by @chandler150 in #49
  • ofx_rename: tolerate misnamed existing files by @jktomer in #62
  • Specify mypy type dependencies explicitly by @jbms in #66
  • scrape_lib: allow overriding chrome binary to use with Chromedriver by @jktomer in #53
  • amazon: always click Your Orders link by @jktomer in #58
  • Multiple improvements listed below by @jktomer in #64
  • amazon: refresh login as needed by @jktomer in #59
  • ofx: support configurable destination directory per account by @jktomer in #61
  • ofx: try actual specified lower bound before binary searching to find earliest available start date by @jktomer in #57
  • Add option to organize some sources' data per year by @jktomer in #60
  • [Amazon] Multi-Language Support by @moritzj29 in #50
  • [amazon] fix bug for .com digital invoices by @moritzj29 in #67
  • Improve config: explanation in readme + add credential example by @rkok in #68
  • [paypal] Update parsing because Paypal changed website. by @Zburatorul in #70
  • Fix Gemini ticker API error with GUSD symbol by @nlydv in #69
  • amazon: don't download pre-order invoices by @jktomer in #75
  • chore: stop using removed webdriver find_by methods by @jktomer in #78
  • chore: vendor some ofx utils from beancount-ingest by @jktomer in #77
  • bug(amazon): coerce year to string before passing to os.path.join by @jktomer in #76
  • Fix python syntax in webdriver setup section. by @Gateswong in #73
  • [Amazon] fix DE sign in phrase by @moritzj29 in #79
  • healthequity: update for site redesign by @jktomer in #54
  • healthequity: ignore balance-after when merging by @jktomer in #55
  • bug(healthequity): eliminate duplicate tax year from txn descriptions by @jktomer in #52
  • fix mypy errors of implicit optional arguments (change of default myp… by @moritzj29 in #82
  • [Paypal] handle case gracefully when only JSON can be extracted but no HTML by @moritzj29 in #81
  • fix(paypal): update CSRF token fetching by @arition in #92
  • venmo: Login fix, month at a time transaction downloads by @Zburatorul in #84
  • amazon: update css selector for transaction history window dropdown by @jktomer in #97
  • fix: ignore .com.google.Chrome.* files in download dir by @jktomer in #96
  • minor improvements to PG&E scraper by @jktomer in #95

New Contributors

Full Changelog: v1.3.3...v1.3.4