it would be good if the plugin list have created date or plugin version column.
Current plugins have no version or created date in it script, but maybe by extending the metadata display will encourage ppl to put the version in the plugins.
OR BETTER! url for the client to detect latest version!
Could be a good thing to have. It will also help the developers to figure out what version of their plugin artists are using.
And since Python has a special __version__ field in there is no need to create rules as where to put version number.
Currently I tackle it with just displaying the version of my plugin on the title bar
Though, it would be a problem for plugins that have multiple windows, or docker, or not having windows at all.

