Skip to content

Releases: Haaaiawd/PromptKey

v1.2.1

07 Jan 05:18

Choose a tag to compare

更新内容: 🐛 修复:Release 版本不再弹出控制台窗口

v1.2.0 - GUI Renovation & Wheel Config

30 Dec 13:27

Choose a tag to compare

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

14 Sep 03:42

Choose a tag to compare

  1. 新添了日志,每次热键都会被记录
  2. 修复了注入策略的一系列问题,UIA策略修复
  3. 保存设置增加反馈

Fixed the hotkey service

13 Sep 04:51

Choose a tag to compare

Fixed the hotkey service

installation package

13 Sep 03:40

Choose a tag to compare

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.