You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: install the optional deps the test suite needs (pillow, pyperclip)
The new test gate caught its first real problem: 'pip install -e .' omitted the
lazy-imported extras, so tests/test_core.py died on 'No module named PIL' rather
than a genuine failure. Install .[icons,clipboard] — the minimal set the suite
actually touches (pystray/sounddevice/pynput are not needed).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0.1.16: fix relearn UX — honest 'no fix' message, looser caps (6 word…
…s/64 chars), and a foolproof 'Remember the copied word' menu item
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>