[v1.1.9] — 2026-06-21
Fixed
- A successful pairing no longer shows a warning icon. After accepting a
pairing request in the wizard, the "Paired with … successfully" message was
displayed with a ⚠ warning icon instead of the neutral info icon, making a
success look like something had gone wrong. The icon now matches the outcome.
(The failure message is unchanged - it still shows the warning icon.)
Added
- Windows test setup. A one-command
spec/setup_windows.ps1(installs
MinGW-w64, LuaRocks andluafilesystem, then runs the suite) plus Windows
path/command shims inspec/run_tests.lua, so the full 506-test suite runs
on Windows as well as Linux/WSL. Dev tooling only - not part of the shipped
plugin.
Changed
- The LICENSE is now bundled with the installed plugin. It was previously
excluded from the install package; it now ships alongside the runtime files. - Dropped the deprecated
namefield from_meta.lua. KOReader derives the
plugin name from its directory and logs a deprecation warning for aname
key in_meta.lua; removing it silences that warning with no change to the
plugin's identity.