Skip to content

Releases: prateek3255/scrroll-in

v3.2

18 Jul 04:56
Compare
Choose a tag to compare

Updates ✨

  • Make the toast notifications opt-in only because of some bugs on certain websites.

v3.1

28 Jun 08:25
Compare
Choose a tag to compare

Updates ✨

  • Added toasts when performing CRUD operations with scrrolls

v3.0

29 May 14:47
445a90c
Compare
Choose a tag to compare

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

Added uninstall URL

10 May 20:19
Compare
Choose a tag to compare

Added uninstall URL, which redirects to a typeform when someone uninstalls the extension.

Auto fetch scroll if present, when page is loaded

26 Mar 19:19
Compare
Choose a tag to compare

The extension automatically moves to the last saved position if it detects that the current page has a saved scroll when the page is loaded.

Fixed update bug

22 Mar 12:48
Compare
Choose a tag to compare

Fixed a bug that caused the extension to clear storage whenever it is updated.

Added customizable keyboard shortcuts

08 Mar 20:29
Compare
Choose a tag to compare

Added customizable keyboard shortcuts to save, fetch or delete scrolls without having to open the extension popup.

Options page redesign and bug fixes

03 Nov 10:49
Compare
Choose a tag to compare
  • Fixed a bug that caused the extension to crash on a few websites
  • Added new background to the options page
  • Added date when the scrroll was saved
  • New animations for saved scrrolls
  • Redesigned delete all button
  • Added sweet alert for warning messages

Added delete scroll option to the options page

03 Nov 10:46
Compare
Choose a tag to compare
  • Added delete a single or all scrolls feature to options page

Options and popup redesign

13 Oct 14:28
Compare
Choose a tag to compare
  • Completely redesigned the popup and options page
  • Added a check to strip ? from URL while saving scroll
  • Fixed icon not appearing in the extension menu issue