Skip to content

Tags: bladnman/promptlight

Tags

v1.2.2

Toggle v1.2.2's commit message
chore: bump version to v1.2.2

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

v1.2.1

Toggle v1.2.1's commit message
v1.2.1 - Fix Select All and Login Sync

v1.2.0

Toggle v1.2.0's commit message
chore: bump version to v1.2.0

v1.1.3

Toggle v1.1.3's commit message
chore: bump version to v1.1.3

v1.1.2

Toggle v1.1.2's commit message
chore: update Cargo.lock

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14 from bladnman/deep_testing_framework

💄 style: fix UI polish issues in settings and sidebar

v1.1.0

Toggle v1.1.0's commit message
✨ 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>

v1.0.2

Toggle v1.0.2's commit message
📝 docs: add uncommitted changes warning to release command

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

v1.0.1

Toggle v1.0.1's commit message
🐛 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>

v1.0.0

Toggle v1.0.0's commit message
🔧 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>