v4.0.5-beta.14
Pre-release
Pre-release
·
312 commits
to main
since this release
Fixed
- Wrong colors on external monitors (fourth attempt) — explicitly set
colorSpaceName = sRGBon 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) alongsideNSScreen.colorSpaceto help diagnose display driver issues.