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

# Kalipso 5.0.0 - Build 210726

{% hint style="success" %}
Release date: 2021-07-26
{% endhint %}

### New Features

* Added the ability to collect the Scale of the Screen through 'Get Screen Dimensions' Action.
* Improved performance when selecting controls by dragging the selection box.
* Added ability to generate an Android Application Bundle.

### Kalipso Designer

* Fixed issue generating 'Show Popup' selected option evaluation if, when selecting a Target, 'Auto rename on selection' option was enabled.
* Fixed issue reassigning Local Variable. Actions 'Show Form' and 'Present form' could get the Variables to Assign parameter reorganized despite the selected Form haven't been the one where the Variable was reassigned.
* Fixed issue using Circumference shape in Reports. It would not print in the correct place.
* Fixed issue loading relative paths. If the path was a folder, folder's name would be concatenated continuously.
* Fixed issue in Report's Conditions. Decimal values weren't being allowed in Value to Compare.
* Fixed issue generating APK's Manifest. Some permissions were being set to Mandatory instead of Optional.
* Fixed issue entering a Column in a String Expression type Filter. Column was being added in a simplified way to optimize reading but it could lead to issues if the referenced column belong to a Table not referenced in the Columns list or Relations list.
* Fixed issue in 'Get Project Parameter'. 'Project Version' and 'Database Version' parameters were missing.

### KClient

* Fixed bug in Simulator Variables Window that wouldn't allow to right click on local variables for projects with linked projects.
* Updated Android KClient to prevent app from restarting when switching to and from Samsung Dex Mode.
* Fixed bug in Win10 client that could cause non maximized forms with custom position to show in incorrect position.
* Fixed bug in Win10 in GetScreenDimensions, it would return window dimensions and not screen dimensions.
* Fixed bug in Android in GetScreenDimensions, it could return a size affected by system decorations like an on screen navigation bar and not the actual screen size.
* Updated Zebra RFID SDK to latest version to support new Zebra devices.
* Fixed bug in Android client that would cause App to sometimes crash when starting on Android 4.4.
* Updated Android and Win10 client to normalize behavior in Combobox, SelectionChange was being triggered by a refresh control on these clients and not on Win32 and iOS, and it caused problems with linked variables being incorrectly cleared.
* Fixed bug in Android in 'Sleep' action, Run Other Events parameter was not being correctly executed for the "Yes" option, and other events would not execute while sleeping.

### MIS Communicator

* Fixed memory leak in GetServerInfo function.
* Fixed issue in OLEDB returning some characteres in some specific languages when using non unicode data types on the database. It could return some characters converted to local language equivalent.
* Added support for DBTIME2 time data type in OLEDB.


---

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