Prompt Manager v1.4.0
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
.gitignoreentries for local-onlydocs/andtest/folders. - Removed
docs/andtest/from Git tracking while keeping them available locally.
Before Publishing
- Confirm whether
manifest.jsonshould be updated from1.0.0to1.4.0before publishing the final release package.