Releases: arevi/react-autofill
Improved permissions & hotkey changes
This release addresses a permission related issue regarding Chrome security. Chrome does not like for extensions to have the "activeTab" permission as it can be a security concern. After testing, it has become apparent the activeTab permission is not actually necessary for the functionality of the application.
Along with that, changes were made to the hotkey system. The default hotkey has been changed to:
Ctrl + Shift + F (or for MacOS Command+Shift+F)
These changes should hopefully allow for an easier experience with the hotkey mode and instill better permission trust with Google Chrome.
Bug fixes for profiles
This release addresses issues with profile modification and storage. Previously profiles were having issues with "cross-contamination" editing one profile, which would also result in the others being modified.
This release has been vetted to address those issues and appears to be free of the profile issue.
Please report any further issues!
Stripe Improvements
Improved the stripe logic to handle various different stripe pages. Successfully capable of filling all test forms found on Stripe's website.
For best performance with Stripe, please enable comprehensive fill mode. If left disabled, will only fill the bare minimum fields.
Bug fixes & logical improvements
This version now separates the generic fill logic from the site specified logic, meaning the general autofill will not run on a site that already has a specified script for it.
Bugs addressed:
- Hotkey press not triggering
Initial Application
The extension and web portal for setting options are now fully functional.
Current Support:
- Shopify
- Stripe
- Supreme
Please report any bugs you may encounter to help the development of the extension. If you would like to contribute, feel free to open a pull request.