This build is mostly internal refactoring, but several real behavioral changes snuck in.
Bug fixes
- Fixed a crash when quitting WireView if you had previously used Copy Screen. The clipboard now properly releases on quit.
- Fixed "Open in WireView" in the menu bar window — clicking it now reliably brings the window to the front rather than just opening it behind other windows.
- Fixed spurious recording interruptions that could occur when your device's audio format changed (e.g. plugging in headphones while recording).
- Updated the "Open System Settings" deep link on the camera permissions screen to use the correct URL on macOS 15+
- Not really a bug fix but the WireView binary is now about 130KB smaller. I know everyone was clamoring for this, and I’m just giving the people what they want.
Behavior changes worth testing
- If you switch devices while a recording is in progress, WireView now stops and saves the current recording before switching. Previously this could produce a corrupted or lost recording. Try: start a recording on device A, then switch to device B in the device picker.
- If your configured save folder becomes inaccessible (e.g. an external drive that's been ejected), WireView now falls back to a Save As panel rather than silently saving to Downloads.
- The crop overlay dismiss button is now labeled "Exit Crop Mode" instead of "Disable Crop" to match the menu bar item.
- Zoom In / Zoom Out in the View menu are now disabled when no device is connected.