Releases: prateek3255/scrroll-in
Releases · prateek3255/scrroll-in
v3.2
v3.1
Updates ✨
- Added toasts when performing CRUD operations with scrrolls
v3.0
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
Added uninstall URL, which redirects to a typeform when someone uninstalls the extension.
Auto fetch scroll if present, when page is loaded
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
Fixed a bug that caused the extension to clear storage whenever it is updated.
Added customizable keyboard shortcuts
Added customizable keyboard shortcuts to save, fetch or delete scrolls without having to open the extension popup.
Options page redesign and bug fixes
- 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
- Added delete a single or all scrolls feature to options page
Options and popup redesign
- 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