Skip to content

v1.1.0 — multi-select, glass preview, footer, Clear confirmation

Choose a tag to compare

@SNGWN SNGWN released this 30 May 09:00
· 11 commits to main since this release

Multi-select deletion, system confirmation on Clear, a Liquid-Glass-styled preview popover, and Homebrew distribution.

Highlights

  • Multi-select mode — right-click any row → Select enters select mode. Click anywhere on a row to toggle (no leading checkboxes). Search still works; Cancel leaves the mode, Delete N removes everything you picked.
  • Clear confirmation — destructive button is bound to Return; ⌥-click variant asks specifically about pinned items.
  • Glass full-text preview — the 1-second-hover popover now uses NSVisualEffectView with the system .popover material, matching macOS Tahoe's translucent surfaces.
  • Attribution footer at the bottom of the panel.
  • Homebrew distribution. Install via:
brew install --cask light-house-group/taps/clip-board

Visual cleanup

  • Removed the redundant "Clipboard" header label
  • Per-row copy glyph removed (row tap auto-pastes; right-click → Copy still available)
  • Pin glyph upsized to 14 pt for stronger affordance

Install

brew install --cask light-house-group/taps/clip-board

…or download Clip-Board.zip below, unzip, drag into /Applications. First-launch Gatekeeper warning bypassed with right-click → Open.

Verification

otool -L "Clip Board.app/Contents/MacOS/Clip Board"

Only Apple-shipped frameworks. No network code in the binary.

Changelog

See CHANGELOG.md.