> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/release-history/230705.md).

# Kalipso 5.0.0 - Build 230705

{% hint style="success" %}
Release date: 2023-07-05
{% endhint %}

### New Features

* New parameters were added to 'Activate Recognizer' Action, allowing the usage in background.
* Added the ability to insert columns at any position in "XML Export from Table".
* Added the ability of independently storing the 'Domain' and 'Company' properties when generating APK or IPA Scripts.
* Added the ability to localize Usage Description strings when generating an IPA script.
* Added new Action 'HTML Clear Data'.
* Added support for Android 13.

### Kalipso Designer

* Fixed issue switching from a Device with specific Font Ratio to one set to Pixels.
* Fixed issue generating Component. Database Profiles and Communication Profiles might be unavailable in the Linked Project if selected individually and indirectly by a child object.
* Fixed issue saving a Database Connection Profile that had a different Type. Some parameters might grow in size, slowing down the app and oversizing the source file.
* Fixed issue creating a Form using right-click on Project Tree. If no Folder was found on Project, the folder id stored in the form would be wrong.
* Fixed issue in Zebra RFID Inventory. When switching to the last Tab without going through the 'Next' button, the 'NExt' button would stay enabled.
* Fixed issue selecting Overlay icon set when customizing icons. If the list was empty, an error would be produced.
* Fixed issue setting the Focus Order of a Label to Top.
* Fixed issue in 'XML Export From Table' when editing a Subquery. A message regarding a missing Database Connection Profile would be displayed.
* Fixed issue in 'Print on PC'. When using the 'Dynamic' option for the Report parameter, the expression would but cut of by 1 char in each end.
* Fixed issue when accessing Actions. If a loading thread was already running and did not terminate before the timeout was reached, a crash would be produced.
* Fixed issue in "File Import to Table' if a Table from a Linked Project/Component was used. In that case, if 'Automatic Management' was used for 'Column Length' or 'Decimal Places', values would truncate to 0.
* Fixed issue outputting errors associated with Database.
* Fixed issue saving width changes of Table columns. Depending on the name of the Column, an error would be produced.
* Fixed issue pasting containers (Looper, Tab or Scroll Area). If the container being pasted was selected, an error would be produced.
* Fixed issue selecting a Font resource who's name started by K.

### KClient

* Fixed bug in Android BluetoothStartDiscovery action. The results were not filtering out the Bluetooth LE only devices. For Bluetooth LE devices, BluetoothLE actions should be used.
* Fixed bug in SetBlinking when used on controls with customized border, it would not correctly apply the blinking to the customized border style.
* Fixed bug in Win10 client when using custom image in ComboBox control and selecting items with the keyboard could cause App to crash.
* Changed Scroll Area control behavior in iOS to allow using draw control inside scroll area like it does in Android and Win10.
* Updated libssh2 to version 1.10 to support latest encryption algorithms.
* Fixed bug in SetProperty for a ControlType in a specific plane, it would not work for controls inside other containers.
* Fixed bug on Android KClient that could cause App to crash when calling SetValue on a Tab Control.
* Fixed bug in Win10 client in string comparison with ">", ">=", "<" and "<=" operators. In Win10 client was not making a ordinal comparison, but a culture sensitive comparison, and in some cases could produce different results from other platforms.
* Fixed bug in Win10 client in ListBox control, advanced style properties where not being applied correctly.
* Updated Android client to request Bluetooth permission if needed in calls to SendFileToPC/GetFileFromPC.
* Updated Win32 client to support Zebra RFID inventory on other memory banks either than EPCID.
* Fixed bug in Win10 client, using CheckBox control with custom images inside looper control could cause App to crash.
* Updated Win10 and Android clients to correctly apply default button in MessageBox.
* Fixed bug in Android in FileFolderRename action, it would overwrite destination file if it already existed, and it should fail.
* Fixed bug in RunProcess on Android, if the RunProcess failed to start the Android Intent and the action was configured for "Don't Wait", it would not trigger the "OnError".
* Updated Android SDK to API level 33 to comply with the new Google Play requirements.

### MIS Communicator / KDriver

* Added PrintToPDF command to log.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/release-history/230705.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
