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

# Kalipso 5.0.0 - Build 210118

{% hint style="success" %}
Release date: 2021-01-18
{% endhint %}

### New Features

* Added In-App Purchase actions.
* Added the ability to use App Center to test and monitor your app.

### Kalipso Designer

* Fixed issue generating IPA Scripts. If the selected icon had some kind of transparency level, the icon would be rejected by Apple. Kalipso now automatically sets the background if necessary.
* Fixed issue deleting a Web Service. A reference to the deleted source file was being kept.

### KClient

* Fixed bug in Win10 client, using 'Bluetooth LE Characteristic Read' and 'Bluetooth LE Descriptor Read', it returned value could be a value previously cached by Windows and not a new read from the device.
* Fixed bug in Desktop client opening full screen forms with title bar, it would not respect the "Centered" parameter.
* Fixed issue in Android client that could cause app to crash when clicking on the message resulting from the 'NotificationMessage' action while the App was in the background.
* Fixed issue with 'GPS Connect' action that could cause some memory not to be freed on newer Android devices.
* Updated iOS client Calendar Keyboard for solving issues with Calendar Style changes on iOS 14.
* Fixed bug in Win32 clients applying fonts with only font name (without an associated file).
* Fixed refresh issues in Win32 clients in CheckBoxes and radio buttons with transparent backgrounds.
* Fixed bug in Win10 and iOS clients clearing ComboBox contents with a 'Refresh Control' that returned empty Result Set after a 'Refresh Control' that returned a non-empty Result Set.
* Fixed refresh issue in Win32 clients using controls with opacity inside Tab Controls.
* Disabled system cache for images in Win10 client, system cache seems to have problems and in some scenarios could render the incorrect image.
* Updated Simulator Trace for 'Open Form' action to include the Form Name.
* Android and iOS KClient now have a new option to enable sending crash reports directly to Sysdev. Win10 KClient already had this feature.


---

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