Skip to content

usecomputer@0.1.11

Latest

Choose a tag to compare

@remorses remorses released this 07 Apr 21:55
· 3 commits to main since this release
  1. Fixed macOS window screenshots across apps and displaysscreenshot --window now uses the native macOS window capture path, which correctly captures apps like Finder, Preview, Slack, and Chrome instead of depending on fragile CoreGraphics window capture behavior.

    usecomputer window list --json
    usecomputer screenshot ./finder.png --window 51448 --json
  2. Fixed region crops on secondary displays — region screenshots now translate desktop-global coordinates into display-local coordinates before cropping, so --display + --region captures the right area on multi-monitor setups.

    usecomputer screenshot ./region.png --display 1 --region "100,100,800,600" --json