Changed
- Plugin API key field UX (#221) — the API key field in Settings → Calibre (plugin mode) now has a show/hide toggle (eye icon) and a Generate button that fills the field with a cryptographically random 32-byte hex key (
crypto.getRandomValues).autoComplete="off"prevents browsers from injecting saved passwords. Paste is unrestricted.