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
Is the logic here that these are OSX / MacOS versions that all plugins have been tested on, and therefore we want to always display that they are available? Or just that these are versions that we intend to support (and want to make sure people file bugs if it's not working)?
Trying to follow the logic here, it looks like
manual/plugindocs.py
Line 42 in 51f8dab
We're also making a request to https://qs0.qsapp.com/plugins/info.php and retrieving (and caching) some info about supported versions there.
But then it looks like we're just arbitrarily adding
SUPPORTED_OS_VERSIONS
to every plugin:manual/plugindocs.py
Line 279 in 51f8dab
Is the logic here that these are OSX / MacOS versions that all plugins have been tested on, and therefore we want to always display that they are available? Or just that these are versions that we intend to support (and want to make sure people file bugs if it's not working)?
This seems to confirm that all 58 plugins haven an identical table:
SUPPORTED_OS_VERSIONS
?The text was updated successfully, but these errors were encountered: