Skip to content

v1.2.0 — theme fix + Linux multi-file

Choose a tag to compare

@lc4t lc4t released this 02 Jun 01:47
· 12 commits to dev since this release

Patch + cross-platform completion. No breaking changes.

Fixed

  • LIGHTGRAY theme was misclassified as dark — the old detection used a /DARK|GRAY|BLUE|PURPLE/i regex; LIGHTGRAY contains the substring GRAY, so the panel rendered with dark CSS variables on a light Eagle theme (text became hard to read). Replaced with exact Set matching: dark themes are now strictly GRAY / DARK / BLUE / PURPLE. LIGHT / LIGHTGRAY / Auto render with light vars.

Added

  • Linux multi-file clipboard import (previously macOS + Windows only)
    • Wayland: wl-paste --type text/uri-list
    • X11: xclip -selection clipboard -t text/uri-list -o
    • Auto-detects \$WAYLAND_DISPLAY for ordering, falls back if either tool is missing
    • text/uri-list parsing strips file:// and URL-decodes
    • Silently no-ops when neither tool is installed

Changed

  • UI hint for the multi-file toggle now mentions Linux explicitly

Install

Download eagle-clipboard-watcher.eagleplugin below and double-click in Eagle.

Repository remains private — Release download requires GitHub login with read access.

Full notes: docs/CHANGELOG.md