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

Releases: pkmnct/robinhood-mint-sync-chrome

Version 3.4.1

28 Jan 01:14
abc5cac
Compare
Choose a tag to compare

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.

Version 3.4.0

20 Jan 05:58
9a1c1e0
Compare
Choose a tag to compare

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.

Version 3.2.0

17 Jan 22:08
6366b3c
Compare
Choose a tag to compare

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

Version 3.1.0

17 Jan 04:31
df76b28
Compare
Choose a tag to compare
  • 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.

Version 3.0.0

16 Jan 21:08
Compare
Choose a tag to compare

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)

Version 2.0.0

21 Oct 21:33
c98c0aa
Compare
Choose a tag to compare
  • Fixed an issue where the Robinhood portfolio balance scrape was not working due to updates to their site.
  • Removed Google Analytics.

Version 1.3.0

11 Oct 02:51
c1f1b49
Compare
Choose a tag to compare
  • 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.

Version 1.2.0

29 Jun 02:02
46803ad
Compare
Choose a tag to compare

Fixed bug where notification buttons would not work.

Version 1.1.3

28 Dec 00:52
Compare
Choose a tag to compare

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.

Version 1.1.2

28 Dec 00:56
Compare
Choose a tag to compare

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.