Skip to content

v3.0

Compare
Choose a tag to compare
@prateek3255 prateek3255 released this 29 May 14:47
· 6 commits to main since this release
445a90c

Updates ✨

  • Added the ability to get, save, delete and update upto 20 scrrolls for a single page. This also includes a fallback mechanism for handling previously saved scrrolls.
  • Updated to the new manifest v3 for chrome extensions, which improves the performance of the extension.

Development Updates 💻

  • Replaced the gulp compile script with rollup for compiling the JavaScript files
  • Rewrote the Popup file using Svelte
  • Added a new dev command which uses rolllup watch mode to watch the files being updated and compile them accordingly.
  • Added ESLint
  • Updated the APIs according to the v3 guidelines