v2.0.0
Added
- add option to add multiple email addresses, entries can be added and deleted from the input field of the popup
- add default email address, this email will be used as a fallback when deleting the last selected email, and the preferred email for autofill (unimplemented)
- add footer to the popup to display the current extension version and link to the GitHub repository
- add promotional images for the web store listing (see the documentation)
Changed
- BREAKING CHANGE: change algorithm from
sha256
hash toadler32
checksum of the host, a shorter, faster, and potentially more collision-resistant alternative. - change the layout of the details table: move the subaddress closer to the input field and rename row "url" to "site"
- update extension name and branding from "Signup Subaddressing" to "Subify", to improve discoverability and general recognition
- update screenshots for the web store listing
- change all content to be un-selectable to polish the experience and reduce unintended selections
Removed
- remove app bar from the popup, it was not providing any additional relevant information or functionality
- remove input label in favor of a minimal placeholder
- remove "save" button, since multiple email addresses are now supported, "save" may no longer be accurate in all instances
- remove underline of the subaddress tag
Full changelog: v1.0.0...v2.0.0