Skip to content
← Back to release notes
v0.13.11 hotfix

Release v0.13.11

Mar 23, 2026

Remote desktop reliability on headless Windows servers and macOS 12 permission detection.

Fixed

  • Fixed remote desktop showing a black screen on headless Windows servers — the video encoder now properly falls back to software encoding when no GPU is available, with an extended warm-up period to ensure the first frames are captured.
  • Fixed Full Disk Access always showing as 'not granted' on macOS 12 — permission detection now works correctly regardless of macOS version.
  • Fixed remote desktop failing silently when an agent is unreachable — you now see a clear error message instead of a blank viewer.
  • Added diagnostic logging for encoder issues to speed up future troubleshooting.

Two reliability fixes for remote desktop. Headless Windows servers (common in cloud and lab environments) were showing a black screen because the video encoder didn’t cleanly fall back to software mode when no GPU was present. That’s fixed — the encoder now resets properly and gives itself enough warm-up time to capture the first frames.

On Mac, the Full Disk Access check was always returning “not granted” on macOS 12, which caused downstream features to think permissions were missing. The detection now works correctly across all macOS versions. And when a remote desktop connection can’t reach the agent, you’ll see a clear error instead of a blank viewer.