Skip to main content

Release notes

Videorc 0.9.69 Alpha 1

Windows gets the same batch as macOS 0.9.68 — crashes now leave a record in the support bundle, the capture pipeline resets properly after a session, the preview always returns after stop, every recording logs a frame-accounting summary, and the audio mixer shows real levels without running while idle.

This release is not currently available for public download.

All releases

Crash records, a cleaner capture pipeline, and an honest mixer

  • If the backend crashes, the support bundle now carries the exit code, signal and the last log lines, and a backend.log is kept on disk — the first step toward fixing the restart reports we received.
  • After a session ends the D3D11 capture state resets and the live preview always comes back, instead of stalling or staying in a draining state.
  • Each recording ends with a frame-accounting summary (captured, composited, submitted, encoded) so dropped frames can be traced to the stage that dropped them.
  • The audio mixer shows honest levels and stays idle until you turn on Monitor input or start a session.
  • Recording no longer refuses to start over a brief compositor hiccup, and a start that does fail shows a persistent error with Retry.
  • Settings cards fit their content in two columns, and your account avatar arrives from the web.

Same change set as macOS 0.9.68 Beta, plus the Windows-specific capture hygiene: the unified D3D11 media state no longer sticks at "draining" after a session, the preview compositor is always restored after stop, the direct-capture consumer is released explicitly, and a per-recording frame-accounting event tells us exactly where frames were lost on a given machine.