Skip to content

v4.0.5-beta.13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Apr 19:03
· 313 commits to main since this release

Added

  • Copy Screen Info button in Settings > About — copies display and capture diagnostics to clipboard for bug reports.

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.