Tags: bladnman/promptlight
Tags
✨ feat: add context menu and copy-as-file functionality - Add ContextMenu component with Edit, Copy, and Copy as File options - Implement copy_as_file Tauri command that places file on clipboard - Add right-click context menu to launcher result items - Add keyboard shortcut hints for new actions (⌥↵ for copy as file) - Update KeyboardHints component with improved layout - Add context menu state management to launcherStore - Minor CSS fixes for settings and hotkey input styling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🐛 fix: prevent deleted prompts from resurrecting - Add 'seeded' flag to PromptIndex to track first-run state - Only seed sample prompts on fresh install, not when user deletes all - Reduce sample prompts to 2 (Summarize, Improve Writing) - Add error logging for paste debugging in hotkey handler 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🔧 fix: auto-update version from git tag in release workflow The workflow now automatically updates version in package.json, Cargo.toml, and tauri.conf.json based on the git tag before building. This ensures artifact filenames match the release version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>