Shortcut Pattern Bookmark version history - 3 versions
Shortcut Pattern Bookmark by Jimbiscuit
Shortcut Pattern Bookmark version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.3.0
Released Sep 15, 2026 - 225.15 KBWorks with firefox 112.0 and laterNew features
- Undo shortcut deletion — deleting a shortcut now shows a toast with an "Undo" button that restores it at its original position, instead of the deletion being
permanent right away.
- Background actions now report success or failure — the extension's messaging layer (tab lookup, opening a shortcut, saving to storage) used to fail silently;
it now resolves with an explicit success/failure result, which the UI uses to inform the user when something goes wrong.
Bug fixes
- Toast notifications on failure — auto-save, click-to-open, theme/layout changes, and imports now show an error toast instead of failing silently, building on
the fix above.
- Fixed corrupted characters on import — import files were being read as a data URL and base64-decoded, which mangled non-ASCII text; files are now read as plain
UTF-8 text.
- Fixed duplicate shortcut IDs on import — generated IDs were only checked against the current import batch, so a new shortcut could silently collide with one
already saved; IDs are now deduplicated against the existing list too.
- Fixed accent stripping in generated IDs — only a handful of French accented letters were stripped before; ID generation now uses Unicode normalization to strip
any accented/diacritical character.
- Fixed middle-click autoscroll — middle-clicking a shortcut no longer triggers the browser's native autoscroll/pan gesture.
- Accessibility — drag handles on shortcuts now have an aria-label for screen readers.Source code released under MIT License
Older versions
Version 0.2.0
Released Aug 21, 2026 - 224.77 KBWorks with firefox 112.0 and laterNew features
- Domain-scoped rules, plus a fix for site-root resolution
- Shortcut search with keyboard navigation
Bug fixes
- Corrected popup height
- Fixed drag-and-drop reorder breaking in Firefox extension popups (tied to upstream react-beautiful-dnd issue #2515)
- Preserved the query separator and avoided duplicate ?/# in generated URLs
- Stopped the popup from collapsing when the shortcut list is emptySource code released under MIT License
Version 0.1.1
Released Aug 17, 2026 - 222.78 KBWorks with firefox 112.0 and laterSource code released under MIT License