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

# Kalipso 5.0.0 - Build 220509

{% hint style="success" %}
Release date: 2022-05-09
{% endhint %}

### New Features

* Added the support for Point Mobile RFID.

### KClient

* Updated Win10 KClient SMTP and POP3 action to allow attachments outside the application folder when using the "Broad File System Access" option in the APPX compilation.
* Fixed several bugs related to having Tab or ScrollArea Controls inside Loopers. App could crash or show these controls with invalid content.
* Fixed bug in Android in BluetoothLowEnergy when writing to characteristics with more than 20 bytes it could fail if that characteristic was not like a stream but like a value.
* Fixed bug in iOS and Android clients loading images from an HTTP URL. If the image fetch failed, the previous image would be left on the image control.
* Fixed bug in Android KClient on ComboBox control, that could cause App to crash when using ComboBox inside a looper while manually adding items to the Looper Control.
* Updated ResizeImage action on Android to try to preserve as much Exif information as possible.
* Fixed bug in RunProcessOnPC, when using "Wait" option, and a timeout occurred, the "OnError" was not being triggered.
* Fixed issue with latest Zebra RFID SDK that could cause ZebraRFIDWriteTag to fail with an error.
* Fixed bug in iOS KClient that could cause HintText to never disappear on multi-line TextBoxes inside Loopers.
* Improvements made to the connection lost detection mechanism on the clients so that the automatic re-connect mechanism succeeds in more scenarios.
* Fixed bug in HTTPRequest in Android, the timeout parameter was only being applied for data read and was not being applied to connection establishment.

### MIS Communicator

* Improvements made to the connection lost detection mechanism on the clients so that the automatic re-connect mechanism succeeds in more scenarios.


---

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