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

# Kalipso 5.0.0 - Build 201103

{% hint style="success" %}
Release date: 2020-11-03
{% endhint %}

### New Features

* Added Form's 'Title Bar Visible' property to 'Set Property' and 'Get Property' Actions.
* Added 'NFC Tag Send Command' Action.
* Added three new options to 'Sensor Enable' for 'Location'.
* Added the ability to enable background location in iOS.
* Added the ability to support multiple port definition in WSDL.
* Added support for WSA-Addressing in Web Services.

### Kalipso Designer

* Fixed issue in 'NFC Write Tag'. When creating the Action, 'Coded' parameter wasn't being initialized to a valid value.
* Fixed issue pasting Controls. In special circumstances, the reference to a Font defined by Resource, could be lost.
* Fixed issue pasting Forms. In special circumstances, the reference to a Font defined by Resource, could be lost.
* Fixed display issue when a Mobile Device has a Ratio set to 'Specify'. The 'Font Size Ratio' input would overlap the combo.
* Fixed issue in Projects with Mobile Device's Ratio set to a value other than 'Pixels'.
* Fixed issue editing Form properties. A wrong validation was being made to Form's with vertical scrollbar enabled, not allowing it to be changed if the Height was below the minimum allowed in any of the orientations, without producing an error message.
* Fixed issue changing a Linked Project. Some references would not be updated.
* Fixed issue setting a color by its hexa, RGB or HSL value when base color is transparent.
* Fixed issue in Properties Toolbar. 'Borders' property wasn't being shown for some Controls.

### KClient

* Fixed bug in iOS when rotating a Form, the Form would become scrollable.
* Fixed bug in Android client that could cause accuracy value not to be filled in for the Location Sensor.
* Fixed bug in Win10 client in SetSIP(On), it would not work if "Prevent Automatic Keyboard Display" was enabled.
* Fixed bug in Win32 client, calling 'Clear Form' could cause app to crash if it was called in a form with Loopers.
* Fixed bug in Win10 client, in 'For Each' for tables, it was painting all the lines of the table with the selected color.
* Improved performance of UTF16 File Reader in Android client.
* Fixed bug in Win32 clients, when using Input Boxes with center or bottom vertical alignment, and font size very close to the Input Box maximum height, it may cause the Input Box not to show any text or be clickable.
* Fixed issue in Win10 client with trimming in tables, word trim was being applied instead of char trim.
* Fixed some issues in 'Bluetooth LE Characteristic Write' to better handle large writes to devices with low MTUs.


---

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