Release timeline

Better every month.
Without tracking you.

We release regular updates to improve latency, stability, and model capabilities. Every release is delivered directly to your machine as a clean, stand-alone binary. No background autoupdaters. No telemetry.

v0.3.1 Latest
Released 28 June 2026
Addition

Raw dictation mode

A speech-to-text-only mode that bypasses the AI formatting step entirely. Dictate with just a Deepgram key; no AI/LLM key required. Your custom dictionary and phrase snippets still apply.

Optimization

AI formatting error modal reworked

If your AI provider runs low on credit, your raw dictation still lands in the document, and the modal offers a provider-aware top-up link plus a one-click switch to raw dictation mode.

Fix

Pill reliability

The floating pill's always-on-top state is now periodically re-asserted, so it can no longer get buried under other windows.

git log --oneline (v0.3.1)
f805b2f feat: add raw dictation mode that bypasses the LLM (STT-only, no AI key required)
d395fca feat: AI credit error modal offers raw-dictation switch + provider top-up link
c0399d8 fix: keep pill always-on-top via periodic re-assert so it can't get buried
v0.3.0 Released 26 June 2026
Addition

Pill position memory

The pill now remembers its dragged position across dictations and app restarts.

Addition

Recentre pill

A "recentre pill" option was added to the tray right-click menu, for when it's dragged somewhere awkward.

Fix

General tidy-up

Removed AI phrase suggestions, general UI polish, sidebar logo resized.

git log --oneline (v0.3.0)
4a75c20 release: v0.3.0, pill position memory, recentre pill option, UI tidy
v0.2.10
Released 15 June 2026
Addition

7-day free trial licensing

Introduced machine-bound trial licensing with clock-tamper guards, so you can try Productive Voice free for 7 days before buying.

Addition

First signed Windows release builds

Shipped the first signed installer builds (NSIS, MSI, and portable) for Windows 10 and 11.

git log --oneline (v0.2.10)
74186be release: v0.2.10, 7-day trial licensing, first signed Windows builds