Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Version 3.0.0

Compare
Choose a tag to compare
@pkmnct pkmnct released this 16 Jan 21:08

In order to improve future development efforts, the extension has been re-written using Typescript. Additionally the following functionality has changed:

  • Robinhood scraping is now using the Robinhood API endpoint instead of reading the data from a page. A Robinhood page is still opened to facilitate the API authentication, and the API credentials are never stored
  • Mint property setup has been refactored, and now will store cash, crypto, stocks, and any other Robinhood balances separately (closes #1, closes #13 , need to check #11)
  • Robinhood login detection bug has been resolved (closes #17, closes #18)