Quote:
Originally Posted by JSWolf
Any idea when we may ge an updated plugin with the new epubcheck? Thanks.
|
The current version of the plugin has the ability to download new versions of EPUBCheck directly from Github, so there is no need to update the plugin every time a new version is released.
If you look at your
EpubCheck.json, you will find something like this:
{
"check_interval": 7,
"clipboard_copy": false,
"close_cb": true,
"github": true,
"is32bit": false,
"java_path": "java",
"last_time_checked": "2020-06-24 10:10:16.473000",
"locale": "pt-BR",
"usage": true
}
If you want to force an update check, just change the "last_time_checked" key to a date that represents an interval bigger than defined in the "check_interval" key.