This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Releases: pkmnct/robinhood-mint-sync-chrome
Releases · pkmnct/robinhood-mint-sync-chrome
Version 3.4.1
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
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
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
- 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
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
- 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
- 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
Fixed bug where notification buttons would not work.
Version 1.1.3
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
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.