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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v1.1.7] — 2026-06-15
Fixed
The plugin updater now works on Android. v1.1.6 added a Check for plugin
updates item to the Android remote-mode menu, but the updater wrote its
downloaded release metadata to a hardcoded /tmp/… path, which does not exist
on Android — so every check failed immediately with "No such file or
directory" and reported "Could not check for updates". That temporary file now
lives in the plugin folder (where the downloaded update archive already goes),
so the check works on Android the same as on Kindle/Kobo. (Android has no curl/wget either, so the updater always uses KOReader's built-in network
stack there — which now has a writable place for its temporary file.)