Skip to content

Releases: arevi/react-autofill

Improved permissions & hotkey changes

11 Nov 21:17
Compare
Choose a tag to compare

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

07 Nov 00:11
Compare
Choose a tag to compare

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

06 Nov 13:04
Compare
Choose a tag to compare

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

06 Nov 12:41
Compare
Choose a tag to compare

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

31 Oct 10:45
Compare
Choose a tag to compare

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.