Skip to content

3.0.3 - First-install insert & ChatGPT multiline

Choose a tag to compare

@jonathanbertholet jonathanbertholet released this 26 Aug 03:19
· 1 commit to main since this release

Reliability fixes for insert on first install and ChatGPT multiline prompts.

Fixes

  • First install no longer needs a manual page refresh before insert — content scripts register for granted origins, wait until the insert listener is ready, and reload a preexisting tab once if Chrome cannot inject into it
  • Multiline prompts keep line breaks in ChatGPT (one insertHTML write, not flattened text or paste-as-quote)
  • Side-panel insert waits longer for the composer and fails visibly if the text did not land
  • Known assistants no longer open the custom-site field picker when the composer is missing
  • Right-clicking a saved prompt inserts it into the page instead of copying
  • Side-panel insert targets the window the panel is attached to
  • ChatGPT on chat.openai.com and Grok on x.com / twitter.com are recognized

Changed

  • Granted origins use registerContentScripts instead of injecting on every tab update
  • The in-page mutation observer disconnects while the side panel is open

Updating

Site access is still optional. This release does not add required host permissions.

Chrome Web Store: https://chromewebstore.google.com/detail/open-prompt-manager/gmhaghdbihgenofhnmdbglbkbplolain

Full Changelog: 3.0.2...3.0.3