Hi,

I downloaded the latest macOS VM build from here:
https://github.com/OpenSmalltalk/opensmalltalk-vm/suites/14338173951/artifacts/807073212

It includes a ClipboardExtendedPlugin.bundle with the version number 5.0-202307170225-64bit. The latest released VM includes a ClipboardExtendedPlugin.bundle with a lower version number 5.0-202206021410-64bit.

However, when I run the trunk image with both VMs ExtendedClipboardInterface pluginVersion returns the same version number 3166.

In ExtendedClipboardMacInterface>>#clipboardText: I found the following text in the comment:
"But we can only paste more than one thing at a time with the VMMaker.oscog-eem.3276 version of the plugin, or later."

The plugin version is later checked in that method.

In a current Cuis image I verified that the plugin in the latest VM build does indeed allow to copy more than one format at a time. This leads me to believe that the version number the latest VM build reports in ExtendedClipboardInterface pluginVersion might be wrong. What do you think?

Cheers,
Bernhard