-
ClipboardCard: replaced Timer-based tap detection with Listener.onPointerDown
for immediate response without gesture arena delays -
Double-click to paste now works reliably (300ms threshold, no 200ms lag)
-
Single click now selects the card and transfers keyboard focus, enabling
Enter key to paste after mouse interaction -
Expand toggle button added to card footer (chevron icon, only for text with
3+ lines or >120 chars) -
Expand toggle no longer shown for link-type cards
-
Fixed potential memory leak: added mounted check before calling onLabelColor
callback in label color dialog -
Collapsed card content lines: 2 → 3 (theme default)
-
Expanded card content lines: 5 → 8 (theme default)
-
Link content maxLines capped to 1 (always single line, no expand)
-
ClipboardCard: removed single-click expand behavior entirely
-
ClipboardCard: onSelect callback added for external selection tracking
with focus management -
GitHub downloads badge script: added full pagination support (per_page=150)
to count downloads across all releases, not just the first 30
Full Changelog: v2.0.0...v2.0.1