Skip to content

v1.1.0

Latest

Choose a tag to compare

@TNCP06 TNCP06 released this 29 May 00:04
· 6 commits to main since this release

What's new

Added

  • Grid card layout for the session list, with a detail view for selected sessions
  • Google Favicon Service integration — session cards show site brand icons for each domain
  • Delete mode toggle via trash icon in the footer; individual delete buttons appear per card
  • \Alt+G\ keyboard shortcut to open the extension popup (via \commands\ in manifest)
  • Scroll fade overlay on the session list for visual depth cue

Fixed

  • \handleLoad\ in popup now shows an error toast with the failed count when cookie injection partially fails, instead of always reporting success
  • \getExtraDomains\ in background now filters the primary domain from its own return value, preventing redundant double-queries on save and double-clears on load
  • \handleSaveSession\ in background validates session name length ≤ 40 chars on the backend (mirrors frontend \maxlength)
  • Removed \console.debug\ from \cookieManager.js\ per commit-hygiene rule