ErweiterungsversionAuf Englisch verfasst
UsageMeterv1.2.17
15 Änderungen
- 1 Neuerung
- 2 Verbesserungen
- 12 Fixes
Diese Release Notes gibt es nur auf Englisch.
- Neu
SmartQueue queue management — click the Queue button with an empty editor to view queued messages, remove individual items, or clear the whole queue
- Verbessert
Popup bundle code-splitting — the main popup chunk dropped from 258 KB to 50 KB. Heavy views (Settings, Customize, Achievements, License, Account, UsageDetails, Login, StreakPanel, PromoModal) are now lazy-loaded with defineAsyncComponent and Vue/Pinia/canvas-confetti are isolated in dedicated vendor chunks. First paint goes from ~101 KB gzip to ~58 KB gzip (−43%)
- Verbessert
Auto-Reply menu redesigned — now uses Claude's native design tokens (bg-bg-200, border-border-300, text-text-100, …) so it matches the % usage tooltip exactly: same colors, same shape, same font, with a tooltip arrow pointing at the trigger button + Escape-to-close + plan badge (PRO / FREE)
- Fix
Auto-Reply menu translations — added the new menu strings (title, loop, deleteAfterSend, prompts, noPrompts, newPromptPlaceholder, add, importFromEditor, upgradeForMore, remove) to all 34 locale files so the redesigned menu no longer shows raw "autoreply.xxx" keys when the locale doesn't have them yet
- Fix
Popup translations — added the missing keys (back, cancel, close, confirm, retry, settings.searchLanguages, settings.noLanguagesFound, upsell.contextual80, upsell.tryFree) to all 34 locale files. The language picker search field, modal buttons, and contextual upsell were displaying raw i18n keys instead of translated text
- Fix
SmartQueue: Queue button now stays visible (and re-appears at page load) whenever items remain in the queue, even after the rate-limit reset — previously the button was stripped on reset and orphan messages had no UI
- Fix
SmartQueue: rate-limit reset now drains the entire queue back-to-back with a 4s delay between sends — previously only the first queued message was auto-sent, the rest stayed orphaned in storage
- Fix
SmartQueue conversation isolation: each queued message now records the conversation it was queued from (convId + url). Drain only fires items belonging to the current chat, so opening another conversation no longer dumps your queued prompts into the wrong place. The panel shows a "↗ {short id}" link on items from other conversations to navigate back to the right tab, the queue button count is scoped to the active chat, and the SPA URL watcher refreshes everything when you switch chats
- Fix
Auto-Reply Pro detection: content scripts now also read the email/password auth store (usagemeter_auth) — users signed in via the popup were stuck on the Free 2-prompt limit because only the legacy license-key store was being checked
- Fix
Conversation Export Pro detection: same root cause as Auto-Reply — the export modal now reads both the legacy license and the new auth store, so JSON/HTML formats, code extraction and message selection unlock for popup-authenticated Pro users
- Fix
Pro plan check now accepts pro / team / enterprise (and the entreprise spelling) — was previously a strict "pro" comparison that excluded Team and Enterprise plans
- Fix
Mobile (Firefox Android) fallback: when the MV3 background worker can't run, content scripts now talk to claude.ai directly — getCookie reads document.cookie, getUserInfoFromCookies probes /api/account, and usage data is fetched from /api/organizations/{orgId}/usage with credentials:include so the active account still shows usage and works without background
- Fix
Usage tooltip now stays in sync when percentage updates (was showing stale data)
- Fix
Usage indicator now appears on Code draft/new session pages
- Fix
MutationObserver re-injects usage display on Code main form after DOM changes