ErweiterungsversionAuf Englisch verfasst
UsageMeterv1.2.25
6 Änderungen
- 3 Neuerungen
- 2 Verbesserungen
Diese Release Notes gibt es nur auf Englisch.
- Neu
Configurable browser-toolbar badge — pick which bucket the number on the UsageMeter extension icon reflects (5h session / Sonnet 7d / Weekly 7d / Opus 7d / Claude Design 7d) or disable it entirely. Default: 5h. Configurable from Settings → Usage Indicator → Browser badge
- Neu
Export to Claude Code — new white-icon button next to the chat composer (toggle on by default in Settings → Features → Export to Claude Code) opens a modal that builds a long, structured handover prompt of the entire current conversation: a localized preamble briefing Claude Code on the import, 7 explicit instructions (read every turn, summarize back, verify the workspace with Read/Glob/Grep, don't redo work already done, re-confirm destructive actions, propose the smallest next step, match the prior tone), the conversation metadata (title / id / model / export date / turn count), the full turn-by-turn transcript with thinking blocks preserved, and an outro asking for a 3–6 bullet recap before any filesystem action. The modal one-click copies the whole thing to the clipboard with a green ✓ Copied confirmation, and an orange notice reminds the user that file attachments (PDFs, images, uploaded source files) are NOT carried over because claude.ai exports are text-only. The button is also injected via the master MutationObserver, not just on init, so it lands the moment the composer renders — no flash of missing button on SPA navigation between chats
- Neu
Translations in all 34 locales for v1.2.25 — every new string lands fully localized: the browser-badge row + Disabled bucket label (settings.usageIndicator.badgePage / badgePageDesc / bucketOff), the Export-to-Claude-Code feature toggle (settings.features.claudeCodeExport / claudeCodeExportDesc), and the entire claudeCodeExport.* tree (modal title/intro/files notice/copy/copied/close/charCount + the 22 prompt sub-keys covering preamble, the 7 numbered instructions, attachments warning, metadata labels, transcript header, role names, thinking, and the outro). Variants inherit from base (es-AR / es-CL / es-ES / es-MX from es; pt + pt-PT from pt-BR; zh-TW from zh) so 32 non-EN/FR locales get hand-picked translations rather than English fallbacks. Generated via scripts/add-i18n-v1225.mjs
- Entfernt
Display Mode (Minimal / Default) toggle retired entirely — gone from the setup tutorial AND from Settings → Display mode in the popup. Minimal mode hid the trend arrow and the modified Code-chat buttons, but the toggle was confusing on first run (it hid the very indicators the user just configured) and barely anyone used it. The legacy `currentDisplayMode === 'minimal'` gates in content.js are removed too, so users with `displayMode: minimal` previously saved in storage now see the full UI on next page load
- Verbessert
Setup tutorial pruned — Focus Mode toggle dropped too. Collapsing the sidebar on first run was too aggressive a default; still available from the popup's Customize → Shortcuts panel for power users
- Verbessert
Settings → Ask Claude presets: clicking Edit (or Add preset) on a preset now smooth-scrolls the inline editor into view. Before, hitting Edit on a preset low in the list left the form below the fold and the user had to manually scroll to see the name + prompt fields