> 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/200608.md).

# Kalipso 5.0.0 - Build 200608

{% hint style="success" %}
Release date: 2020-06-08
{% endhint %}

### New Features

* Added the ability to enable/disable cookies in 'HTTP Request' and Web Service Run' Actions.
* Added a Speech Recognition usage description when generating IPA scripts.

### Kalipso Designer

* Fixed issue updating a Project. If Linked Projects were detected, all of them would be updated despite unchecking the 'Update all Linked Projects' option.
* Fixed issue that could cause a blockage when opening the Expression Editor for an Action parameter.
* Fixed issue selecting Controls in a Report.
* Fixed issue saving a Form properties when the Background Image Resource wasn't found.
* Fixed issue in Project Properties. A couple of parameters weren't being displayed.
* Fixed several issues in 'Run Jar' Action.
* Fixed issue when loading default Planes. A multi-language entry was being created for the Name property instead of the Title.
* Fixed issue when converting a Project. Because new parameters were added to V4.1 after the release of V5, 'Web Service Run' could get some garbage in the process.
* Fixed issue related to some project parameters who were saving the wrong information type.
* Fixed issue displaying the 'Align' and 'Position' popups. They weren't being scaled according to Windows definitions.
* Fixed issue displaying warnings as errors when generating an APK.
* Fixed issue setting the 'Step' property of a Chart control. Value as being limited to 9999.
* Fixed issue in 'Get Project Parameter'. If the parameter was from a Linked Project/Component, the action wouldn't work.
* Fixed issue duplicating Local Action Set.
* Fixed issue adding a new Char for recognition in Voice Settings for Nuance.
* Fixed issue editing 'Start Timer'. If a Global Action Set was defined, the first one on the list would always be selected.
* 'Load JAR', 'Unload JAR' and 'Run JAR' Actions are now called 'Load APK', 'Unload APK' and 'Run APK' respectively.

### KClient

* Adjustments made to Android Text Box when using comma as decimal separator to show numeric input software keyboard
* Changes made to Val function in Android to prevent it from returned numbers in scientific notation.
* Updated Bluetooth actions to request new permissions for Android 10.
* Updated Zebra SDK to the latest version.
* Added scroll to Keyboard with Date and Time on Android for devices with small screens to allow to access the OK and Cancel buttons.
* Optimizations made to Android and iOS image loading and caching for Image Controls with source based on a http/https URL.
* Fixed bug in Print Engine in multi-line dynamic fields with automatic height. When the next field was below the multiline with more than 1 line, it might not get correctly offset down.
* Fixed bug in Win32 clients that could cause Synchronize action with KDriver not to receive any data from the server.
* Updated KClient to make it compatible with Zebra HD4000 glasses.


---

# 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/200608.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.
