Skip to main content
BridgeMind
Desktop Release Ledger

Changelog forBridgeSpace and BridgeVoice

A public release page for the desktop apps people install and update most often. This starts with @bridgespace-tauri and @bridgevoice , using the latest shipped release notes through April 23, 2026.

@bridgespace-tauri

BridgeSpace

Agentic desktop workspace release notes covering terminal runtime fixes, Bridge voice updates, session recovery, and packaging follow-through.

BridgeSpace application icon
Current
3.0.9
Updated
April 23, 2026
Entries
9

@bridgevoice

BridgeVoice

Desktop dictation release notes focused on Windows push-to-talk reliability, standalone CI/build health, and BridgeSpace injection behavior.

BridgeVoice application icon
Current
2.2.20
Updated
April 22, 2026
Entries
7
BridgeSpace application icon

@bridgespace-tauri

BridgeSpace

Agentic desktop workspace release notes covering terminal runtime fixes, Bridge voice updates, session recovery, and packaging follow-through.

Open product page
Latest
v3.0.9

WSL launch recovery and snapshot follow-through

Shipped a safer Windows terminal launch path plus the session snapshot and editor theme work that landed alongside the latest desktop release.

Fixed

Resolved packaged WSL terminal startup by resolving `wsl.exe` from `System32` instead of relying on ambient PATH state.

Added

Bundled session snapshot support and editor theme follow-ups into the desktop release so restores feel more predictable.

Changed

Included UI polish and release gate/version alignment across package, Cargo, and Tauri config.

v3.0.8

Session refresh hardening and browser sidebar capability

Large release focused on auth stability, browser-sidebar support, Jarvis voice/runtime work, and pane/session lifecycle cleanup.

Fixed

Addressed auth session refresh issues and shipped related security hardening.

Added

Added browser sidebar capability plus pane and session snapshot infrastructure.

Changed

Improved Jarvis voice flows, terminal cleanup paths, login UX, and Bridge settings behavior.

v3.0.7

SSH, validation, and agent-workflow follow-ups

Expanded the Tauri backend and renderer around SSH reliability, prompt tooling, shortcuts, and swarm launch behavior.

Fixed

Improved SSH, terminal, and subscription/runtime handling across the Tauri backend and workspace renderer.

Added

Added mention textarea support, transcript normalization, validation helpers, and swarm launch routing tests.

Changed

Refined Jarvis push-to-talk shortcuts, runtime prompts, and browser sidebar behavior.

v3.0.6

macOS packaged header fix

Corrected the release pipeline so packaged macOS builds keep the custom BridgeSpace chrome instead of falling back to the native title bar.

Fixed

Pointed the macOS release workflow at the platform-aware Tauri wrapper so the custom BridgeSpace header ships correctly.

v3.0.5

Updater-path recovery and Bridge UI polish

Bundled runtime and release-pipeline fixes with UI updates around Bridge, shell config handling, and microphone/updater errors.

Fixed

Improved updater recovery and release-script behavior for the macOS rollout path.

Added

Added structured microphone and updater error handling plus terminal title and shell config helpers.

Changed

Polished Bridge panel styling, settings surfaces, and installer/dev build flow.

v3.0.4

Windows deep-link build compile fix

Unblocked Windows builds by widening the deep-link trait import and aligning the Cargo feature set with the shipped Tauri configuration.

Fixed

Imported `DeepLinkExt` on Windows so desktop deep-link registration compiles on all supported platforms.

Changed

Aligned `macos-private-api` Cargo configuration with the already-enabled Tauri macOS private API setting.

v3.0.3

AudioWorklet CSP unblock

Allowed Bridge voice capture to finish initializing by permitting blob-backed AudioWorklet modules inside the Tauri CSP.

Fixed

Added `blob:` support to `script-src` and `worker-src` so Bridge audio worklets can load in production.

v3.0.2

macOS microphone enablement for Bridge voice

Turned on the platform flags and entitlements required for WKWebView microphone capture inside the Tauri desktop build.

Fixed

Enabled `macOSPrivateApi` and audio-input entitlements so `getUserMedia()` works for Bridge voice on macOS.

v3.0.1

Bridge panel stylesheet extraction

Moved Bridge panel styling out of inline React styles so production builds stop stripping critical UI rules.

Fixed

Extracted Bridge panel styles into a real CSS file to preserve layout and voice UI styling in shipped builds.

BridgeVoice application icon

@bridgevoice

BridgeVoice

Desktop dictation release notes focused on Windows push-to-talk reliability, standalone CI/build health, and BridgeSpace injection behavior.

Open product page
Latest
v2.2.20

Standalone CI build recovery

Stabilized the standalone repo build after a monorepo-only Tailwind config path broke utility generation and release checks.

Fixed

Restored a real `tailwind.config.js` instead of a dangling monorepo symlink so standalone and CI builds resolve classes correctly.

Changed

Captured the release in the public changelog alongside the surrounding standalone-build hardening work.

v2.2.19

Windows PTT hook and onboarding persistence fixes

Closed several customer-reported Windows regressions around global push-to-talk, first-run gating, and widget interaction.

Fixed

Resolved the low-level Windows keyboard hook so push-to-talk installs correctly in packaged NSIS builds.

Fixed

Stopped onboarding from reappearing on each launch by checking downloaded models on disk instead of racing in-memory state.

Changed

Made a single click on the floating pill toggle recording, removing the hidden double-click-only behavior.

v2.2.17

BridgeSpace Windows injection handoff

Reworked the Windows injection path used when dictating into BridgeSpace so terminal pastes stop colliding with clipboard image behavior.

Fixed

Routed BridgeSpace dictation through the dedicated IPC handoff instead of synthetic paste injection on Windows.

v2.2.16

Windows 11 hook retry and widget transparency fix

Improved reliability for the Windows 11 floating pill by hardening the hook retry path and cleaning up transparent-window rendering.

Fixed

Reset the listener-running state on hook failure and added exponential retry/backoff for `SetWindowsHookExW`.

Fixed

Corrected transparent widget rendering on Windows 11 and added padding so the pill shadow remains visible.

Changed

Emitted a frontend hook-error event and deferred listener startup until auth finishes.

v2.2.15

Widget hit area and microphone fallback cleanup

Tightened the Windows pill surface so the visible pill matches the click target and recording survives stale microphone preferences.

Fixed

Reduced the Windows widget surface to the actual pill bounds so users do not see a larger dark block.

Fixed

Added microphone fallback resolution across preferred, default, and any usable device to avoid silent recording failures.

v2.2.14

Windows 11 visible pill and tray-icon correction

Introduced Windows-specific widget styling and tray behavior after transparent Tauri windows stopped rendering correctly on Windows 11.

Fixed

Added an opaque Windows widget style so the floating pill remains visible under Windows 11 DWM composition.

Changed

Restricted tray template-icon behavior to macOS so Windows tray rendering no longer breaks.

v1.0.0

First stable release

BridgeVoice shipped its first stable desktop release with local Whisper transcription, cloud mode, the floating widget, dashboard history, and auto-updater support.

Added

On-device Whisper transcription, privacy-first local audio handling, push-to-talk, dashboard history, theme sync, and multi-platform installers.

Release Notes

This page is intentionally product-facing: it favors the release notes people care about when deciding whether to update. Older internal or patch-level history can still live in the source repos.