[14.4](newinversion144.md) [14.5](newinversion145.md) [15.0](newinversion150.md) [15.1](newinversion151.md) [15.2](newinversion152.md) [15.3](newinversion153.md) [15.4](newinversion154.md) [15.5](newinversion155.md) [16.0](newinversion160.md) [16.1](newinversion161.md) [16.2](newinversion162.md) [16.3](newinversion163.md)

New in version 16.3 (Pre-Release)
---------------------------------

| Item | Details | Server |
|:--|:--|:--|
| [CNContactPicker.CurrentProperties](CNContactPickerCurrentProperties.md)   Queries the properties selected in the picker. | Mac/iOS | ❌ Server |
| [CNContactPicker.GetDisplayedKeys](CNContactPickerGetDisplayedKeys.md)   Queries the list of keys to display. | Mac/iOS | ❌ Server |
| [CNContactPicker.SetDisplayedKeys](CNContactPickerSetDisplayedKeys.md)   Sets what keys to display in the picker. | Mac/iOS | ❌ Server |
| [CURL.GetSizeDelivered](CURLGetSizeDelivered.md)   Queries number of bytes delivered to the client. | All | ✅ Server |
| [Encryption.PubKeyDecrypt](EncryptionPubKeyDecrypt.md)   Decrypts data with a private key. | All | ✅ Server |
| [Encryption.PubKeyEncrypt](EncryptionPubKeyEncrypt.md)   Encrypts data with a public key. | All | ✅ Server |
| [Keychain.AddGenericPassword](KeychainAddGenericPassword.md)   Adds a generic password to the keychain. | Mac/iOS | ✅ Server |
| [Keychain.DeleteGenericPassword](KeychainDeleteGenericPassword.md)   Delete password from keychain. | Mac/iOS | ✅ Server |
| [Keychain.FindGenericPassword](KeychainFindGenericPassword.md)   Finds a password for a keychain item and returns it. | Mac/iOS | ✅ Server |
| [Keychain.ListGenericPasswords](KeychainListGenericPasswords.md)   Queries metadata for all generic passwords. | Mac/iOS | ✅ Server |
| [Keychain.UpdateGenericPassword](KeychainUpdateGenericPassword.md)   Update a generic password entry with a new password. | Mac/iOS | ✅ Server |
| [List.ColumnMatchesPostfix](ListColumnMatchesPostfix.md)   Finds list entries which have a given postfix text. | All | ✅ Server |
| [List.ColumnMatchesPrefix](ListColumnMatchesPrefix.md)   Finds list entries which have a given prefix text. | All | ✅ Server |
| [List.ColumnMatchesSubString](ListColumnMatchesSubString.md)   Finds list entries which contains a given text. | All | ✅ Server |
| [MongoDB.GridFS.Close](MongoDBGridFSClose.md)   Closes the GridFS. | All | ✅ Server |
| [MongoDB.GridFS.Drop](MongoDBGridFSDrop.md)   Requests that an entire GridFS be dropped, including all files associated with it. | All | ✅ Server |
| [MongoDB.GridFS.Find](MongoDBGridFSFind.md)   Finds all gridfs files matching filter. | All | ✅ Server |
| [MongoDB.GridFS.FindOne](MongoDBGridFSFindOne.md)   Find the first GridFS file matching filter. | All | ✅ Server |
| [MongoDB.GridFS.FindOneByFileName](MongoDBGridFSFindOneByFileName.md)   Finds the first file matching the filename specified. | All | ✅ Server |
| [MongoDB.GridFS.GetChunks](MongoDBGridFSGetChunks.md)   Gets collection that contains the chunks for files. | All | ✅ Server |
| [MongoDB.GridFS.GetFiles](MongoDBGridFSGetFiles.md)   Gets collection that contains the file metadata for GridFS. | All | ✅ Server |
| [MongoDB.GridFS.Open](MongoDBGridFSOpen.md)   Opens the GridFS. | All | ✅ Server |
| [MongoDB.GridFS.Read](MongoDBGridFSRead.md)   Reads a file and returns container value. | All | ✅ Server |
| [MongoDB.GridFS.Remove](MongoDBGridFSRemove.md)   Removes file and its data chunks from the MongoDB server. | All | ✅ Server |
| [MongoDB.GridFS.RemoveByFileName](MongoDBGridFSRemoveByFileName.md)   Removes all files matching filename and their data chunks from the MongoDB server. | All | ✅ Server |
| [MongoDB.GridFS.Write](MongoDBGridFSWrite.md)   Writes a container value as file to GridFS. | All | ✅ Server |
| [Printer.CancelJob](PrinterCancelJob.md)   Cancels a print job. | Mac/Win | ❌ Server |
| [Printer.GetJobsAsJSON](PrinterGetJobsAsJSON.md)   Queries print jobs and returns JSON Array. | Mac/Win | ❌ Server |
| [ScriptWorkspace.Steps](ScriptWorkspaceSteps.md)   Queries the list of script steps in the Script Workspace. | Mac only | ❌ Server |
| [SerialPort.Setup](SerialPortSetup.md)   Sets baud rate, parity and data/stop bits in one call. | Mac/Win | ❌ Server |
| [SystemInfo.isGoldenGate](SystemInfoisGoldenGate.md)   Whether the operating system is macOS 27 Golden Gate or newer. | All | ✅ Server |
| [Window.Screen](WindowScreen.md)   Queries the screen index for the window. | Mac/Win | ❌ Server |
| [XL.Sheet.AutoFilter.GetSortEx](XLSheetAutoFilterGetSortEx.md)   Gets the zero-based index of sorted column in AutoFilter and its sort order. | All | ✅ Server |
| [XL.Sheet.AutoFilter.SortLevels](XLSheetAutoFilterSortLevels.md)   Gets the number of sort levels. | All | ✅ Server |
| [XL.Sheet.DataValidation](XLSheetDataValidation.md)   Queries details on one data validation. | All | ✅ Server |
| [XL.Sheet.DataValidationSize](XLSheetDataValidationSize.md)   Returns a number of data validations in this worksheet (only for xlsx files). | All | ✅ Server |
| [XL.Sheet.DataValidations](XLSheetDataValidations.md)   Queries details on all data validations. | All | ✅ Server |
| [XL.Table.IsAutoFilter](XLTableIsAutoFilter.md)   Returns true if the AutoFilter already exists (only for xlsx files). | All | ✅ Server |
| [XL.Table.RemoveFilter](XLTableRemoveFilter.md)   Removes the AutoFilter from the sheet (only for xlsx files). | All | ✅ Server |

39 functions shown.

These functions require a license (79%).

### New parameters added

| Item | Details | Server |
|:--|:--|:--|
| [List.MatchesSubString](ListMatchesSubString.md): NoReturnEnding   Finds list entries which contains a given text. | All | ✅ Server |
| [SpeechRecognition.Recognize](SpeechRecognitionRecognize.md): Flags   Recognizes some text. | Mac/iOS | ❌ Server |

2 functions shown.

These functions require a license (100%).

### Blog Entries

- [Secure Password Storage with Keychain Functions in MBS FileMaker Plugin 16.3](https://www.mbsplugins.de/archive/2026-06-23/Secure_Password_Storage_with_K/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 16.3pr3](https://www.mbsplugins.de/archive/2026-06-22/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 16.3pr2](https://www.mbsplugins.de/archive/2026-06-15/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 16.3pr1](https://www.mbsplugins.de/archive/2026-06-01/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

[Older Version 16.2](newinversion162.md)

[HTML Version](newinversion163.shtml)