Changelog
Full version history of all releases
Version 5.4June 2026
New Features
NEWAdvanced sessions sorting
- New sort dropdown on Saved Sessions — reorder your list without losing your manual order.
- Free: Custom (drag-and-drop), Date added (newest/oldest).
- Pro: Last opened and Most used — find frequently or recently opened sessions instantly.
- Sort preference syncs across devices when Cloud Sync is enabled; favorites always stay pinned on top.
NEWSave tabs from all windows (Pro)
- Pro users can enable Save tabs from all windows to capture every open Chrome window when saving a named or temp session—not just the last focused window.
- Toggle sits inline in the save bar; Free users see an upgrade dialog matching other Pro feature prompts.
- Import, export JSON, and cloud sync stay compatible—sessions remain a flat tab list.
NEWTemp session upgrades
- Info button on the temp session row shows all saved URLs on hover (same tab-preview tooltip as saved sessions).
- Saved date & time shown after the action links.
- Download link exports all temp session URLs to a
.txtfile on your machine. - Clear button moved to the right with the same styled delete control as saved sessions.
NEWSession open count in info popup
- Hovering a saved session's info button now shows Opened X times in the popup header when the session has been opened at least once.
Improvements
- IMPROVEDTemp session action links (Open, Add, Download) use the same blue, no-underline styling as saved session rows.
- IMPROVEDSave footer is hidden on Stats, Info, and Settings screens for a cleaner layout.
- IMPROVEDPricing page lists Save tabs from all windows as a Pro benefit on all paid plans.
Bug Fixes
- FIXMost used sort now reads the
usagefield correctly—session list order matches the Stats “Most used” metric. - FIXPro Save tabs from all windows checkbox now persists correctly (settings message handler accepted the wrong payload shape).
- FIXPremium detection in the background service worker now recognizes lifetime and
planRawvalues, not onlyplan: pro.
Version 5.1April 2026
Compliance & Polish
- IMPROVEDUpdated extension description, store listing copy, and marketing assets to align with the Chrome Web Store branding and content policies.
- IMPROVEDRemoved promotional badges, star imagery, and user-count claims from the public website.
- FIXBumped version metadata to 5.1.0 across the extension, manifest, and website.
Version 5.0April 2026
New Features
NEWPro Sync Toolkit
- Pro unlocks unlimited cloud sync for named sessions across desktop Chrome profiles.
- Auto-sync on change keeps session edits current without an extra manual sync tap.
- Free users still get up to 5 cloud-synced sessions and full local session storage.
NEWBigger Recovery Window
- Rolling auto-snapshots now scale from 3 free snapshots to 100 Pro snapshots.
- Optional Deleted Session Recovery gives Pro users another safety net for accidental cleanup.
- Import and export JSON remain available for manual backups and migrations.
Improvements
- IMPROVEDUnlimited favorite pinning on Pro, with 2 favorites included on Free.
- IMPROVEDClearer plan limits and upgrade messaging for cloud sync, snapshots, and support.
- IMPROVEDBetter multi-device workflow support for users switching between machines.
Version 3.0.0March 2026
New Features
NEWFavorite Pinning
- Star any session to mark it as a favorite — it pins to the top of your session list instantly.
- The ⭐ star icon appears next to the rename button on row hover, and stays golden when a session is favorited.
- Favorited sessions show a golden left-border accent and a warm background tint to visually stand out.
- Favorites persist across popup openings via
chrome.storage.local.
NEWSession Tab Info with Clickable Links
- The ℹ info icon on each session row shows a rich tooltip listing all saved tabs with titles and domains.
- Each tab entry in the tooltip is a clickable link — open any individual tab directly from inside the popup without restoring the full session.
- Tooltip shows up to 12 tabs with a “+N more” indicator, and smart flip positioning so it never overflows popup bounds.
UI / UX Improvements
- IMPROVEDNew dedicated Info tab with rating card, website, contact, privacy policy, and changelog — all in one place.
- IMPROVEDHover-reveal controls (rename ✎, favorite ⭐, info ℹ) appear in a consistent inline order after the session name.
- IMPROVEDContact email updated to supersessionmanager@gmail.com.
Version 2.3.02025
New Features
- NEWRevamped Stats Dashboard — completely redesigned Stats tab with a modern card-based layout.
- NEWColorful, intuitive icons for all stats (Sessions, Saved Tabs, Most Used, Last Used, Storage, Using Since).
- NEWQuick Access — hover “Most Used” and “Last Used” session cards to open them instantly.
UI / UX Improvements
- IMPROVEDSwitched to Manrope font for a cleaner, more readable interface.
- IMPROVEDColor-tinted backgrounds for stats boxes to improve visual hierarchy.
- IMPROVEDAdded
min-heightto stats container to prevent layout shifts when switching tabs. - IMPROVEDIncreased icon and value sizes for better readability.
- IMPROVED“Open” button positioned as a top-right badge to avoid text overlap.
Technical
- Optimized stats rendering for smoother performance.
- Consolidated CSS styles for better maintainability.
Version 2.2.02025
New Features
- NEWStats Tab — shows total sessions, total tabs, most used session, last used session, using-since date, and storage used.
- NEWSearch now includes tab titles and URLs in addition to session names.
- NEWSession creation date displayed on hover over session rows.
- NEWLast Used Session tracking.
UI / UX Improvements
- IMPROVEDMore prominent search bar with improved styling.
- IMPROVEDRenamed “Sessions” tab to “Saved Sessions” for clarity.
- IMPROVEDIncreased drag handle height for easier grabbing.
- IMPROVEDVisual drop indicators (blue borders) showing drop position during drag & drop.
- IMPROVEDAutomatic smooth scrolling during drag & drop near container edges.
- IMPROVEDDate format changed to dd/mm/yyyy.
Technical
- Updated session data structure to store tab titles alongside URLs.
- Implemented session usage tracking and last-accessed timestamps.
- Added installation date tracking for the “Using Since” statistic.
Bug Fixes
- FIXFixed syntax errors in popup.js that prevented session saving.
- FIXCorrected stats grid layout for proper display of all metrics.
- FIXPrevented flickering during drag and drop over child elements.