MBS Complete Plugin Set and MBS Xojo SQL Plugin are included in OmegaBundle 2026:
Nickenich, Germany - (July 21st, 2026) – Monkeybread Software today is pleased to announce MBS Xojo Plugins 26.3 for macOS, Linux and Windows, the latest update to their product that is easily the most powerful plugin collection currently available for Xojo. MBS Xojo Plugins have been updated and now includes over 3000 classes and 85,000 documented features, and the versatile plugins have gained more new functions:
The AtomicDictionaryMBS class provides a thread safe dictionary. Beside all the normal dictionary functionality we have special functions to do multiple operations together in a thread safe matter. You can iterate such a dictionary using AtomicDictionaryIteratorMBS and get entries with AtomicDictionaryEntryMBS class.
Use the AutoMutexMBS class to lock a mutex and automatically unlock it at the end of the method. Check the AutoLock and TryAutoLock methods in the MutexMBS class.
The Vision classes got new features to recognize human body and hand poses. The new observation classes provide the points for the joints.
Use the NLLanguageRecognizerMBS class to detect the dominant language of a text. You can limit the languages to consider and feed more text in chunks to get a more precise result with every chunk. Currently 58 languages are supported.
We added the WebView2BrowserMBS class to control both the WebView in a WebView2ControlMBS control or a HTMLViewer.
The XL classes got updated with new sort options for auto filters in XLAutoFilterMBS class. You can check data validations for a sheet in XLSheetMBS class, check whether a table has an auto filter and remove the filter.
With StringMBS and StringViewMBS classes we have our own class for UTF-32 strings. Enjoy efficient string operations using views to avoid copying data.
For macOS Golden Gate you can use NSRefreshControllerMBS class to allow the user to refresh a view with swiping down. For menu items you can specify whether to show the menu icon with preferredImageVisibility property in NSMenuItemMBS class. Check touch capabilities per screen with NSScreenMBS class.
For DynaPDF we added the Sauvola filter to convert gray images to black & white. The WinSparkleMBS class got a CanShutdown event, detect the new macOS version with isGoldenGate function in SystemInformationMBS module, and we added ResolveThreadsMax and QuickExit properties to CURLSMultiMBS class.
Finally we updated the CURL library to version 8.21.0, DynaPDF to 5.0.3.12, expat to 2.8.2, jsoncons to 1.8.1, lcms to 2.19.1, libarchive to 3.8.8, LibXL to 5.2.0, mongo-c-driver to 2.3.1, openssl to 3.5.7, SQLite to 3.53.3, the Argon2 code and Xcode to version 26.6.
See release notes for a complete list of changes.