Releases: mitchglass97/Mint-Crypto-Chrome
Version 1.0.5
Added support for DOT and CHZ
Version 1.0.3
Added support for the following currencies: CAD, AUD, EUR, INR, GBP, CNY, JPY, MXN, CHF
Version 1.0.2
Removed tabs permission from manifest.json
I added this permission in 1.0.1 to detect whether the user was logged into Mint (using chrome.tabs.url) in order to decide whether or not to initiate an automatic sync. However, having the tabs permission resulted in a message to the user when installing that said the extension could "Read your browsing history". This is not ideal, so in this version I modified the extension so that instead of the background script using chrome.tabs.url to check if the user is logged into Mint, the content script performs the check by checking the web page for a navbar element that only displays on Mint.com if you are logged in.
Remove git history
Realized that a private production file had been uploaded to the repo in a previous commit, deleted commit history for security.
Version 1.0.1
Mint Crypto now syncs automatically in a new tab when user logs into Mint. Second release published to Chrome Web Store.
Version 1.0.0
Initial release published to Chrome Web Store.