Updates

Changelog

2.7.2

2026-01-06
  • Overlay styles moved to dedicated CSS files for content scripts (app overlay, meta overlay, debug badge).
  • Overlay header actions now match popup/side panel button styling and use icons.
  • Refresh action in overlay header reloads the embedded UI reliably.

2.7.1

2026-01-05
  • Side panel header controls added (theme toggle, meta overlay, settings, close).
  • Highlighter styles load from a dedicated stylesheet instead of inline CSS.
  • Prompt building is shared between popup and background for consistent outputs.
  • Selection storage writes reduced to keep the UI responsive.
  • Side panel now opens with the correct UI context when triggered from the context menu.

2.7.0

2026-01-04
  • Context menu actions added: Select description, Auto-grab, and Open side panel.
  • Side panel support ships with result caching, a cached badge, and forced refresh on “Start over”.
  • Popup shows an approximate token counter (input + output).
  • Options now support per-model sampling parameters; editor groups them in a collapsible block with inline range hints.
  • Import mode selector switched to segmented control; Auto-grab appears only when a site rule matches.
  • Side panel UI no longer gets stuck on non-HTTP(S) pages when the active tab changes.

2.6.0

2025-12-27
  • Highlighter menu now follows the popup theme preference (light/dark/system), decoupled from OS settings.
  • Highlighter styling aligns with the popup neumorphism palette, including buttons and CV selector visuals.
  • Meta overlay defaults updated: Page data starts expanded, Meta tags collapsed to reduce noise.
  • Options dialogs use a scrollable content area with sticky footer buttons for small screens.
  • Highlighter CV selector is isolated from host page CSS to prevent layout/color breaks.
  • Background page scroll locks while options dialogs are open to preserve scroll position.

2.5.0

2025-11-26
  • Meta overlay button in the popup for browsing, copying, and refreshing page tags without closing the overlay.
  • Meta Tags Template add-on for CSS/DOM-chain rules plus Page meta data source in Notion with native select support.
  • Copy and Save-to-Markdown now append the Page meta data block; Notion export cleans Markdown styling for safe inserts.

2.4.0

2025-11-21
  • Deprecated Custom script rules in favor of the Template strategy with page-variable substitution.
  • Shared page-variable collector between Fast start and Options, eliminating unsafe eval paths.

2.3.1

2025-10-27
  • Published template blanks for providers, models, rules, CVs, prompts, outputs and Notion exports.
  • Import dialog splits CV & Prompts into granular groups and respects Replace data even for empty strings.
  • System/output templates fully replace during JSON import regardless of mode.

2.3.0

2025-10-27
  • Multi-CV storage overhaul with drag-and-drop ordering, inline edit, and synced popup/highlighter selection.
  • Highlighter Analyze button reuses popup styling and honors selected CV/prompts/templates everywhere.
  • CV import/export upgraded to array format with migration for legacy settings.
  • Fixed extension-context errors when opening settings from the overlay and removed redundant “Fast start unavailable”.

2.2.0

2025-10-27
  • DOM chain rules now use named groups with toggles and delete confirmations; inactive groups are skipped cleanly.
  • Editor layout rebuilt for better proportions and localized hints, Markdown export now appends # Original job description.

2.1.0

2025-10-27
  • Content overlay supports vertical resizing with sticky positioning and preserves captured descriptions.
  • Notion field editor redesigned into responsive cards; docs refreshed to reflect the workflow.
  • Fixed pointer-capture issues when finishing drag/resize gestures.

2.0.0

2025-10-27
  • Major release: floating overlay, block highlighter with undo/redo, Save to Notion integration, and new Options tabs.
  • Auto-extraction now supports CSS, DOM chain and beta custom scripts; Import/Export gained secrets toggle and new groups.
  • Popup UI lives inside the overlay iframe, keeping context persistent; Notion mapping UI redesigned with better validation.

0.4.5

2025-09-04
  • Initial default setup: providers (Ollama, Gemini, OpenAI), site rules (LinkedIn, hh.ru, Indeed) and prompt templates.
  • Reset to defaults with “Keep API keys”, export modal with selectable groups and secrets checkbox, drag-and-drop model ordering.
  • Manifest cleanup for MV3 compliance plus safer content injection and CSP fixes.