Skip to content

v4.0.5-beta.14

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Apr 20:15
· 312 commits to main since this release

Fixed

  • Wrong colors on external monitors (fourth attempt) — explicitly set colorSpaceName = sRGB on all ScreenCaptureKit configurations (screenshots, window capture, recording). On systems where the display color profile is not reported correctly (e.g. DisplayLink adapters), ScreenCaptureKit was returning untagged pixel data that AppKit misinterpreted. Forcing sRGB ensures correct color tagging regardless of display driver quirks.

Improved

  • Copy Screen Info diagnostic — now also reports CGDisplayCopyColorSpace (the CoreGraphics-level ICC profile) alongside NSScreen.colorSpace to help diagnose display driver issues.