拡張機能のリリース英語で記載
UsageMeterv1.2.17
15件の変更
- 新機能1件
- 改善2件
- 修正12件
このリリースノートは英語版のみです。
- 新機能
SmartQueue queue management — click the Queue button with an empty editor to view queued messages, remove individual items, or clear the whole queue
- 改善
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%)
- 改善
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)
- 修正
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
- 修正
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
- 修正
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
- 修正
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
- 修正
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
- 修正
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
- 修正
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
- 修正
Pro plan check now accepts pro / team / enterprise (and the entreprise spelling) — was previously a strict "pro" comparison that excluded Team and Enterprise plans
- 修正
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
- 修正
Usage tooltip now stays in sync when percentage updates (was showing stale data)
- 修正
Usage indicator now appears on Code draft/new session pages
- 修正
MutationObserver re-injects usage display on Code main form after DOM changes