MBS FileMaker Plugin, version 13.2pr1
- Added AppleScript.LastErrorPosition function.
- Added Archive.BZip2Version, Archive.LZ4Version, Archive.ZLibVersion, Archive.ZStdVersion and Archive.lzmaVersion functions.
- Added DynaPDF.GetNeedAppearance and DynaPDF.SetNeedAppearance functions.
- Added DynaPDF.OpenTag and DynaPDF.CloseTag functions to add tags for a tagged PDFs.
- Added DynaPDF.SetTabLen and DynaPDF.SetTabLen functions.
- Added flags parameter for Icon.GetIconWithQuickLook function.
- Added GMImage.WriteToWebPContainer function.
- Added MongoDB.ContainerToBinary and MongoDB.TextToBinary functions.
- Added MongoDB.NowUTC and MongoDB.Time function.
- Added PhotoPicker.SetSize function.
- Added Plugin.WebPVersion function.
- Added possibility to copy a field content or variable content via context menu (in addition to showing it via tooltip).
- Added support for WebP pictures to GraphicsMagick Plugin.
- Added Window.HideKeyboard function.
- Added WinPDF functions to use built-in PDF features on Windows.
- Added WMFP.GetAudioBitsPerSample, WMFP.GetAudioChannels, WMFP.GetAudioSamplesPerSecond and WMFP.GetVideoFrameRate functions.
- Added XL.Sheet.AreCellsEmpty function.
- Adjusted plugin for the next version of FileMaker.
- Changed field quoting for FM.SQL.InsertRecordsToSQL and Matrix.InsertRecordsToSQL to handle non ANSI quotes for MySQL/MariaDB.
- Changed our error notifications to show script name and file name.
- Changed Vision.RecognizeText to handle PDF documents on Windows, too.
- Enabled lz4 and zstd for Archive functions.
- Enabled zstd for curl library.
- Fixed a problem where WMIQuery.Query would not report the error message.
- Fixed a problem which prevents Java.Initialize to initialize on macOS and Linux with current JDK 19.
- Fixed a problem with Archive.Create and creating 7zip archive.
- Fixed code to automatically find libjvm.dylib on macOS to work with JDK 19.
- Fixed DynaPDF.ParseContent to not complain about open page.
- Fixed issue with indentation for copied script text. Now correct for 30+ level of nesting.
- Fixed JavaScript.Available to return 1 on macOS and iOS, broken in 13.1.
- Fixed script font color to use Menlo-Regular if you pick default since that seems to be what FileMaker uses without plugin instead of system font.
- Fixed SyntaxColoring.SetFontSize to allow passing value zero to disable font size change.
- Fixed variable auto completion to work for $~variables to work better.
- Implemented PDFKit.GeneratePreview for Windows.
- Improved AppleScript.Compile function to return error code and position.
- Improved Clipboard.GetTypes for Windows to report format list better.
- Removed MatrixDongle functions.
- Rewrote parts of the variable check in Script Workspace to better recognize variables defined via target parameter.
- Updated curl to version 8.0.1.
- Updated LibArchive to version 3.6.2.
- Updated libwebp to version 1.3.0.
- Updated SQLAPI to version 5.2.4b2.
- Updated SQLite to version 3.41.2.
- Upgraded PhotoPicker functions to work on macOS.