Skip to content

Prompt Manager v1.4.0

Choose a tag to compare

@hg199074jin hg199074jin released this 01 Jun 18:54

Prompt Manager v1.4.0

This release focuses on making Prompt Manager more useful as a local-first professional prompt workflow tool while keeping the extension stable and lightweight.

Added

  • Right-click prompt insertion for editable fields.
  • Dynamic context menu groups for favorite, frequently used, and recently created prompts.
  • Enhanced template variables:
    • {{name}}
    • {{name:label}}
    • {{name|option1,option2}}
    • {{name:number:800}}
  • Variable filling in the popup before copying.
  • Prompt usage tracking for popup copy and context-menu insertion.
  • Usage analytics in the Options page.
  • Prompt version history with restore support.
  • Prompt rating and sorting by rating or usage count.
  • Local helper utilities for prompt menu grouping and enhanced variables.

Changed

  • Removed the injected in-page floating prompt panel and slash-command expansion from this release to avoid unreliable behavior across different AI websites and editors.
  • Kept right-click insertion as the current cross-site insertion workflow.
  • Improved background listener registration to avoid service worker startup failures when an extension API is unavailable.
  • WebDAV sync payload now includes prompt versions and usage events.

Repository Maintenance

  • Added .gitignore entries for local-only docs/ and test/ folders.
  • Removed docs/ and test/ from Git tracking while keeping them available locally.

Before Publishing

  • Confirm whether manifest.json should be updated from 1.0.0 to 1.4.0 before publishing the final release package.