Releases: Abbhiishek/vaaniflow
Releases · Abbhiishek/vaaniflow
Release list
Vaani 1.0.7
What's changed
- Added
setup.ps1for configuring the gateway in the current PowerShell session. - Added executable
setup.shfor Git Bash, WSL, and other Bash environments. - Added a cross-platform Node launcher that reads
DESKTOP_HMAC_SECRETfromserver/.dev.varsand starts Electron with the production Worker URL. - Updated
npm startto configure the gateway automatically before launching Vaani.
Download
Use Vaani-Setup.exe for the stable Windows installer, or Vaani-Setup-1.0.7.exe for the versioned installer.
Full changelog: v1.0.6...v1.0.7
Vaani 1.0.6
What's changed
- Added the
server/Hono application for Cloudflare Workers. - Routed built-in transcription and transcript polishing through server-owned Azure OpenAI deployments.
- Added signed desktop requests with timestamp, nonce, body integrity, and replay protection.
- Added encrypted server-side storage for per-installation Azure provider overrides.
- Added Use built-in and Override provider modes to the desktop settings.
- Hardened Electron with renderer sandboxing, navigation and popup blocking, IPC sender checks, and production fuses.
- Provisioned the production Worker at
https://vaaniflow-server.abhishekkushwaha1479.workers.dev.
Download
Use Vaani-Setup.exe for the stable Windows installer, or Vaani-Setup-1.0.6.exe for the versioned installer.
Full changelog: v1.0.5...v1.0.6
Vaani 1.0.5
What's changed
- Added a draggable, themed recording widget with eight screen snap positions and persisted placement.
- Redesigned the VaaniFlow marketing website in dark mode in PR #1.
- Adopted the finalized Vaani logo across the desktop dashboard, Windows app icon, tray, installer, and README.
Download
Use Vaani-Setup.exe for the stable Windows installer, or Vaani-Setup-1.0.5.exe for the versioned installer.
Full changelog: v1.0.4...v1.0.5
Vaani 1.0.4
Full Changelog: v1.0.3...v1.0.4
Vaani 1.0.3
Full Changelog: v1.0.2...v1.0.3
Vaani 1.0.2
Full Changelog: v1.0.1...v1.0.2
1.0.1
v1.0.1 v1.0.1: polish pipeline, local-first, auto-update fix, adaptive tones…
1.0.0
Initial release: VaaniFlow 1.0.0 Wispr Flow-style voice dictation for Windows against a self-hosted Whisper server (LocalAI / OpenAI-compatible API). - Global hold/tap hotkey dictation (uiohook-napi), Space to end, Esc to cancel - Always-on-top waveform overlay with live captions - Fast mode: chunked transcription at natural pauses while speaking - AI polish stage via LocalAI chat completions (filler removal, tone profiles) - Spoken commands, snippets, custom vocabulary, correction rules - Per-app awareness: history tagging, terminal-aware paste (Ctrl+Shift+V) - Dashboard: history, stats, 14-day chart, settings - Auto-update via GitHub Releases (electron-updater) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>