Skip to content

v1.8.1

Choose a tag to compare

@yusha yusha released this 25 Jun 01:34

Fix: accurate screenshots under Windows Terminal

Per-step screenshots were one step behind under Windows Terminal because a GDI screen-grab reads a stale composited frame of its GPU rendering. The Windows capture now uses PrintWindow(PW_RENDERFULLCONTENT) on the terminal window, which asks it to render its current content into the capture — so the screenshot matches its step. Falls back to the full-screen grab if PrintWindow is unavailable.

Full Changelog: v1.8.0...v1.8.1