Skip to content

v0.3.2 — Windows actually pastes now

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:58
· 10 commits to main since this release

VZT Flow

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's Key::Unicode('v') is delivered as a VK_PACKET character 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 | bash
iwr https://raw.githubusercontent.com/vonzelle-vzt/vzt-flow/main/scripts/install.ps1 -UseBasicParsing | iex

Windows 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