WebHID のバージョン履歴 - 全 3 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.6.2
リリース日 : 2026年7月6日 - 78.82 KBfirefox バージョン 142.0 以降 で動作🌐 Cross-platform: Windows + macOS support (was Linux-only). Uses hidapi for stable device IDs across platforms.
⚡ WebSocket data plane: Binary WebSocket + SharedArrayBuffer for input/output reports. sendReport latency ~50ms → ~3ms. Toggleable per-site.
🔬 WASM HID descriptor parser: Full parser via hidreport crate, runs in isolated world. Chromium-compatible collections output (camelCase, usages XOR usageMinimum/usageMaximum, full field attributes).
⚙ Per-site settings popup: Override fire-and-forget, SAB enabled, SAB buffer capacity (2048–32768) per site.
🎛 Settings page: Global defaults including 4-level log control (Error/Warn/Info/Debug).
🔌 Auto-reconnect: 4-layer (NM host, WebSocket, worker, SAB drain) with exponential backoff.
🔀 Native hotplug: udev (Linux), RegisterDeviceNotification (Windows), IOHidManager (macOS).
🔒 Security: HID blocklist (FIDO/U2F keys), session token in WebSocket subprotocol, WS origin check.
🐛 Fixes: Composite USB dedup, SAB slot size, WS broadcast timing race, sendReport race, SAB swap on reconnect, empty collections, reportId serialization, item shape mismatch, variable-length reports, Windows/macOS builds.
🚀 Performance: Dual HidDevice handles (reader+writer), unbounded channels, MessageChannel yield (0-delay vs 4ms setTimeout clamp).
🎨 UI: Shadow DOM device picker, theme system, device count display.
📁 Restructured: js/ html/ css/ res/ layout. New permissions: webRequest, webRequestBlocking (COOP/COEP injection).ソースコードは MIT License に従いリリースされています
以前のバージョン
バージョン 1.5.1
リリース日 : 2026年7月5日 - 76.09 KBfirefox バージョン 142.0 以降 で動作ソースコードは MIT License に従いリリースされています