v1.2.0 — theme fix + Linux multi-file
Patch + cross-platform completion. No breaking changes.
Fixed
LIGHTGRAYtheme was misclassified as dark — the old detection used a/DARK|GRAY|BLUE|PURPLE/iregex;LIGHTGRAYcontains the substringGRAY, so the panel rendered with dark CSS variables on a light Eagle theme (text became hard to read). Replaced with exactSetmatching: dark themes are now strictlyGRAY/DARK/BLUE/PURPLE.LIGHT/LIGHTGRAY/Autorender 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_DISPLAYfor ordering, falls back if either tool is missing text/uri-listparsing stripsfile://and URL-decodes- Silently no-ops when neither tool is installed
- Wayland:
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