Skip to content

v4.0.5-beta.12

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Apr 17:57
· 315 commits to main since this release

Fixed

  • Wrong colors on external monitors (third attempt) — removed the 8-bit pixel format conversion (copyTo8BitBGRA) that was corrupting colors on some monitors. The raw CGImage from ScreenCaptureKit is now passed through directly and AppKit handles color management natively, matching how other screenshot tools (e.g. Shottr) work.
  • Editor cursor previews not showing — loupe follow, pencil/marker circle, stamp preview, and other cursor overlays were broken in the editor window since beta 9. A window-snap cooldown flag was blocking mouseMoved events.