Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@roedesh roedesh released this 21 Feb 22:17
· 10 commits to main since this release
2475e50

Added

  • Added support for Manifest V3

Changes

  • Moved to Bun
  • Replaced React with Svelte
  • Greatly simplified the way clipboard data is checked for alterations
    • Instead of comparing text, the extension now simply checks if clipboardData of the ClipboardEvent contains any data. This only happens when it was altered by Javascript. In all other cases this field is left empty by the browser as a security measure.