Carousel Bookmark Flow version history - 3 versions
Carousel Bookmark Flow by Dim-Elef
Carousel Bookmark Flow 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 7.3
Released Jun 18, 2026 - 168.1 KBWorks with firefox 140.0 and later, android 142.0 and laterRelease Notes for Version 7.3
Stability & Robustness
Fixed a critical bug that could permanently freeze the mutation pipeline after temporary storage errors. Eliminated race conditions in IndexedDB access and infinite hard‑reset loops when receiving out‑of‑order batch updates. Added periodic cleanup of orphaned connection states to prevent memory leaks.
Performance & Resource Management
Improved favicon caching: initial load now respects the 200‑image limit, preventing excessive memory usage. Favicon extraction listeners are automatically cleaned up after a timeout to avoid lingering handlers.
Internationalization (i18n)
All user‑facing text—tooltips, context menus, import/export dialogs, empty folder messages—is now fully translated. Currently supports Greek, English, French, and Russian.
Security & Permission Model
The activeTab permission is now part of the core permissions, ensuring reliable content‑script injection across all tabs. Internal port messages are validated against the session ID to reject unauthorized messages. The reducer integrity hash now ignores whitespace and comments, making it more resilient to minor code changes.
User Experience
The favicon backup/restore feature is fully integrated with the i18n system. The export process now safely delays the object‑URL revocation, preventing occasional download failures. The context menu is created once, eliminating duplicate event listeners.
Developer Experience
The extension now saves a snapshot immediately after building the bookmark projection from the browser API, avoiding a full rebuild on the next restart.Source code released under GNU General Public License v3.0 only
Older versions
Version 7.1
Released Jun 17, 2026 - 166.64 KBWorks with firefox 140.0 and later, android 142.0 and laterv7.1 – Stability, Polishing & Signature
Σταθερότητα: Διορθώθηκε ο συγχρονισμός των mutation IDs κατά την εκκίνηση, εξαλείφοντας σπάνια προβλήματα επικάλυψης.
Context menu: Το μενού δεξιού κλικ κλείνει πλέον με αριστερό κλικ οπουδήποτε μέσα στο overlay.
Υπογραφή δημιουργού: Προστέθηκε καλλιγραφική υπογραφή στην αριστερή γωνία του overlay (δίπλα στην έκδοση).
UI βελτιώσεις: Η επιλογή καρτών μηδενίζεται σωστά όταν ο φάκελος είναι κενός.
Ασφάλεια: Αφαιρέθηκαν περιττά αρχεία από τα web‑accessible resources και προστέθηκε έλεγχος πριν το injection, ώστε να αποφεύγονται σφάλματα σε μη υποστηριζόμενες σελίδες.
Συμβατότητα: Η επέκταση υποστηρίζει πλέον μόνο Firefox Desktop (140+)Source code released under GNU General Public License v3.0 only
Version 7.0
Released Jun 13, 2026 - 144.41 KBWorks with firefox 140.0 and later, android 142.0 and laterNew in v7.0:
• Backup & Restore Favicons – Export all locally stored favicons to a JSON file via the new backup button in the overlay, and import them from the settings page. No need to revisit sites to rebuild your icon cache.
• Glass Context Menu – Right-click any bookmark to open it in a new background tab while keeping the overlay open. The menu features the same glass-morphism design.
• macOS‑style Animations – The overlay slides up smoothly when opened and slides down when closed (via ✕, clicking a bookmark, or toggling the toolbar icon).
• Improved Snapshot Reliability – Fixed a bug where snapshot saves could fail due to IndexedDB transaction timing.
• Version‑aware Settings – The extension reads its version directly from the manifest, ensuring the options page appears on every upgrade.
• General Polish – All logs updated, code cleanup, and enhanced stability.Source code released under GNU General Public License v3.0 only