Skip to content

Releases: Anna-SAP/my-switcher-chrome-extension

v1.0.6 - App Filtering and Category Counts

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:37
5ff4f9a

What's Changed

  • Added app filtering so apps can be found quickly by name or URL.
  • Added dynamic app counts to the AI Apps, General, and Custom category headings.
  • Refined popup spacing and layout to show more content within the browser popup height limit.

Validation

  • TypeScript type-check passed.
  • Chrome package build passed.
  • Firefox package build passed.

Full Changelog: v1.0.5...v1.0.6

v1.2.1 - Firefox Import Fix

Choose a tag to compare

@Anna-SAP Anna-SAP released this 15 Mar 11:41
86fbd06

What's Changed

  • Fix Firefox import bug: file dialog no longer closes the popup before selection
  • Firefox now opens the popup in a full tab for import, where file inputs work normally
  • Added centered layout styling for the tab view

Full Changelog: v1.2.0...v1.2.1

v1.0.5 - Fix Account Index Sync

Choose a tag to compare

@Anna-SAP Anna-SAP released this 15 Mar 16:18
74e6375

Fix: Google Account Index Sync (authuser mapping)

Resolved the persistent bug where the extension's account index (u/#) was misaligned with Google's actual authuser index in Chrome.

Root Cause

Chrome MV3 service workers cannot send cookies with fetch() — the Cookie header is a forbidden header in the Fetch API spec and is silently dropped, causing ListAccounts API to return 400/403.

Solution

Uses chrome.scripting.executeScript with world: 'MAIN' to run the ListAccounts fetch inside a real Google page context where cookies are naturally available via the browser's cookie jar.

Changes

  • Replaced service worker direct fetch with MAIN world script injection
  • Added scripting, cookies permissions and www.google.com host permission
  • Simplified background.ts (544 → 180 lines)

v1.2.0 - Modern Font Stack

Choose a tag to compare

@Anna-SAP Anna-SAP released this 14 Mar 19:11
095fded

What's Changed

  • Modernize font stack to system-ui for a clean, native look across all platforms
  • Add cross-browser font smoothing and rendering optimizations (-webkit-font-smoothing, -moz-osx-font-smoothing, text-rendering)
  • Include emoji font fallbacks for proper emoji display

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - Profile Pictures

Choose a tag to compare

@Anna-SAP Anna-SAP released this 14 Mar 18:44
9a2ab60

Adds Google account profile pictures to the account selector dropdown.