v0.3.2 — Windows actually pastes now
Windows works, and now it pastes. The Windows build had never been run on Windows. It has now — install, model download, transcription (RTF 0.131x on CPU ONNX), the Ctrl+Shift+Space hotkey, hands-free auto-stop, the daemon round trip over the named pipe, the MCP server, and a human dictating by voice.
That run found one bug, and v0.3.1 shipped with it.
Fixed
- Windows auto-paste silently did nothing. Your words transcribed, reached the clipboard, and never appeared.
enigo'sKey::Unicode('v')is delivered as aVK_PACKETcharacter event, which applications do not map onto the Ctrl+V accelerator — enigo reported success while Notepad received nothing. Now sends the real virtual key (VK_V). If you are on Windows, upgrade. - Settings no longer shows a hotkey picker on Windows, where the shortcut is hardcoded to Ctrl+Shift+Space and the control did nothing.
macOS
No behaviour change. Still signed with an Apple Developer ID and notarized, ticket stapled to the app and the dmg, so it opens on a double-click.
Install
curl -fsSL https://raw.githubusercontent.com/vonzelle-vzt/vzt-flow/main/scripts/install.sh | bashiwr https://raw.githubusercontent.com/vonzelle-vzt/vzt-flow/main/scripts/install.ps1 -UseBasicParsing | iexWindows installers are unsigned — SmartScreen will warn; choose More info → Run anyway. Apple's signing covers the macOS .dmg only.
| Your machine | File |
|---|---|
| Mac, Apple Silicon | VZT.Flow_0.3.2_aarch64.dmg |
| Mac, Intel (macOS 13.3+) | VZT.Flow_0.3.2_x64.dmg |
| Windows x64 | VZT.Flow_0.3.2_x64-setup.exe |
Upgrading from 0.3.0 or earlier on macOS? See the one-time re-grant.
Full Changelog: v0.3.1...v0.3.2