Skip to content

PointerPop 1.1.0

Latest

Choose a tag to compare

@haleyecampbell haleyecampbell released this 12 Jul 03:54

Added

  • Full-screen zoom (ZoomIt-style): zoom the whole screen toward your cursor
    with a rebindable hotkey or the tray's Zoom Screen item; scroll or +/− to
    adjust, cursor-follow panning, Esc to exit. Live zoom on Windows,
    freeze-frame zoom on macOS — with draw-while-zoomed supported.
  • Opt-in keystroke display: show the keys you press as on-screen badges
    (⌘⇧A / Ctrl+Shift+A, repeat counts, modifier taps) with configurable
    corner, size, and display, plus a global toggle hotkey. Off by default so
    passwords never flash up; macOS secure input fields are never captured.
  • Settings backup: export everything — hotkeys, profiles, custom particle
    and stamp images, preferences — to a single .pointerpop-backup file and
    import it on any other computer (Prefs → System → Backup). Importing
    writes a safety copy of your current settings first.
  • Hold Shift while drawing to constrain shapes: lines and arrows snap to
    45° angles, rectangles become squares, ellipses become circles — updates
    live as you press or release Shift mid-drag.
  • About card in Preferences → System: version info, links, a "Check for
    updates" button, and an optional (off by default) update check at launch.
  • Background removal on image import: when a custom particle image or stamp
    has no transparency of its own, a preview dialog offers one-click
    background removal (checkerboard preview, adjustable strength). The cutout
    is trimmed and saved as PNG; images that already have transparency import
    unchanged.
  • Click-to-erase in the import preview: tap any leftover patch to erase the
    color-connected region under the click (magic-wand style), with undo and
    reset — the way to clean up photos and busy backgrounds the edge fill
    can't reach.
  • "Auto subject" import mode (macOS 14+): one click runs Apple's on-device
    subject detection and lifts the person or object out of a photo —
    salon-quality edges, no sliders. Falls back to the color modes when no
    subject is found (typical for flat logos); not available on Windows.
  • Lasso touch-ups in the import preview: drag a loop around any area to
    force it erased or restored (toggleable), on top of either automatic
    mode — for fixing the little spots the auto pass got wrong. Undo/Reset
    now covers taps and lassos together.

Fixed

  • The bootstrap splash logo was never bundled into shipped builds (asset
    subdirectories weren't included) — the Windows splash now shows the logo.
  • Preference cards now render correctly on newer Flutter versions (missing
    Material ancestor).

Changed