MBS Plugins 25.2 pre-releases

Hello,

in this thread I want to post to you what’s new in 25.2 prerelease plugins. Download here:

monkeybreadsoftware.de/xojo/download/plugin/Prerelease/

or from Dropbox or ask (in private message or email) to be added to the shared dropbox folder.

If you like our plugins, please bookmark, like or forward this thread.
If not, well you can ignore it.

New functions in documentation .

Thanks for supporting our plugins.

If you have questions, please post your question as a new discussion

Greetings
Christian

2 Likes

25.2pr1

2 Likes

Does this also affect ArchiveReaderMBS?

No. Why?

A compiler switch for mini zip library was set incorrectly and disabled the password feature there.

1 Like

Just to double check which (of the multiple possible) “unzip” function(s) are affected…

25.2pr2:

  • Updated to Xcode 16.3 with the newer clang and stdc++ library.
  • Updated LibXL to version 4.6.
  • Added XLTableMBS class.
  • Added AddTable, ApplyFilter, SetBorder, TableByIndex and TableByName methods to XLSheetMBS class.
  • Fixed a bug in DuckDB client for our SQL Plugin.

25.2pr3:

25.2pr4:

  • Updated DynaPDF to version 4.0.99.284.
  • Fixed ReadFileMBS function, broken in 25.2pr1.
  • Fixed Compression plugin, which missed a linux part for LZW in pr3. And we changed our package tool to check plugin archives to prevent this in future.
  • Changed OptionFollowLocation property in CURLSMBS class to be integer instead of boolean since you can now use flags there to specify the behavior.
  • Updated CURL library to version 8.13.0.
  • Added OptionTCPKeepCount and OptionUploadFlags properties for CURLSMBS class and related constants.
  • Added CountValueMBS for arrays to count how often a given value is in the array.
  • Removed BackgroundThreadMBS class.

25.2pr5: