# Whisper 1.0.7 ## Summary - Publishes the next Windows beta build for live group-update testing. - Fixes DM first-send readiness and WAN/Reflect dial hints so newly accepted contacts and routed peers connect more reliably. - Starts the media transfer runtime actor during real-client Tauri bootstrap so media download/upload handling is available before network startup. - Includes the latest security and correctness hardening across ratchet, replay, vault, group, network, and Wisp release paths. ## Changes ### Messaging & Connectivity - Fix first-send readiness for accepted DMs so the first encrypted message can leave the queued state once peer readiness is established. - Preserve and use WAN dial hints and Reflect probe metadata more consistently during peer resolution and diagnostics. - Avoid loopback-only baseline assumptions in DM redial coverage. ### Media & Voice - Start the media transfer actor before media playback and Wisp/network startup in the real-client Tauri bootstrap. - Fix voice transmit mode wiring in the app shell and audio settings surfaces. ### Release & Security - Fix release packaging so Windows signing and updater packages use the real secret-service sidecar instead of the Tauri placeholder. - Apply security/correctness fixes across double-ratchet handling, replay protection, padding, vault flows, group permissions/sync, network timers, circuit breaker behavior, and Wisp job/release paths. ## Verification - `wisp build rust -p whisper` completed successfully after closing the previously running debug client that held the debug sidecar executable open.