v3.0.1-beta.2 (2026-07-18)
- Fix ModuleNotFoundError on keyboard popup: vendor the AutoCompletion
  module (v3.0.0 dropped the script.module.autocompletion dependency but
  never vendored its module in)
- AutoCompletion adapted for vendoring: plugin-relative paths, stdlib
  urllib instead of requests (zero third-party deps)
- Ship common_{de,en,fr,nl}.txt wordlists for the local dict provider

v3.0.1-beta.1 (2026-07-18)
- First release through the Appz4Fun Kodi repository (beta channel)
- Release CI: tag-driven zip build + GitHub release + repo dispatch

v3.0.0 (2026-03-31)
- Kodi settings format v2 migration (boolean types, constraints, edit controls)
- Dropped script.module.autocompletion dependency; renamed addon
- BLE remote mic capture (Bluetrum remotes: Ugoos UR-02, G20S) via btmon HCI

v2.2.0 (2026-03-30)
- Voice input for virtual keyboard (press voice button, speak title, autocomplete fills)
- Gemini Cloud STT with automatic title normalization (free tier, zero setup)
- Optional local Whisper STT (offline, opt-in)
- Rate limiting for Gemini free tier (15 RPM, 1000 RPD)
- USB Bluetooth dongle mic support for CoreELEC
