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

# Kalipso 5.0.0 - Build 220915

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

### New Features

* Added the ability to exclude Commented Actions from the Project Print.
* Added the ability to retrieve 'Regions Table' and 'Region Index' with 'Zebra RFID Get Configuration' Action.
* Added the ability to set 'Region Index' with 'Zebra RFID Set Configuration' Action.
* Added support for Android 12 APK.

### Kalipso Designer

* Fixed issue in 'XML Export from Table'. Parameter 'Encoding' was always displaying 'Unicode UTF-16 LE' when exporting to file, despite the option selected by the user. This was an interface issue only, not affecting the app's execution.
* Fixed issue moving containers between planes. Direct children would also change plane, but grandchildren and forth would not.
* Fixed issue in Expression window. When opening with last saved size in a Global Action Set, overlapping between Functions and Variables would occur.
* Fixed issue editing a Table in a Report. It was possible that a duplicates error would arise.
* Fixed issue undoing resize operations. If the resize would change the X or Y positions, Kalipso would apply the undo data but visually it would look like only the dimension as changed.
* Fixed issue generating APPX and selecting only 'Store'.
* Fixed issue generating APPX. 'Package/Identity/Publisher' property wasn't allowing hyphen (-).
* Fixed issue when creating Controls in a Report. If by any chance the Control couldn't be created, a crash would be produced instead of outputting the error.
* Fixed issue editing Controls in nested containers where the container useful area is bigger that the Control's.
* Fixed issue pasting controls coming from a Container. Regardless the target, they would be stacked in 10,10 coordinate.

### MIS Communicator / KDriver

* Fixed bug in iOS client, table columns width was not correctly loaded on Custom Rotation Projects.
* Updated Bluebird RFID plugin to support bluetooth connections.
* Fixed bug in Win32 clients, when calling SetProperty for changing vertical text alignment in TextBoxes it would not correctly update the vertical alignment.
* Updated Chainway RFID plugin to the latest version to support more devices.
* Updated Table Control Header Left and Right text padding on Win10 to better align Header Text with Row Text like in other KClients.
* Fixed bug in Chart control on Android and iOS KClients that could cause App to crash when using multiple series with SQLAdvanced query.
* Optimized CloseProject in Android client not to show all open forms closing.
* Fixed bug in Forms with Tab Controls or Scroll Areas, RefreshControl could not trigger OnError (when an error was generated) if the control was not in the last Tab or Section.
* Updated KDriver not to update columns that are part of the primary key when issuing an Update Statement.


---

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