View Single Post
Old 04-03-2025, 05:19 PM   #3
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,829
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by PeterT View Post
Has there been any thought of adding an additional (optional field) to the format of the Plugin index post to indicate the maximum supported version of calibre for a given plugin?
Not from me.

Quote:
Originally Posted by PeterT View Post
I'm seeing numerous posts on Reddit from people trying to install (for instance) the KTE plugins on calibre 8.x; setting a maximum_calibre_version to 7.26.0 would prevent people even trying. Yes; I understand there is an existing Deprecated flag but setting that prevents installation on any older version of calibre.
Rather than putting it in the MR Index, which would require PI maintainers to ask the PI moderators to update the index, it would be better if it was an optional item in the code, e.g.:

Code:
    supported_platforms     = ['windows', 'osx', 'linux']
    author                  = 'Fred Nerk'
    version                 = (1, 2, 0)
    minimum_calibre_version = (2, 85, 1)
    maximum_calibre_version = (7, 26, 0)
And the plugin updater be adjusted accordingly, i.e. to show min calibre and max calibre columns and perform a relevant check.

And a big red note at the top of the Plugin's MR thread.

BR
BetterRed is online now   Reply With Quote