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

# Kalipso 5.0.0 - Build 220210

{% hint style="success" %}
Release date: 2022-02-10
{% endhint %}

### New Features

* Added new option to 'Graphic ESC/P 203' and 'Native ESC/P' Printers.
* Appxbundle are now TimeStamped.
* Added new Data Security properties to secure data.
* When generating an APK, it's now possible to define the Accent Color of a Push Notification.
* When generating an APPX, it's now possible to specify that the Icon's transparency should be kept when displaying in the Task Bar.

### Kalipso Designer

* Fixed issue generating Report. If a Report was set to Character unit and Print Sequentially was on, several 'TP' commands would be wrongly added to the output file.
* Fixed issue navigating between properties in the Properties Toolbar using SHIFT key with several controls selected. If a property was empty due to be different in the selected controls and the property was of numeric type, 0 would be set when navigating away from the property.
* Added validation for string format in parameters "Package/Identity/Name" and "Package/Identity/Publisher" of APPX.
* 'Package Name' parameter is no longer shared between APK and IPA Scripts generation, as they have different naming rules.
* Fixed issue checking the structure of a Web Service's Operation containing attributes in 'XML Export from Table'.
* Fixed issue in text representation of 'Exec. Global action Set' Action. If the Global Action Set belong to a Linked Project/Component, initialized Variables' Name wouldn't display.
* Fixed issue converting an Action near the bottom of an Event with a few hundreds of lines.
* Fixed issue converting a Project. Printer's Parameter 'Device String' wasn't being taken in consideration.
* Fixed issue reseting unused Local Variables. Some Variables were being found although they were not in use. This means that they would not be reseted.
* Fixed issue in 'Bluetooth LE Start Scan'. 'Separator' parameter wasn't being saved.
* Fixed issue in text representation of 'Set Printer Parameter'. 'Parameter' parameter wasn't being displayed.
* Fixed issue editing Report properties. When using the spinner to set up the Margins, the minimum value was 1 instead of 0.
* Advanced Border properties weren't being displayed in the Properties Toolbar for Check Box and Combo Box Controls.
* Fixed issue pasting Controls in a Report. If several Controls were pasted simultaneously they would all get the same name.

### KClient

* Fixed bug in Android client that could cause App to crash when calling SetValue for a file:// URI for HTML Viewer control.
* Updated Zebra RFID SDK for supporting the new RFD40.
* Updated Expanded Combobox picker on IOS to increase width if necessary to show more text like it does on Android.
* Fixed bug in Android when calling SetProperty to change height of a Tab Control, the new Height would not be applied correctly to the control.
* Fixed bug on Android applying focus order to controls inside containers (Looper, TabControl, ScrollArea). The focus order was not defined for these controls.
* Updated DateTime keyboard on Android to try to adjust the layout to fit all controls in the screen on small screen devices.
* Fixed bug using filters in Table Controls on filtering by database tables without any columns in the column list. It would not add the table to the From Clause, generating an SQL error.


---

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