Skip to content

v0.2.2 — modifiers-only hotkey, model dropdown, licence compliance

Choose a tag to compare

@trsdn trsdn released this 02 Jun 10:44
· 26 commits to main since this release

Hotkey is now modifier-only by default: hold Ctrl+Win to record, Ctrl+Shift+Win to also run an LLM cleanup pass. Detection runs continuously via GetAsyncKeyState, so it keeps working even if Windows reserves the combo elsewhere.

Settings now exposes a model dropdown (Claude Haiku 4.5 default, GPT-5 Mini, GPT-4.1) matching the macOS app's enhanced-model menu. Custom model names are still editable via a text field.

*\gh auth token* now runs with no-window flag and caches the result for 10 minutes — no more CLI flash on every enhanced recording.

Third-party licence compliance: each release zip now ships a \ hird-party-licenses/\ folder containing the Qualcomm AI Engine Direct redistributable licence, Microsoft's ThirdPartyNotices for the onnxruntime-qnn package, and the onnxruntime-qnn LICENSE + Privacy notices. The QNN DLLs were already being bundled; only the licence text was missing.

README rewritten from scratch to reflect v0.2.x reality.