Robinhood Mint Sync Chrome Versions Save

A browser extension that allows you to sync Robinhood and Mint

3.4.1

3 years ago

Bug Fixes

  • Fixed an incorrect cash balance when the user had instant deposit cash available. (Closes #44)
  • Fixed an issue where Firefox would incorrectly calculate the last sync date/time, requiring a manual sync every time.

Maintenance

  • Adds a pull request template.

3.4.0

3 years ago

New Features:

  • Now supports Firefox (Closes #37)
  • Settings page now has a button to manually trigger an initial Mint setup (and sync).

Bug Fixes:

  • Fixed an issue where the "Other" Robinhood balance may not set, causing the save to not occur.
  • Fixed an issue where, if the Robinhood scrape failed, the Mint properties would be set to $0.

Maintenance:

  • Move Robinhood API URL to urls.ts.
  • Documentation clarifications and updates.

3.2.0

3 years ago

Bug Fixes:

  • Fixes an issue where, during initial setup, the extension could cause the sync to happen before the properties have been set up in Mint.
  • Fixes #22: The extension would sometimes fail to open the tabs used for syncing.
  • Fixes #25: The inputs for the values received from Mint could not be found sometimes

New Features:

  • "Debug Mode" setting that enables logging. This can be used to diagnose issues in the future. This will also prevent the tabs the extension uses for syncing from closing when they are finished.

Maintenance:

  • Include prettier configuration
  • Update release script
  • Improve waitForElement utility

3.1.0

3 years ago
  • Fixed race condition in Mint update script where save callback could be called before it was initialized. (Fixes #22)
  • Added a debug mode to facilitate debugging and support. This mode will log to either the background script or the console on the pages where content scripts are running.

3.0.0

3 years ago

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)

2.0.0

3 years ago
  • Fixed an issue where the Robinhood portfolio balance scrape was not working due to updates to their site.
  • Removed Google Analytics.

1.3.0

4 years ago
  • Added a fix for the triangle indicator in some areas of Mint. See pull request for more info.
  • The changelog no longer shows on update by default.
  • Analytics are no longer collected by default.

1.2.0

5 years ago

Fixed bug where notification buttons would not work.

1.1.2

5 years ago

Removed Fontawesome and overlay.png reference. Added licenses page. Changed update popup to changelog instead of welcome page. Welcome page now only shows on first install, and when the button is pressed in the Chrome toolbar or menu.

1.1.3

5 years ago

Improved notification styles. Fixed grammar on changelog. Fix analytics console error when disabled. Add a prompt when Robinhood is not logged in, and fix frozen page. Handle when Mint is not logged in.