Releases: Haaaiawd/PromptKey
Releases · Haaaiawd/PromptKey
v1.2.1
v1.2.0 - GUI Renovation & Wheel Config
What's New in v1.2.0
🎡 Wheel Configuration Panel
- New "轮盘" tab in sidebar to manage which prompts appear on the wheel
- Pin prompts to always show them on wheel (📌)
- 6-slot preview shows current wheel content
- Sorting: Pinned → Recently Used → Most Frequent
🎨 UI Improvements
- iOS-style Segmented Control for Card/List view toggle
- Copy button on prompt cards (replaced old selection behavior)
- Removed legacy "Restart Service" button
- Removed "Injection Settings" placeholder
⚙️ Backend Cleanup
- Only Wheel hotkey (ID 4) is now active
- Configurable hotkey from Settings
- Fixed all Rust compiler warnings
📦 Installation
Download PromptKey_1.2.0_x64-setup.exe and run the installer.
Solved the issue of injection strategy, added log recording
- 新添了日志,每次热键都会被记录
- 修复了注入策略的一系列问题,UIA策略修复
- 保存设置增加反馈
Fixed the hotkey service
Fixed the hotkey service
installation package
feat: enhance PromptKey with single instance support and update README - Added `tauri-plugin-single-instance` to ensure only one instance of the app runs at a time. - Updated `main.rs` to handle new instance focus and window management. - Enhanced README with improved structure, features, and installation instructions. - Removed the batch script for starting the application as it is no longer needed. - Updated dependencies in `Cargo.toml` for better compatibility.